changeset 106465:77b0defca7a3

*** empty log message ***
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 06 Dec 2009 22:36:11 +0000
parents 67d9cb4f16c3
children 5b7b3cac58c5
files etc/NEWS
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Sun Dec 06 22:18:03 2009 +0000
+++ b/etc/NEWS	Sun Dec 06 22:36:11 2009 +0000
@@ -260,7 +260,7 @@
 interactively with a prefix argument, by customizing
 vc-log-show-limit.  The log buffer display buttons that can be used
 to change the number of entries shown.
-RCS, SCCS, CVS and Git do not support this feature.
+RCS, SCCS, CVS do not support this feature.  
 
 *** vc-annotate supports annotations through file copies and renames,
 it displays the old names for the files and it can show logs/diffs for
@@ -273,6 +273,9 @@
 
 *** vc-git changes
 
+**** The short log format for git makes use of the graph display, so
+it's not supported on git versions earlier than 1.5.
+
 **** The new variable vc-git-add-signoff can be used to add a
 Signed-off-by line when committing.