aboutsummaryrefslogtreecommitdiffstats
path: root/fetch-pack.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-22fetch-pack: output refs in the order they were given on the command line.Junio C Hamano1-15/+51
2006-03-20revamp git-clone.Junio C Hamano1-4/+14
2006-02-26Use setenv(), fix warningsTimo Hirvonen1-1/+1
2006-02-20Use thin pack transfer in "git fetch".Junio C Hamano1-4/+11
2006-02-10Make "git clone" less of a deathly quiet experienceLinus Torvalds1-1/+1
2006-01-19git-fetch-pack: really do not ask for funny refsJohannes Schindelin1-3/+0
2005-12-18clone-pack: remove unused and undocumented --keep flagJunio C Hamano1-2/+2
2005-12-17fetch-pack: -k option to keep downloaded pack.Junio C Hamano1-37/+21
2005-11-28Make networking commands to work from a subdirectory.Junio C Hamano1-0/+2
2005-11-06git-fetch: fail if specified refspec does not match remote.Junio C Hamano1-0/+14
2005-11-02Be careful when dereferencing tags.Junio C Hamano1-3/+4
2005-10-28git-fetch-pack: Support multi_ack extensionJohannes Schindelin1-16/+42
2005-10-28Make maximal use of the remote refsJohannes Schindelin1-20/+52
2005-10-28Subject: [PATCH] git-fetch-pack: Do not use git-rev-listJohannes Schindelin1-32/+132
2005-10-25Revert recent fetch-pack/upload-pack updates.Junio C Hamano1-155/+44
2005-10-24git-fetch-pack: Implement client part of the multi_ack extensionJohannes Schindelin1-13/+37
2005-10-24git-fetch-pack: Do not use git-rev-listJohannes Schindelin1-32/+119
2005-10-19Be more careful tangling object chains while marking commits.Junio C Hamano1-4/+10
2005-10-19Do not feed rev-list an invalid SHA1 expression.Junio C Hamano1-9/+23
2005-10-19[PATCH] Do not send "want" lines for complete objectsJohannes Schindelin1-8/+25
2005-10-19Do not ask for objects known to be complete.Junio C Hamano1-2/+62
2005-10-18git-fetch-pack: avoid unnecessary zero packingLinus Torvalds1-6/+44
2005-10-15Ignore funny refname sent from remoteJunio C Hamano1-1/+1
2005-08-12fetch-pack: start multi-head pulling.Junio C Hamano1-16/+40
2005-07-16Merge three separate "fetch refs" functionsLinus Torvalds1-33/+17
2005-07-14[PATCH] Documentation: clone/fetch/upload.Junio C Hamano1-3/+8
2005-07-13Get rid of nasty utf-8 characters in printoutLinus Torvalds1-1/+1
2005-07-13git-fetch-pack: close output fd after dup'ing the inputLinus Torvalds1-1/+1
2005-07-05Move "get_ack()" to common git_connect functionsLinus Torvalds1-18/+0
2005-07-05Remove multi-head support from fetch-packLinus Torvalds1-38/+3
2005-07-05Add "git_path()" and "head_ref()" helper functions.Linus Torvalds1-5/+1
2005-07-04Make git-fetch-pack actually do all the unpacking etc.Linus Torvalds1-14/+48
2005-07-04Make git-fetch-pack and git-upload-pack negotiate needs/haves fullyLinus Torvalds1-9/+62
2005-07-04Commit first cut at "git-fetch-pack"Linus Torvalds1-0/+125