comparison 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
comparison
equal deleted inserted replaced
82144:d334990fbd70 82145:f04985ac29f2
588 @subsection Customizing VC 588 @subsection Customizing VC
589 589
590 @vindex vc-handled-backends 590 @vindex vc-handled-backends
591 The variable @code{vc-handled-backends} determines which version 591 The variable @code{vc-handled-backends} determines which version
592 control systems VC should handle. The default value is @code{(RCS CVS 592 control systems VC should handle. The default value is @code{(RCS CVS
593 SVN SCCS BZR HG Arch MCVS)}, so it contains all the version systems 593 SVN SCCS BZR GIT HG Arch MCVS)}, so it contains all the version systems
594 that are currently supported. If you want VC to ignore one or more of 594 that are currently supported. If you want VC to ignore one or more of
595 these systems, exclude its name from the list. To disable VC entirely, 595 these systems, exclude its name from the list. To disable VC entirely,
596 set this variable to @code{nil}. 596 set this variable to @code{nil}.
597 597
598 The order of systems in the list is significant: when you visit a file 598 The order of systems in the list is significant: when you visit a file