summaryrefslogtreecommitdiff
path: root/fetch-pack.c
Commit message (Expand)AuthorAgeFilesLines
* Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds2006-07-121-5/+5
* upload-pack/fetch-pack: support side-band communicationJunio C Hamano2006-06-211-6/+16
* Shrink "struct object" a bitLinus Torvalds2006-06-171-5/+5
* fetch-pack: give up after getting too many "ack continue"Junio C Hamano2006-05-241-0/+16
* fetch-pack: output refs in the order they were given on the command line.Junio C Hamano2006-05-221-15/+51
* revamp git-clone.Junio C Hamano2006-03-201-4/+14
* Use setenv(), fix warningsTimo Hirvonen2006-02-261-1/+1
* Use thin pack transfer in "git fetch".Junio C Hamano2006-02-201-4/+11
* Make "git clone" less of a deathly quiet experienceLinus Torvalds2006-02-101-1/+1
* git-fetch-pack: really do not ask for funny refsJohannes Schindelin2006-01-191-3/+0
* clone-pack: remove unused and undocumented --keep flagJunio C Hamano2005-12-181-2/+2
* fetch-pack: -k option to keep downloaded pack.Junio C Hamano2005-12-171-37/+21
* Make networking commands to work from a subdirectory.Junio C Hamano2005-11-281-0/+2
* git-fetch: fail if specified refspec does not match remote.Junio C Hamano2005-11-061-0/+14
* Be careful when dereferencing tags.Junio C Hamano2005-11-021-3/+4
* git-fetch-pack: Support multi_ack extensionJohannes Schindelin2005-10-281-16/+42
* Make maximal use of the remote refsJohannes Schindelin2005-10-281-20/+52
* Subject: [PATCH] git-fetch-pack: Do not use git-rev-listJohannes Schindelin2005-10-281-32/+132
* Revert recent fetch-pack/upload-pack updates.Junio C Hamano2005-10-251-155/+44
* git-fetch-pack: Implement client part of the multi_ack extensionJohannes Schindelin2005-10-241-13/+37
* git-fetch-pack: Do not use git-rev-listJohannes Schindelin2005-10-241-32/+119
* Be more careful tangling object chains while marking commits.Junio C Hamano2005-10-191-4/+10
* Do not feed rev-list an invalid SHA1 expression.Junio C Hamano2005-10-191-9/+23
* [PATCH] Do not send "want" lines for complete objectsJohannes Schindelin2005-10-191-8/+25
* Do not ask for objects known to be complete.Junio C Hamano2005-10-191-2/+62
* git-fetch-pack: avoid unnecessary zero packingLinus Torvalds2005-10-181-6/+44
* Ignore funny refname sent from remoteJunio C Hamano2005-10-151-1/+1
* fetch-pack: start multi-head pulling.Junio C Hamano2005-08-121-16/+40
* Merge three separate "fetch refs" functionsLinus Torvalds2005-07-161-33/+17
* [PATCH] Documentation: clone/fetch/upload.Junio C Hamano2005-07-141-3/+8
* Get rid of nasty utf-8 characters in printoutLinus Torvalds2005-07-131-1/+1
* git-fetch-pack: close output fd after dup'ing the inputLinus Torvalds2005-07-131-1/+1
* Move "get_ack()" to common git_connect functionsLinus Torvalds2005-07-051-18/+0
* Remove multi-head support from fetch-packLinus Torvalds2005-07-051-38/+3
* Add "git_path()" and "head_ref()" helper functions.Linus Torvalds2005-07-051-5/+1
* Make git-fetch-pack actually do all the unpacking etc.Linus Torvalds2005-07-041-14/+48
* Make git-fetch-pack and git-upload-pack negotiate needs/haves fullyLinus Torvalds2005-07-041-9/+62
* Commit first cut at "git-fetch-pack"Linus Torvalds2005-07-041-0/+125