Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Fix a couple of obvious and insignificant typo.
author
Junio C Hamano
<junkio@cox.net>
Sat, 5 Nov 2005 07:30:12 +0000
(23:30 -0800)
committer
Junio C Hamano
<junkio@cox.net>
Tue, 8 Nov 2005 09:24:50 +0000
(
01:24
-0800)
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-svnimport.perl
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
01d4f0e
)
diff --git
a/git-svnimport.perl
b/git-svnimport.perl
index ab690f36432f7b99302f1d5fb764e6b0ee94b8e1..cb9afb955ccac5dec1494ab5a63c0cb0f868374a 100755
(executable)
--- a/
git-svnimport.perl
+++ b/
git-svnimport.perl
@@
-25,7
+25,7
@@
use SVN::Core;
use SVN::Ra;
use SVN::Core;
use SVN::Ra;
-die "Need
C
VN:Core 1.2.1 or better" if $SVN::Core::VERSION lt "1.2.1";
+die "Need
S
VN:Core 1.2.1 or better" if $SVN::Core::VERSION lt "1.2.1";
$SIG{'PIPE'}="IGNORE";
$ENV{'TZ'}="UTC";
$SIG{'PIPE'}="IGNORE";
$ENV{'TZ'}="UTC";
@@
-34,7
+34,7
@@
sub usage() {
print STDERR <<END;
sub usage() {
print STDERR <<END;
-Usage: ${\basename $0} # fetch/update GIT from
CVS
+Usage: ${\basename $0} # fetch/update GIT from
SVN
[-o branch-for-HEAD] [-h] [-v] [-l max_num_changes]
[-C GIT_repository] [-t tagname] [-T trunkname] [-b branchname]
[-d|-D] [-i] [-u] [-s start_chg] [-m] [-M regex] [SVN_URL]
[-o branch-for-HEAD] [-h] [-v] [-l max_num_changes]
[-C GIT_repository] [-t tagname] [-T trunkname] [-b branchname]
[-d|-D] [-i] [-u] [-s start_chg] [-m] [-M regex] [SVN_URL]