Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Stick a comment to update-cache.c:refresh_cache() that you can't
[gitweb.git]
/
rpush.c
diff --git
a/rpush.c
b/rpush.c
index 0293a1a46311d7e20b13177143741ab9d6d0d201..26518846704ecf63ad00390599b251aa1b32713e 100644
(file)
--- a/
rpush.c
+++ b/
rpush.c
@@
-61,7
+61,7
@@
int main(int argc, char **argv)
}
commit_id = argv[arg];
url = argv[arg + 1];
- if (setup_connection(&fd_in, &fd_out, "rpull", url, arg, argv + 1))
+ if (setup_connection(&fd_in, &fd_out, "
git-
rpull", url, arg, argv + 1))
return 1;
service(fd_in, fd_out);