summaryrefslogtreecommitdiffstats
path: root/git-cvsexportcommit.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-05-22 00:53:35 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-05-22 00:53:35 +0000
commitfeeb1be0ecb7af3956ed418f425ffd6c10bd2d9e (patch)
tree5c21c5ca9b7065c2dee0060f2db81cd58f00baf6 /git-cvsexportcommit.txt
parent0f7b5a99cef87c294a3c3591b4990ca4077b0d0a (diff)
downloadgit-htmldocs-feeb1be0ecb7af3956ed418f425ffd6c10bd2d9e.tar.gz
Autogenerated HTML docs for v1.5.5.1-357-g1af8b
Diffstat (limited to 'git-cvsexportcommit.txt')
-rw-r--r--git-cvsexportcommit.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/git-cvsexportcommit.txt b/git-cvsexportcommit.txt
index 9a47b4c39..363c36d69 100644
--- a/git-cvsexportcommit.txt
+++ b/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
--------