Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-05-29 11:37:23 +0400
committerJunio C Hamano <junkio@cox.net>2007-05-29 11:37:23 +0400
commit9953a00ef26386e16bc12d10669f41596c8ab3c6 (patch)
treea809f50926f2b247c53de1c746b8fe6886a99436 /Documentation
parent79d5576a4f2eada820802d2e7e19226e54f9de5d (diff)
parente5d80641d7b17b6943d54c729fbbd0bc5a8fe84d (diff)
Merge branch 'rr/cvsexport'
* rr/cvsexport: Add option to cvs update before export
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-cvsexportcommit.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/git-cvsexportcommit.txt b/Documentation/git-cvsexportcommit.txt
index fd7f54093f..da5c242241 100644
--- a/Documentation/git-cvsexportcommit.txt
+++ b/Documentation/git-cvsexportcommit.txt
@@ -8,7 +8,7 @@ git-cvsexportcommit - Export a single commit to a CVS checkout
SYNOPSIS
--------
-'git-cvsexportcommit' [-h] [-v] [-c] [-P] [-p] [-a] [-d cvsroot] [-f] [-m msgprefix] [PARENTCOMMIT] COMMITID
+'git-cvsexportcommit' [-h] [-u] [-v] [-c] [-P] [-p] [-a] [-d cvsroot] [-f] [-m msgprefix] [PARENTCOMMIT] COMMITID
DESCRIPTION
@@ -58,6 +58,9 @@ OPTIONS
Prepend the commit message with the provided prefix.
Useful for patch series and the like.
+-u::
+ Update affected files from cvs repository before attempting export.
+
-v::
Verbose.