projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c82efaf
)
Typo "does not exists" when git remote update remote.
author
Mikael Magnusson
<mikachu@gmail.com>
Fri, 19 Sep 2008 13:48:08 +0000
(15:48 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 16 Oct 2008 15:20:15 +0000
(08:20 -0700)
contrib/examples/git-remote.perl
patch
|
blob
|
history
diff --git
a/contrib/examples/git-remote.perl
b/contrib/examples/git-remote.perl
index 36bd54c985080f8dd5558a3e7a4e19ede9fbab93..b17952a785d9e45dea8a71c211f76f0271e659da 100755
(executable)
--- a/
contrib/examples/git-remote.perl
+++ b/
contrib/examples/git-remote.perl
@@
-309,7
+309,7
@@
sub update_remote {
}
}
} else {
- print STDERR "Remote group $name does not exist
s
.\n";
+ print STDERR "Remote group $name does not exist.\n";
exit(1);
}
for (@remotes) {