git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Fix git rpush.
@ 2005-05-05 12:31 Anton Altaparmakov
  0 siblings, 0 replies; only message in thread
From: Anton Altaparmakov @ 2005-05-05 12:31 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: git

Hi Linus,

Following up from my previouos patch to rpull, please also apply the below 
patch which fixes rpush.c to call git-rpull rather than rpull 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/rpush.c.old	2005-05-05 13:28:37.000000000 +0100
+++ git.git/rpush.c	2005-05-05 13:28:57.000000000 +0100
@@ -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);

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-05-05 12:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-05 12:31 [PATCH] Fix git rpush 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).