aboutsummaryrefslogtreecommitdiff
path: root/fetch-pack.c
Commit message (Expand)AuthorAge
* Merge branch 'jc/archive'Junio C Hamano2006-09-17
|\
| * Prepare larger packet buffer for upload-pack protocol.Junio C Hamano2006-09-10
* | Test return value of finish_connect()Franck Bui-Huu2006-09-13
|/
* Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-23
* remove unnecessary initializationsDavid Rientjes2006-08-15
* Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds2006-07-12
* upload-pack/fetch-pack: support side-band communicationJunio C Hamano2006-06-21
* Shrink "struct object" a bitLinus Torvalds2006-06-17
* fetch-pack: give up after getting too many "ack continue"Junio C Hamano2006-05-24
* fetch-pack: output refs in the order they were given on the command line.Junio C Hamano2006-05-22
* revamp git-clone.Junio C Hamano2006-03-20
* Use setenv(), fix warningsTimo Hirvonen2006-02-26
* Use thin pack transfer in "git fetch".Junio C Hamano2006-02-20
* Make "git clone" less of a deathly quiet experienceLinus Torvalds2006-02-10
* git-fetch-pack: really do not ask for funny refsJohannes Schindelin2006-01-19
* clone-pack: remove unused and undocumented --keep flagJunio C Hamano2005-12-18
* fetch-pack: -k option to keep downloaded pack.Junio C Hamano2005-12-17
* Make networking commands to work from a subdirectory.Junio C Hamano2005-11-28
* git-fetch: fail if specified refspec does not match remote.Junio C Hamano2005-11-06
* Be careful when dereferencing tags.Junio C Hamano2005-11-02
* git-fetch-pack: Support multi_ack extensionJohannes Schindelin2005-10-28
* Make maximal use of the remote refsJohannes Schindelin2005-10-28
* Subject: [PATCH] git-fetch-pack: Do not use git-rev-listJohannes Schindelin2005-10-28
* Revert recent fetch-pack/upload-pack updates.Junio C Hamano2005-10-25
* git-fetch-pack: Implement client part of the multi_ack extensionJohannes Schindelin2005-10-24
* git-fetch-pack: Do not use git-rev-listJohannes Schindelin2005-10-24
* Be more careful tangling object chains while marking commits.Junio C Hamano2005-10-19
* Do not feed rev-list an invalid SHA1 expression.Junio C Hamano2005-10-19
* [PATCH] Do not send "want" lines for complete objectsJohannes Schindelin2005-10-19
* Do not ask for objects known to be complete.Junio C Hamano2005-10-19
* git-fetch-pack: avoid unnecessary zero packingLinus Torvalds2005-10-18
* Ignore funny refname sent from remoteJunio C Hamano2005-10-15
* fetch-pack: start multi-head pulling.Junio C Hamano2005-08-12
* Merge three separate "fetch refs" functionsLinus Torvalds2005-07-16
* [PATCH] Documentation: clone/fetch/upload.Junio C Hamano2005-07-14
* Get rid of nasty utf-8 characters in printoutLinus Torvalds2005-07-13
* git-fetch-pack: close output fd after dup'ing the inputLinus Torvalds2005-07-13
* Move "get_ack()" to common git_connect functionsLinus Torvalds2005-07-05
* Remove multi-head support from fetch-packLinus Torvalds2005-07-05
* Add "git_path()" and "head_ref()" helper functions.Linus Torvalds2005-07-05
* Make git-fetch-pack actually do all the unpacking etc.Linus Torvalds2005-07-04
* Make git-fetch-pack and git-upload-pack negotiate needs/haves fullyLinus Torvalds2005-07-04
* Commit first cut at "git-fetch-pack"Linus Torvalds2005-07-04