From: Junio C Hamano Date: Mon, 11 Sep 2006 00:58:45 +0000 (-0700) Subject: Merge branch 'jc/sideband' into jc/archive X-Git-Tag: v1.4.3-rc1~90^2~5 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=56f9686c4d1e1d586b731b815bd98d70f84ecda4;p=git.git Merge branch 'jc/sideband' into jc/archive * jc/sideband: Prepare larger packet buffer for upload-pack protocol. Move sideband server side support into reusable form. Move sideband client side support into reusable form. get_sha1_hex() micro-optimization --- 56f9686c4d1e1d586b731b815bd98d70f84ecda4 diff --cc Makefile index 4ac85fdc7,a46cd5271..c724b481a --- a/Makefile +++ b/Makefile @@@ -232,8 -232,8 +232,8 @@@ LIB_FILE=libgit. XDIFF_LIB=xdiff/lib.a LIB_H = \ - blob.h cache.h commit.h csum-file.h delta.h \ + archive.h blob.h cache.h commit.h csum-file.h delta.h \ - diff.h object.h pack.h pkt-line.h quote.h refs.h \ + diff.h object.h pack.h pkt-line.h quote.h refs.h sideband.h \ run-command.h strbuf.h tag.h tree.h git-compat-util.h revision.h \ tree-walk.h log-tree.h dir.h path-list.h unpack-trees.h builtin.h