Hi Mark, On Thu 27 Jan 2011 22:09, Mark Harig <[email protected]> writes:
> Has there been any thinking about adding an automatically- > generated "daily ChangeLog" diff email to one of the mailing > lists (guile-user, I would guess)? In addition to notifying > everyone about changes, it could also be used to help get > more people to perform code reviews, and possibly see small > or not-so-small errors when they are introduced. http://lists.gnu.org/mailman/listinfo/guile-commits/ Sorry, just noticed it wasn't on the mailing lists page. Added. > (ChangeLog mode in Emacs is useful for this because, when > written properly, each entry in the ChangeLog can be used to > immediately open the source file at the changed identifier's > definition. Simply press C-c twice on the line with the > ChangeLog entry.) You can do similar things with git and either the VC git integration, or via magit. Personally, I do a "git fetch" then paste the resulting sha1 diff into the shell. Like right now I just fetched gnulib, and it said: >From git://git.savannah.gnu.org/gnulib 86ba51d..1bf9d10 master -> origin/master so I $ gitk 86ba51d..1bf9d10 to see what's up. Cheers, Andy -- http://wingolog.org/
