diff man/vc2-xtra.texi @ 82145:f04985ac29f2

* vc-git.el: Relicense to GPLv3 or later. (vc-directory-exclusion-list, vc-handled-backends): Remove. * vc-hooks.el (vc-handled-backends): Add GIT. * vc.el (vc-directory-exclusion-list): Add .git. * vc2-xtra.texi (Customizing VC): Add GIT.
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 26 Jul 2007 18:44:39 +0000
parents 50a90d636d4a
children
line wrap: on
line diff
--- a/man/vc2-xtra.texi	Thu Jul 26 17:26:08 2007 +0000
+++ b/man/vc2-xtra.texi	Thu Jul 26 18:44:39 2007 +0000
@@ -590,7 +590,7 @@
 @vindex vc-handled-backends
 The variable @code{vc-handled-backends} determines which version
 control systems VC should handle.  The default value is @code{(RCS CVS
-SVN SCCS BZR HG Arch MCVS)}, so it contains all the version systems
+SVN SCCS BZR GIT HG Arch MCVS)}, so it contains all the version systems
 that are currently supported.  If you want VC to ignore one or more of
 these systems, exclude its name from the list.  To disable VC entirely,
 set this variable to @code{nil}.