aboutsummaryrefslogtreecommitdiff
path: root/fetch-pack.c
Commit message (Expand)AuthorAge
* Merge branch 'js/fetch-progress' (early part)Junio C Hamano2007-03-04
|\
| * Fixup no-progress for fetch & cloneJohannes Schindelin2007-02-24
| * fetch & clone: do not output progress when not on a ttyJohannes Schindelin2007-02-19
* | prefixcmp(): fix-up mechanical conversion.Junio C Hamano2007-02-20
* | Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-20
|/
* Don't force everybody to call setup_ident().Junio C Hamano2007-01-28
* Consolidate {receive,fetch}.unpackLimitJunio C Hamano2007-01-24
* fetch-pack: remove --keep-auto and make it the default.Junio C Hamano2007-01-24
* Allow fetch-pack to decide keeping the fetched pack without explodingJunio C Hamano2007-01-24
* rename --exec to --upload-pack for fetch-pack and peek-remoteUwe Kleine-König2007-01-24
* Update documentation of fetch-pack, push and send-packUwe Kleine-König2007-01-19
* fetch-pack: do not use lockfile structure on stack.Junio C Hamano2007-01-02
* Merge branch 'master' into js/shallowJunio C Hamano2006-12-27
|\
| * simplify inclusion of system header files.Junio C Hamano2006-12-20
| * fetch-pack: do not barf when duplicate re patterns are givenJunio C Hamano2006-11-25
* | fetch-pack: Do not fetch tags for shallow clones.Alexandre Julliard2006-11-24
* | fetch-pack: Properly remove the shallow file when it becomes empty.Alexandre Julliard2006-11-24
* | Why does it mean we do not have to register shallow if we have one?Junio C Hamano2006-11-24
* | We should make sure that the protocol is still extensible.Junio C Hamano2006-11-24
* | allow deepening of a shallow repositoryJohannes Schindelin2006-11-24
* | allow cloning a repository "shallowly"Johannes Schindelin2006-11-24
* | support fetching into a shallow repositoryJohannes Schindelin2006-11-24
|/
* improve fetch-pack's handling of kept packsNicolas Pitre2006-11-03
* Merge branch 'master' into np/index-packJunio C Hamano2006-11-03
|\
| * Merge branch 'lj/refs'Junio C Hamano2006-11-01
| |\
| | * Tell between packed, unpacked and symbolic refs.Junio C Hamano2006-09-20
| | * Add callback data to for_each_ref() family.Junio C Hamano2006-09-20
* | | enhance clone and fetch -k experienceNicolas Pitre2006-10-27
|/ /
* | let the GIT native protocol use offsets to delta base when possibleNicolas Pitre2006-09-27
|/
* 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