DORMANTno replies

[PATCH] Fix git rpush.

From: Anton Altaparmakov <hidden>
Date: 2016-06-15 22:41:56

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 <redacted>

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);
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help