git log vs. svn log
From: Heikki Orsila <shd_at_jolt.modeemi.cs.tut.fi>
Date: 2007-09-05 16:40:03 CEST
Hello SVN developers.. I'm greatly missing two features from svn log
1. git log --stat shows commit diffstats
Two examples should clarify these options:
$ git log --stat
Add documentation of -i and -o [DOCUMENTATION]
pmr.1 | 16 ++++++++++++++--
$ git log -p
commit 795688a4905257516886cac6f3add6ba467dfe0b
Add documentation of -i and -o [DOCUMENTATION]
diff --git a/pmr.1 b/pmr.1
These two options really made version control logs useful for me, so I
-- Heikki Orsila Barbie's law: heikki.orsila@iki.fi "Math is hard, let's go shopping!" http://www.iki.fi/shd --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Wed Sep 5 16:37:33 2007 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.