diff options
author | Junio C Hamano <junkio@cox.net> | 2005-10-15 20:19:09 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-10-15 20:19:09 +0200 |
commit | f51248eb482a7a0feacb04d02119c94d35845975 (patch) | |
tree | df21d3331157290f81dddc07b8acedad195843a7 /rsh.c | |
parent | Show curl error a bit better. (diff) | |
parent | tutorial: update the initial commit example. (diff) | |
download | git-f51248eb482a7a0feacb04d02119c94d35845975.tar.xz git-f51248eb482a7a0feacb04d02119c94d35845975.zip |
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; |