diff options
author | Junio C Hamano <junkio@cox.net> | 2005-10-15 11:19:09 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-10-15 11:19:09 -0700 |
commit | f51248eb482a7a0feacb04d02119c94d35845975 (patch) | |
tree | df21d3331157290f81dddc07b8acedad195843a7 /rsh.c | |
parent | f80376c5976143a1788ecc4f7ca86ac0ec8b9874 (diff) | |
parent | 5990efb0c4f6d1a19c4702bf50ef8cc5ac902a78 (diff) | |
download | git-f51248eb482a7a0feacb04d02119c94d35845975.tar.gz |
Merge branch 'fixes'
Diffstat (limited to 'rsh.c')
-rw-r--r-- | rsh.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ int setup_connection(int *fd_in, int *fd_out, const char *remote_prog, if (!path) { return error("Bad URL: %s", url); } - /* $GIT_RSH <host> "env GIR_DIR=<path> <remote_prog> <args...>" */ + /* $GIT_RSH <host> "env GIT_DIR=<path> <remote_prog> <args...>" */ sizen = COMMAND_SIZE; posn = command; of = 0; |