Staging
v0.5.1
Revision 4280cde95fa4e3fb012eb6d0c239a7777baaf60c authored by Martin Koegler on 23 April 2007, 05:49:25 UTC, committed by Junio C Hamano on 23 April 2007, 05:49:25 UTC
Currently, gitweb shows only header and footer, if no differences are
found. This patch adds a "No differences found" message for the html
output.

Signed-off-by: Martin Koegler <mkoegler@auto.tuwien.ac.at>
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 55a9137
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