summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: df73e9c)
raw | patch | inline | side by side (parent: df73e9c)
author | Ralf Baechle <ralf@linux-mips.org> | |
Thu, 13 Oct 2005 17:01:38 +0000 (10:01 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 13 Oct 2005 17:01:38 +0000 (10:01 -0700) |
Example in a comment used a wrong environment variable.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
rsh.c | patch | blob | history |
index bad5cff2c287d3c7dd288308428b89e0cb12299d..1fef6da513b8157331b1a71c1d4c8df4c438498e 100644 (file)
--- a/rsh.c
+++ b/rsh.c
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;