]> git.ipfire.org Git - thirdparty/git.git/commit - sideband.c
Move sideband client side support into reusable form.
authorJunio C Hamano <junkio@cox.net>
Sun, 10 Sep 2006 08:06:33 +0000 (01:06 -0700)
committerJunio C Hamano <junkio@cox.net>
Sun, 10 Sep 2006 20:36:35 +0000 (13:36 -0700)
commit49a52b1d1fb120f52de3a67f1e4e5ae81512ab81
tree47a0c3903f39026b2a907616177fde61adf79f65
parenta41fae9c46a4cb5e59cc1a17d19f6a3a6cbfbb2f
Move sideband client side support into reusable form.

This moves the receiver side of the sideband support from
fetch-clone.c to sideband.c and its header file, so that
archiver protocol can use it.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile
fetch-clone.c
sideband.c [new file with mode: 0644]
sideband.h [new file with mode: 0644]