aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/ChangeLog2
-rw-r--r--man/vc2-xtra.texi2
2 files changed, 3 insertions, 1 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index c393eb02589..08ba464789a 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,5 +1,7 @@
12007-07-26 Dan Nicolaescu <dann@ics.uci.edu> 12007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 * vc2-xtra.texi (Customizing VC): Add GIT.
4
3 * dired.texi (Wdired): Mention C-x C-q key binding. 5 * dired.texi (Wdired): Mention C-x C-q key binding.
4 6
52007-07-25 Glenn Morris <rgm@gnu.org> 72007-07-25 Glenn Morris <rgm@gnu.org>
diff --git a/man/vc2-xtra.texi b/man/vc2-xtra.texi
index 7627787d1d2..83f28088726 100644
--- a/man/vc2-xtra.texi
+++ b/man/vc2-xtra.texi
@@ -590,7 +590,7 @@ headers.
590@vindex vc-handled-backends 590@vindex vc-handled-backends
591The variable @code{vc-handled-backends} determines which version 591The variable @code{vc-handled-backends} determines which version
592control systems VC should handle. The default value is @code{(RCS CVS 592control systems VC should handle. The default value is @code{(RCS CVS
593SVN SCCS BZR HG Arch MCVS)}, so it contains all the version systems 593SVN SCCS BZR GIT HG Arch MCVS)}, so it contains all the version systems
594that are currently supported. If you want VC to ignore one or more of 594that are currently supported. If you want VC to ignore one or more of
595these systems, exclude its name from the list. To disable VC entirely, 595these systems, exclude its name from the list. To disable VC entirely,
596set this variable to @code{nil}. 596set this variable to @code{nil}.