aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-cvsexportcommit.txt
diff options
context:
space:
mode:
authorTrent Piepho <tpiepho@freescale.com>2008-05-08 14:26:55 -0700
committerJunio C Hamano <gitster@pobox.com>2008-05-21 13:07:41 -0700
commit325abb7b1a5bf47b53e3ae1b585f11ebd6a9fea9 (patch)
tree938f5e36f04643307bf0a1eb4e60abe0ba67d203 /Documentation/git-cvsexportcommit.txt
parent824b5dc29cfe4f58d052d2d9273b39d34bf018e0 (diff)
downloadgit-325abb7b1a5bf47b53e3ae1b585f11ebd6a9fea9.tar.gz
cvsexportcommit: Create config option for CVS dir
For a given project the directory used with the -w option is almost always the same each time. Let it be specified with 'cvsexportcommit.cvsdir' so it's not necessary to manually add it with -w each time. Signed-off-by: Trent Piepho <tpiepho@freescale.com> Acked-by: Robin Rosenberg <robin.rosenberg@dewire.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-cvsexportcommit.txt')
-rw-r--r--Documentation/git-cvsexportcommit.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/Documentation/git-cvsexportcommit.txt b/Documentation/git-cvsexportcommit.txt
index 9a47b4c397..363c36d694 100644
--- a/Documentation/git-cvsexportcommit.txt
+++ b/Documentation/git-cvsexportcommit.txt
@@ -65,11 +65,17 @@ OPTIONS
-w::
Specify the location of the CVS checkout to use for the export. This
option does not require GIT_DIR to be set before execution if the
- current directory is within a git repository.
+ current directory is within a git repository. The default is the
+ value of 'cvsexportcommit.cvsdir'.
-v::
Verbose.
+CONFIGURATION
+-------------
+cvsexportcommit.cvsdir::
+ The default location of the CVS checkout to use for the export.
+
EXAMPLES
--------