summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorRobin Rosenberg <robin.rosenberg@dewire.com>2007-05-24 15:06:55 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-05-25 04:37:00 (GMT)
commite5d80641d7b17b6943d54c729fbbd0bc5a8fe84d (patch)
treeb79a70c3028be32159fcf4dfe7b19a2097bb9815 /Documentation
parent18bece43675ea0dc9022a7868865e02808b7af7f (diff)
downloadgit-e5d80641d7b17b6943d54c729fbbd0bc5a8fe84d.zip
git-e5d80641d7b17b6943d54c729fbbd0bc5a8fe84d.tar.gz
git-e5d80641d7b17b6943d54c729fbbd0bc5a8fe84d.tar.bz2
Add option to cvs update before export
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
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 fd7f540..da5c242 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.