On Tue, Feb 15, 2011 at 10:55:59AM +0100, David Kastrup wrote:
> 胡海鹏 - Hu Haipeng <hhpmu...@163.com> writes:
> 
> >   I'm wondering whether there's a complete changelog for every devel
> > version.
...
> > I don't like to download the
> > complete git site, since it's too big !
> 
> The whole history of Lilypond takes up about 90MB in my .git directory.
> That's tolerable.

Agreed.  You can see the log via the cgit or webgit interface, but
I really think that the command-line version would be easier for
you to use.

You can look at the entire log:
$  git log
or isolate a directory:
$  git log lily/
or isolate a specific range:
$  git log release/2.13.49-1 release/2.13.50-1

Cheers,
- Graham

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to