Revision 34143b2639625f29edf7b1c0c5af58e545845911 authored by Petr Baudis on 18 September 2005, 19:09:22 UTC, committed by Junio C Hamano on 18 September 2005, 21:18:57 UTC
This makes git-update-index error reporting much less confusing. The
user will know what went wrong with better precision, and will be given
a hopefully less confusing advice.

Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 37539fb
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