projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df73e9c
)
rsh.c: typo fix
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>
rsh.c
patch
|
blob
|
history
diff --git
a/rsh.c
b/rsh.c
index
bad5cff
..
1fef6da
100644
(file)
--- a/
rsh.c
+++ b/
rsh.c
@@
-104,7
+104,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 GI
R
_DIR=<path> <remote_prog> <args...>" */
+ /* $GIT_RSH <host> "env GI
T
_DIR=<path> <remote_prog> <args...>" */
sizen = COMMAND_SIZE;
posn = command;
of = 0;