Read cvsimport options from repo-config
authorJames Bowes <jbowes@dangerouslyinc.com>
Wed, 7 Feb 2007 22:57:43 +0000 (17:57 -0500)
committerJunio C Hamano <junkio@cox.net>
Thu, 8 Feb 2007 07:54:25 +0000 (23:54 -0800)
Default values for command line options can be saved in .git/config (or the
global ~/.gitconfig). Config option names match the command line option names,
so cvsimport.d corresponds to git-cvsimport -d. One may also set
cvsimport.module to specify a default cvs module name.

Signed-off-by: James Bowes <jbowes@dangerouslyinc.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found