Revision c62266f37c677c1de7415ac6cf1e2eb6726590e1 authored by Junio C Hamano on 01 July 2005, 00:13:07 UTC, committed by Linus Torvalds on 01 July 2005, 05:33:47 UTC
This teaches packed_delta_info() that it only needs to look at
the type of the base object to figure out both type and size of
a deltified object.  This saves quite a many calls to inflate()
when dealing with a deep delta chain.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent d0efc8a
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