bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: More missing options for guile/doc/guile.1


From: Andy Wingo
Subject: Re: More missing options for guile/doc/guile.1
Date: Thu, 27 Jan 2011 23:52:24 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Hi Mark,

On Thu 27 Jan 2011 22:09, Mark Harig <address@hidden> 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/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]