projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63c5602
)
git-svn: typofix
author
Frederik Schwarzer
<schwarzerf@gmail.com>
Mon, 14 Jul 2008 16:30:24 +0000
(18:30 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 15 Jul 2008 06:35:31 +0000
(23:35 -0700)
Signed-off-by: Frederik Schwarzer <schwarzerf@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-svn.perl
patch
|
blob
|
history
diff --git
a/git-svn.perl
b/git-svn.perl
index 0aa994a4360d2546936d504c7c3435033d02322d..3750e47c202ebdcb25e657eecd69ef5252d45221 100755
(executable)
--- a/
git-svn.perl
+++ b/
git-svn.perl
@@
-4650,7
+4650,7
@@
sub migrate_from_v1 {
mkpath([$svn_dir]);
print STDERR "Data from a previous version of git-svn exists, but\n\t",
"$svn_dir\n\t(required for this version ",
- "($::VERSION) of git-svn) does not
. exist
\n";
+ "($::VERSION) of git-svn) does not
exist.
\n";
my ($fh, $ctx) = command_output_pipe(qw/rev-parse --symbolic --all/);
while (<$fh>) {
my $x = $_;