Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-09-10 | Move sideband server side support into reusable form. | Junio C Hamano | 1 | -0/+26 | |
The server side support; this is just the very low level, and the caller needs to know which band it wants to send things out. Signed-off-by: Junio C Hamano <junkio@cox.net> (cherry picked from b786552b67878c7780c50def4c069d46dc54efbe commit) | |||||
2006-09-10 | Move sideband client side support into reusable form. | Junio C Hamano | 1 | -0/+48 | |
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> |