On Sat, 2009-04-18 at 21:54 -0400, Behdad Esfahbod wrote:
Hey,
I first wrote Makefile.am magic for Pango to generate ChangeLog from git on
demand. Those macros have been modified and gathered in
http://live.gnome.org/Git/ChangeLog to only generate ChangeLog for "make
dist". I wonder what people actually want to have, so I can work on canonical
macros to copy across projects (and eventually find a better way to
distribute). Pros and cons:
I tweaked this macro a bit for gvfs and nautilus:
Here is what I use:
git log --stat -M -C --name-status --date=short --no-color | fmt --split-only
Its uses less space and is imho just as useful for causual offline use.
And if you want more there is git anyway.