summaryrefslogtreecommitdiff
path: root/fetch-pack.c
AgeCommit message (Expand)AuthorFilesLines
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Libravatar Shawn Pearce1-1/+1
2006-08-15remove unnecessary initializationsLibravatar David Rientjes1-3/+3
2006-07-12Remove TYPE_* constant macros and use object_type enums consistently.Libravatar Linus Torvalds1-5/+5
2006-06-21upload-pack/fetch-pack: support side-band communicationLibravatar Junio C Hamano1-6/+16
2006-06-17Shrink "struct object" a bitLibravatar Linus Torvalds1-5/+5
2006-05-24fetch-pack: give up after getting too many "ack continue"Libravatar Junio C Hamano1-0/+16
2006-05-22fetch-pack: output refs in the order they were given on the command line.Libravatar Junio C Hamano1-15/+51
2006-03-20revamp git-clone.Libravatar Junio C Hamano1-4/+14
2006-02-26Use setenv(), fix warningsLibravatar Timo Hirvonen1-1/+1
2006-02-20Use thin pack transfer in "git fetch".Libravatar Junio C Hamano1-4/+11
2006-02-10Make "git clone" less of a deathly quiet experienceLibravatar Linus Torvalds1-1/+1
2006-01-19git-fetch-pack: really do not ask for funny refsLibravatar Johannes Schindelin1-3/+0
2005-12-18clone-pack: remove unused and undocumented --keep flagLibravatar Junio C Hamano1-2/+2
2005-12-17fetch-pack: -k option to keep downloaded pack.Libravatar Junio C Hamano1-37/+21
2005-11-28Make networking commands to work from a subdirectory.Libravatar Junio C Hamano1-0/+2
2005-11-06git-fetch: fail if specified refspec does not match remote.Libravatar Junio C Hamano1-0/+14
2005-11-02Be careful when dereferencing tags.Libravatar Junio C Hamano1-3/+4
2005-10-28git-fetch-pack: Support multi_ack extensionLibravatar Johannes Schindelin1-16/+42
2005-10-28Make maximal use of the remote refsLibravatar Johannes Schindelin1-20/+52
2005-10-28Subject: [PATCH] git-fetch-pack: Do not use git-rev-listLibravatar Johannes Schindelin1-32/+132
2005-10-25Revert recent fetch-pack/upload-pack updates.Libravatar Junio C Hamano1-155/+44
2005-10-24git-fetch-pack: Implement client part of the multi_ack extensionLibravatar Johannes Schindelin1-13/+37
2005-10-24git-fetch-pack: Do not use git-rev-listLibravatar Johannes Schindelin1-32/+119
2005-10-19Be more careful tangling object chains while marking commits.Libravatar Junio C Hamano1-4/+10
2005-10-19Do not feed rev-list an invalid SHA1 expression.Libravatar Junio C Hamano1-9/+23
2005-10-19[PATCH] Do not send "want" lines for complete objectsLibravatar Johannes Schindelin1-8/+25
2005-10-19Do not ask for objects known to be complete.Libravatar Junio C Hamano1-2/+62
2005-10-18git-fetch-pack: avoid unnecessary zero packingLibravatar Linus Torvalds1-6/+44
2005-10-15Ignore funny refname sent from remoteLibravatar Junio C Hamano1-1/+1
2005-08-12fetch-pack: start multi-head pulling.Libravatar Junio C Hamano1-16/+40
2005-07-16Merge three separate "fetch refs" functionsLibravatar Linus Torvalds1-33/+17
2005-07-14[PATCH] Documentation: clone/fetch/upload.Libravatar Junio C Hamano1-3/+8
2005-07-13Get rid of nasty utf-8 characters in printoutLibravatar Linus Torvalds1-1/+1
2005-07-13git-fetch-pack: close output fd after dup'ing the inputLibravatar Linus Torvalds1-1/+1
2005-07-05Move "get_ack()" to common git_connect functionsLibravatar Linus Torvalds1-18/+0
2005-07-05Remove multi-head support from fetch-packLibravatar Linus Torvalds1-38/+3
2005-07-05Add "git_path()" and "head_ref()" helper functions.Libravatar Linus Torvalds1-5/+1
2005-07-04Make git-fetch-pack actually do all the unpacking etc.Libravatar Linus Torvalds1-14/+48
2005-07-04Make git-fetch-pack and git-upload-pack negotiate needs/haves fullyLibravatar Linus Torvalds1-9/+62
2005-07-04Commit first cut at "git-fetch-pack"Libravatar Linus Torvalds1-0/+125