[PATCH] Fix git rpush.

From: Anton Altaparmakov <aia21@cam.ac.uk>
Date: 2005-05-05 22:31:53
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);
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Received on Thu May 05 22:32:11 2005

This archive was generated by hypermail 2.1.8 : 2005-05-05 22:32:11 EST