summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4bea3b6)
raw | patch | inline | side by side (parent: 4bea3b6)
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>
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 |
index d4d4b9b9ae00c094f26d20ff68194780a8a16e24..75f8f94fcfbb122b76435ddb1c68f805dee55b7e 100644 (file)
--- a/rpull.c
+++ b/rpull.c
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))