* [PATCH] Fix git rpull.
@ 2005-05-05 11:30 Anton Altaparmakov
0 siblings, 0 replies; only message in thread
From: Anton Altaparmakov @ 2005-05-05 11:30 UTC (permalink / raw)
To: Linus Torvalds; +Cc: git
Hi Linus,
Please apply the below patch which fixes rpull.c to call git-rpush rather
than rpush which no longer exists after the Big Rename(TM)... Thanks.
Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Best regards,
Anton
--
Anton Altaparmakov <aia21 at cam.ac.uk> (replace at with @)
Unix Support, Computing Service, University of Cambridge, CB2 3QH, UK
Linux NTFS maintainer / IRC: #ntfs on irc.freenode.net
WWW: http://linux-ntfs.sf.net/ & http://www-stu.christs.cam.ac.uk/~aia21/
---
--- git.git/rpull.c.old 2005-05-05 12:00:07.000000000 +0100
+++ git.git/rpull.c 2005-05-05 12:00:13.000000000 +0100
@@ -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))
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-05-05 11:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-05 11:30 [PATCH] Fix git rpull Anton Altaparmakov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).