Revision 6b32ee2381deb414378a76cae213a4fe633f8fcc authored by Junio C Hamano on 11 April 2006, 02:44:35 UTC, committed by Junio C Hamano on 11 April 2006, 02:44:35 UTC
* jc/withraw:
  diff-* --patch-with-raw
  Retire git-log.sh (take#2)
  Retire git-log.sh
  Retire diffcore-pathspec.
  Improve the git-diff-tree -c/-cc documentation
2 parent s 910a591 + 86ff1d2
Raw File
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