From: James Bowes Date: Wed, 7 Feb 2007 22:57:43 +0000 (-0500) Subject: Read cvsimport options from repo-config X-Git-Tag: v1.5.0~59 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/ed35dece2776b0b83d7a35c84ab961668ec11ef4?hp=ed35dece2776b0b83d7a35c84ab961668ec11ef4 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 Signed-off-by: Junio C Hamano ---