Staging
v0.5.1
https://github.com/git/git
Revision 00d8bbd3c4bba72a6dfd48c2c0c9cbaa000f13c2 authored by Junio C Hamano on 24 September 2005, 18:38:43 UTC, committed by Junio C Hamano on 24 September 2005, 18:38:43 UTC
Contains the following post-0.99.7b fixes:

 - rsh.c string termination fix by H. Peter Anvin
 - further fetch fixes by Sergey Vlasov
 - diff-tree documentation by Robert Watson.
 - 'git diff --cached' synonymous to 'git diff --cached HEAD'.
 - subprocess.py licensing status clarification.

Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 25a6755
Raw File
Tip revision: 00d8bbd3c4bba72a6dfd48c2c0c9cbaa000f13c2 authored by Junio C Hamano on 24 September 2005, 18:38:43 UTC
GIT 0.99.7c
Tip revision: 00d8bbd
rsh.h
#ifndef RSH_H
#define RSH_H

int setup_connection(int *fd_in, int *fd_out, const char *remote_prog, 
		     char *url, int rmt_argc, char **rmt_argv);

#endif
back to top