Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Print out the edge commits for each packfile in fast-import.
[gitweb.git]
/
git-remote.perl
diff --git
a/git-remote.perl
b/git-remote.perl
index 059c141b68e829c7114d09ed9f4541b9db4c3d66..fc055b6d9577b8667e104a9e1528f43cfe29f7e3 100755
(executable)
--- a/
git-remote.perl
+++ b/
git-remote.perl
@@
-274,4
+274,9
@@
sub add_remote {
}
add_remote($ARGV[1], $ARGV[2]);
}
-
+else {
+ print STDERR "Usage: git remote\n";
+ print STDERR " git remote add <name> <url>\n";
+ print STDERR " git remote show <name>\n";
+ exit(1);
+}