Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
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
raw
|
patch
| inline |
side by side
(from parent 1:
c82efaf
)
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) {