Revision 3d80017d0c948cca251a7aaa9fdc84a0664e95fe authored by Junio C Hamano on 12 September 2007, 20:07:06 UTC, committed by Junio C Hamano on 12 September 2007, 20:07:06 UTC
* sp/maint-no-thin:
  Make --no-thin the default in git-push to save server resources
2 parent s 6143fa2 + a4503a1
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