summaryrefslogtreecommitdiff
path: root/fetch-pack.c
AgeCommit message (Expand)Author
2005-12-18clone-pack: remove unused and undocumented --keep flagJunio C Hamano
2005-12-18fetch-pack: -k option to keep downloaded pack.Junio C Hamano
2005-11-29Make networking commands to work from a subdirectory.Junio C Hamano
2005-11-06git-fetch: fail if specified refspec does not match remote.Junio C Hamano
2005-11-03Be careful when dereferencing tags.Junio C Hamano
2005-10-29git-fetch-pack: Support multi_ack extensionJohannes Schindelin
2005-10-29Make maximal use of the remote refsJohannes Schindelin
2005-10-29Subject: [PATCH] git-fetch-pack: Do not use git-rev-listJohannes Schindelin
2005-10-25Revert recent fetch-pack/upload-pack updates.Junio C Hamano
2005-10-24git-fetch-pack: Implement client part of the multi_ack extensionJohannes Schindelin
2005-10-24git-fetch-pack: Do not use git-rev-listJohannes Schindelin
2005-10-20Be more careful tangling object chains while marking commits.Junio C Hamano
2005-10-20Do not feed rev-list an invalid SHA1 expression.Junio C Hamano
2005-10-19[PATCH] Do not send "want" lines for complete objectsJohannes Schindelin
2005-10-19Do not ask for objects known to be complete.Junio C Hamano
2005-10-18git-fetch-pack: avoid unnecessary zero packingLinus Torvalds
2005-10-15Ignore funny refname sent from remoteJunio C Hamano
2005-08-12fetch-pack: start multi-head pulling.Junio C Hamano
2005-07-16Merge three separate "fetch refs" functionsLinus Torvalds
2005-07-14[PATCH] Documentation: clone/fetch/upload.Junio C Hamano
2005-07-14Get rid of nasty utf-8 characters in printoutLinus Torvalds
2005-07-14git-fetch-pack: close output fd after dup'ing the inputLinus Torvalds
2005-07-05Move "get_ack()" to common git_connect functionsLinus Torvalds
2005-07-05Remove multi-head support from fetch-packLinus Torvalds
2005-07-05Add "git_path()" and "head_ref()" helper functions.Linus Torvalds
2005-07-04Make git-fetch-pack actually do all the unpacking etc.Linus Torvalds
2005-07-04Make git-fetch-pack and git-upload-pack negotiate needs/haves fullyLinus Torvalds
2005-07-04Commit first cut at "git-fetch-pack"Linus Torvalds