diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2009-12-06 22:36:11 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2009-12-06 22:36:11 +0000 |
commit | fcc708173f854edc0e80c17daefbd52891834d3a (patch) | |
tree | 77d42e8ad65d7c3392af10093e17957e86564367 | |
parent | 0d3f8a78406be78d354503171be17391518957c8 (diff) | |
download | emacs-fcc708173f854edc0e80c17daefbd52891834d3a.tar.gz emacs-fcc708173f854edc0e80c17daefbd52891834d3a.tar.bz2 emacs-fcc708173f854edc0e80c17daefbd52891834d3a.zip |
*** empty log message ***
-rw-r--r-- | etc/NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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. |