Merge branch 'fixes'

This commit is contained in:
Junio C Hamano
2005-10-15 11:19:09 -07:00
3 changed files with 218 additions and 23 deletions

2
rsh.c
View File

@ -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;