aboutsummaryrefslogtreecommitdiffstats
path: root/fetch-clone.c
AgeCommit message (Expand)AuthorFilesLines
2006-10-11atomic write for sideband remote messagesNicolas Pitre1-3/+1
2006-09-10Prepare larger packet buffer for upload-pack protocol.Junio C Hamano1-1/+1
2006-09-10Move sideband client side support into reusable form.Junio C Hamano1-27/+5
2006-08-15use appropriate typedefsDavid Rientjes1-2/+1
2006-08-03sideband: do not use color, just say "remote:"Junio C Hamano1-4/+3
2006-08-01fetch/clone: mark messages from remote side stand out.Junio C Hamano1-0/+3
2006-07-10Fix more typos, primarily in the codePavel Roskin1-2/+2
2006-06-21upload-pack/fetch-pack: support side-band communicationJunio C Hamano1-5/+66
2006-02-11Fix fetch-clone in the presense of signalsLinus Torvalds1-4/+7
2006-02-11Make "git clone" pack-fetching download statistics betterLinus Torvalds1-3/+41
2006-02-10Make "git clone" less of a deathly quiet experienceLinus Torvalds1-1/+27
2006-01-13Exec git programs without using PATH.Michal Ostrowski1-4/+3
2006-01-05trivial: retval of waitpid is not errnoAlex Riesen1-1/+1
2005-12-17fetch-pack: -k option to keep downloaded pack.Junio C Hamano1-0/+172