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)) - 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.htmlReceived on Thu May 05 21:30:48 2005
This archive was generated by hypermail 2.1.8 : 2005-05-05 21:30:49 EST