]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorDan Nicolaescu <dann@ics.uci.edu>
Sun, 6 Dec 2009 22:36:11 +0000 (22:36 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Sun, 6 Dec 2009 22:36:11 +0000 (22:36 +0000)
etc/NEWS

index 00c17acb28479961e80a2cd801e1c1081b2c266f..c41a437ea2f0607d2dd96dc2d5ce45362d9e43a3 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -260,7 +260,7 @@ by default anymore.  The number of entries shown can be chosen
 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 @@ advantage of this feature.
 
 *** 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.