| Commit message (Expand) | Author | Age | Files | Lines |
* | improve fetch-pack's handling of kept packs | Nicolas Pitre | 2006-11-03 | 1 | -7/+103 |
* | Merge branch 'master' into np/index-pack | Junio C Hamano | 2006-11-03 | 1 | -4/+4 |
|\ |
|
| * | Merge branch 'lj/refs' | Junio C Hamano | 2006-11-01 | 1 | -4/+4 |
| |\ |
|
| | * | Tell between packed, unpacked and symbolic refs. | Junio C Hamano | 2006-09-20 | 1 | -2/+2 |
| | * | Add callback data to for_each_ref() family. | Junio C Hamano | 2006-09-20 | 1 | -4/+4 |
* | | | enhance clone and fetch -k experience | Nicolas Pitre | 2006-10-27 | 1 | -2/+0 |
|/ / |
|
* | | let the GIT native protocol use offsets to delta base when possible | Nicolas Pitre | 2006-09-27 | 1 | -2/+3 |
|/ |
|
* | Merge branch 'jc/archive' | Junio C Hamano | 2006-09-17 | 1 | -3/+9 |
|\ |
|
| * | Prepare larger packet buffer for upload-pack protocol. | Junio C Hamano | 2006-09-10 | 1 | -3/+9 |
* | | Test return value of finish_connect() | Franck Bui-Huu | 2006-09-13 | 1 | -2/+2 |
|/ |
|
* | Convert memcpy(a,b,20) to hashcpy(a,b). | Shawn Pearce | 2006-08-23 | 1 | -1/+1 |
* | remove unnecessary initializations | David Rientjes | 2006-08-15 | 1 | -3/+3 |
* | Remove TYPE_* constant macros and use object_type enums consistently. | Linus Torvalds | 2006-07-12 | 1 | -5/+5 |
* | upload-pack/fetch-pack: support side-band communication | Junio C Hamano | 2006-06-21 | 1 | -6/+16 |
* | Shrink "struct object" a bit | Linus Torvalds | 2006-06-17 | 1 | -5/+5 |
* | fetch-pack: give up after getting too many "ack continue" | Junio C Hamano | 2006-05-24 | 1 | -0/+16 |
* | fetch-pack: output refs in the order they were given on the command line. | Junio C Hamano | 2006-05-22 | 1 | -15/+51 |
* | revamp git-clone. | Junio C Hamano | 2006-03-20 | 1 | -4/+14 |
* | Use setenv(), fix warnings | Timo Hirvonen | 2006-02-26 | 1 | -1/+1 |
* | Use thin pack transfer in "git fetch". | Junio C Hamano | 2006-02-20 | 1 | -4/+11 |
* | Make "git clone" less of a deathly quiet experience | Linus Torvalds | 2006-02-10 | 1 | -1/+1 |
* | git-fetch-pack: really do not ask for funny refs | Johannes Schindelin | 2006-01-19 | 1 | -3/+0 |
* | clone-pack: remove unused and undocumented --keep flag | Junio C Hamano | 2005-12-18 | 1 | -2/+2 |
* | fetch-pack: -k option to keep downloaded pack. | Junio C Hamano | 2005-12-17 | 1 | -37/+21 |
* | Make networking commands to work from a subdirectory. | Junio C Hamano | 2005-11-28 | 1 | -0/+2 |
* | git-fetch: fail if specified refspec does not match remote. | Junio C Hamano | 2005-11-06 | 1 | -0/+14 |
* | Be careful when dereferencing tags. | Junio C Hamano | 2005-11-02 | 1 | -3/+4 |
* | git-fetch-pack: Support multi_ack extension | Johannes Schindelin | 2005-10-28 | 1 | -16/+42 |
* | Make maximal use of the remote refs | Johannes Schindelin | 2005-10-28 | 1 | -20/+52 |
* | Subject: [PATCH] git-fetch-pack: Do not use git-rev-list | Johannes Schindelin | 2005-10-28 | 1 | -32/+132 |
* | Revert recent fetch-pack/upload-pack updates. | Junio C Hamano | 2005-10-25 | 1 | -155/+44 |
* | git-fetch-pack: Implement client part of the multi_ack extension | Johannes Schindelin | 2005-10-24 | 1 | -13/+37 |
* | git-fetch-pack: Do not use git-rev-list | Johannes Schindelin | 2005-10-24 | 1 | -32/+119 |
* | Be more careful tangling object chains while marking commits. | Junio C Hamano | 2005-10-19 | 1 | -4/+10 |
* | Do not feed rev-list an invalid SHA1 expression. | Junio C Hamano | 2005-10-19 | 1 | -9/+23 |
* | [PATCH] Do not send "want" lines for complete objects | Johannes Schindelin | 2005-10-19 | 1 | -8/+25 |
* | Do not ask for objects known to be complete. | Junio C Hamano | 2005-10-19 | 1 | -2/+62 |
* | git-fetch-pack: avoid unnecessary zero packing | Linus Torvalds | 2005-10-18 | 1 | -6/+44 |
* | Ignore funny refname sent from remote | Junio C Hamano | 2005-10-15 | 1 | -1/+1 |
* | fetch-pack: start multi-head pulling. | Junio C Hamano | 2005-08-12 | 1 | -16/+40 |
* | Merge three separate "fetch refs" functions | Linus Torvalds | 2005-07-16 | 1 | -33/+17 |
* | [PATCH] Documentation: clone/fetch/upload. | Junio C Hamano | 2005-07-14 | 1 | -3/+8 |
* | Get rid of nasty utf-8 characters in printout | Linus Torvalds | 2005-07-13 | 1 | -1/+1 |
* | git-fetch-pack: close output fd after dup'ing the input | Linus Torvalds | 2005-07-13 | 1 | -1/+1 |
* | Move "get_ack()" to common git_connect functions | Linus Torvalds | 2005-07-05 | 1 | -18/+0 |
* | Remove multi-head support from fetch-pack | Linus Torvalds | 2005-07-05 | 1 | -38/+3 |
* | Add "git_path()" and "head_ref()" helper functions. | Linus Torvalds | 2005-07-05 | 1 | -5/+1 |
* | Make git-fetch-pack actually do all the unpacking etc. | Linus Torvalds | 2005-07-04 | 1 | -14/+48 |
* | Make git-fetch-pack and git-upload-pack negotiate needs/haves fully | Linus Torvalds | 2005-07-04 | 1 | -9/+62 |
* | Commit first cut at "git-fetch-pack" | Linus Torvalds | 2005-07-04 | 1 | -0/+125 |