summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2010-04-15 19:50:42 -0700
committerGlenn Morris <rgm@gnu.org>2010-04-15 19:50:42 -0700
commit46a4f27f4a4fa548c024ccd3bb2e3e87f02770de (patch)
treebe8f514e5be38ea7fed6a2c69c653783f2ce07b8
parent10a311748b1d9e41577140ecfa947f2f53b74f1c (diff)
downloademacs-46a4f27f4a4fa548c024ccd3bb2e3e87f02770de.tar.gz
* etc/NEWS: git version number issues don't need manual changes.
-rw-r--r--etc/NEWS11
1 files changed, 7 insertions, 4 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 5b65a0d709a..07f04d4f4bc 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -338,16 +338,19 @@ backends do not support this.
*** 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 short log format for git makes use of the graph display,
+so it's not supported on git versions earlier than 1.5.6.
+
+---
+**** vc-dir uses the --relative option of git, and so requires at least
+git version 1.5.5.
+++
**** Support for operating with stashes has been added to vc-dir:
the stash list is displayed in the *vc-dir* header, stashes can be
created, removed, applied and their content displayed.
-**** vc-dir requires at least git-1.5.5.
-
+++
*** vc-bzr supports operating with shelves: the shelve list is
displayed in the *vc-dir* header, shelves can be created, removed and applied.