projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bea3b6
)
[PATCH] Fix git rpull.
author
Anton Altaparmakov
<aia21@cam.ac.uk>
Thu, 5 May 2005 11:30:25 +0000
(12:30 +0100)
committer
Linus Torvalds
<torvalds@ppc970.osdl.org>
Thu, 5 May 2005 14:36:54 +0000
(07:36 -0700)
This fixes rpull.c to call git-rpush rather than rpush which no longer
exists after the Big Rename(TM)...
Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
rpull.c
patch
|
blob
|
history
diff --git
a/rpull.c
b/rpull.c
index
d4d4b9b
..
75f8f94
100644
(file)
--- a/
rpull.c
+++ b/
rpull.c
@@
-43,7
+43,7
@@
int main(int argc, char **argv)
commit_id = argv[arg];
url = argv[arg + 1];
- if (setup_connection(&fd_in, &fd_out, "rpush", url, arg, argv + 1))
+ if (setup_connection(&fd_in, &fd_out, "
git-
rpush", url, arg, argv + 1))
return 1;
if (pull(commit_id))