summaryrefslogtreecommitdiff
path: root/fetch-pack.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'js/fetch-progress' (early part)Junio C Hamano2007-03-041-3/+9
|\
| * Fixup no-progress for fetch & cloneJohannes Schindelin2007-02-241-7/+3
| * fetch & clone: do not output progress when not on a ttyJohannes Schindelin2007-02-191-3/+13
* | prefixcmp(): fix-up mechanical conversion.Junio C Hamano2007-02-201-5/+5
* | Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-201-6/+6
|/
* Don't force everybody to call setup_ident().Junio C Hamano2007-01-281-1/+0
* Consolidate {receive,fetch}.unpackLimitJunio C Hamano2007-01-241-1/+13
* fetch-pack: remove --keep-auto and make it the default.Junio C Hamano2007-01-241-14/+17
* Allow fetch-pack to decide keeping the fetched pack without explodingJunio C Hamano2007-01-241-32/+59
* rename --exec to --upload-pack for fetch-pack and peek-remoteUwe Kleine-König2007-01-241-4/+8
* Update documentation of fetch-pack, push and send-packUwe Kleine-König2007-01-191-1/+1
* fetch-pack: do not use lockfile structure on stack.Junio C Hamano2007-01-021-1/+2
* Merge branch 'master' into js/shallowJunio C Hamano2006-12-271-1/+25
|\
| * simplify inclusion of system header files.Junio C Hamano2006-12-201-1/+0
| * fetch-pack: do not barf when duplicate re patterns are givenJunio C Hamano2006-11-251-0/+25
* | fetch-pack: Do not fetch tags for shallow clones.Alexandre Julliard2006-11-241-1/+2
* | fetch-pack: Properly remove the shallow file when it becomes empty.Alexandre Julliard2006-11-241-1/+1
* | Why does it mean we do not have to register shallow if we have one?Junio C Hamano2006-11-241-3/+0
* | We should make sure that the protocol is still extensible.Junio C Hamano2006-11-241-4/+7
* | allow deepening of a shallow repositoryJohannes Schindelin2006-11-241-6/+16
* | allow cloning a repository "shallowly"Johannes Schindelin2006-11-241-1/+60
* | support fetching into a shallow repositoryJohannes Schindelin2006-11-241-0/+4
|/
* improve fetch-pack's handling of kept packsNicolas Pitre2006-11-031-7/+103
* Merge branch 'master' into np/index-packJunio C Hamano2006-11-031-4/+4
|\
| * Merge branch 'lj/refs'Junio C Hamano2006-11-011-4/+4
| |\
| | * Tell between packed, unpacked and symbolic refs.Junio C Hamano2006-09-201-2/+2
| | * Add callback data to for_each_ref() family.Junio C Hamano2006-09-201-4/+4
* | | enhance clone and fetch -k experienceNicolas Pitre2006-10-271-2/+0
|/ /
* | let the GIT native protocol use offsets to delta base when possibleNicolas Pitre2006-09-271-2/+3
|/
* Merge branch 'jc/archive'Junio C Hamano2006-09-171-3/+9
|\
| * Prepare larger packet buffer for upload-pack protocol.Junio C Hamano2006-09-101-3/+9
* | Test return value of finish_connect()Franck Bui-Huu2006-09-131-2/+2
|/
* Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-231-1/+1
* remove unnecessary initializationsDavid Rientjes2006-08-151-3/+3
* 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