Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
svnimport: Mention -r in usage summary
author
Karl Hasselström
<kha@treskal.com>
Sun, 26 Feb 2006 05:11:24 +0000
(06:11 +0100)
committer
Junio C Hamano
<junkio@cox.net>
Mon, 27 Feb 2006 05:34:41 +0000
(21:34 -0800)
I added the -r option to git-svnimport some time ago, but forgot to
update the usage summary in the documentation.
Signed-off-by: Karl Hasselström <kha@treskal.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-svnimport.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
8676eb4
)
diff --git
a/Documentation/git-svnimport.txt
b/Documentation/git-svnimport.txt
index 5c543d5d1b40d1d60be27ad784c3917165037055..b5c7721479a910207ecab5f9aff9865595eae22e 100644
(file)
--- a/
Documentation/git-svnimport.txt
+++ b/
Documentation/git-svnimport.txt
@@
-10,10
+10,10
@@
git-svnimport - Import a SVN repository into git
SYNOPSIS
--------
'git-svnimport' [ -o <branch-for-HEAD> ] [ -h ] [ -v ] [ -d | -D ]
SYNOPSIS
--------
'git-svnimport' [ -o <branch-for-HEAD> ] [ -h ] [ -v ] [ -d | -D ]
-
[ -C <GIT_repository> ] [ -i ] [ -u ] [-l limit_rev]
-
[ -b branch_subdir ] [ -T trunk_subdir ] [ -t tag_subdir ]
-
[ -s start_chg ] [ -m
] [ -M regex ]
-
<SVN_repository_URL> [ <path> ]
+ [ -C <GIT_repository> ] [ -i ] [ -u ] [-l limit_rev]
+ [ -b branch_subdir ] [ -T trunk_subdir ] [ -t tag_subdir ]
+
[ -s start_chg ] [ -m ] [ -r
] [ -M regex ]
+ <SVN_repository_URL> [ <path> ]
DESCRIPTION
DESCRIPTION