]> git.ipfire.org Git - thirdparty/git.git/commit - git-cvsimport.perl
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)
commited35dece2776b0b83d7a35c84ab961668ec11ef4
tree0b2a6342f98ae9def268d3cb0f41bee07af7d341
parentd48744d1a80031003f9354a79131fca6bff6fa73
Read cvsimport options from repo-config

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>
git-cvsimport.perl