Age | Commit message (Expand) | Author | Files | Lines |
2006-03-20 | revamp git-clone. | Junio C Hamano | 1 | -4/+14 |
2006-02-26 | Use setenv(), fix warnings | Timo Hirvonen | 1 | -1/+1 |
2006-02-20 | Use thin pack transfer in "git fetch". | Junio C Hamano | 1 | -4/+11 |
2006-02-10 | Make "git clone" less of a deathly quiet experience | Linus Torvalds | 1 | -1/+1 |
2006-01-19 | git-fetch-pack: really do not ask for funny refs | Johannes Schindelin | 1 | -3/+0 |
2005-12-18 | clone-pack: remove unused and undocumented --keep flag | Junio C Hamano | 1 | -2/+2 |
2005-12-17 | fetch-pack: -k option to keep downloaded pack. | Junio C Hamano | 1 | -37/+21 |
2005-11-28 | Make networking commands to work from a subdirectory. | Junio C Hamano | 1 | -0/+2 |
2005-11-06 | git-fetch: fail if specified refspec does not match remote. | Junio C Hamano | 1 | -0/+14 |
2005-11-02 | Be careful when dereferencing tags. | Junio C Hamano | 1 | -3/+4 |
2005-10-28 | git-fetch-pack: Support multi_ack extension | Johannes Schindelin | 1 | -16/+42 |
2005-10-28 | Make maximal use of the remote refs | Johannes Schindelin | 1 | -20/+52 |
2005-10-28 | Subject: [PATCH] git-fetch-pack: Do not use git-rev-list | Johannes Schindelin | 1 | -32/+132 |
2005-10-25 | Revert recent fetch-pack/upload-pack updates. | Junio C Hamano | 1 | -155/+44 |
2005-10-24 | git-fetch-pack: Implement client part of the multi_ack extension | Johannes Schindelin | 1 | -13/+37 |
2005-10-24 | git-fetch-pack: Do not use git-rev-list | Johannes Schindelin | 1 | -32/+119 |
2005-10-19 | Be more careful tangling object chains while marking commits. | Junio C Hamano | 1 | -4/+10 |
2005-10-19 | Do not feed rev-list an invalid SHA1 expression. | Junio C Hamano | 1 | -9/+23 |
2005-10-19 | [PATCH] Do not send "want" lines for complete objects | Johannes Schindelin | 1 | -8/+25 |
2005-10-19 | Do not ask for objects known to be complete. | Junio C Hamano | 1 | -2/+62 |
2005-10-18 | git-fetch-pack: avoid unnecessary zero packing | Linus Torvalds | 1 | -6/+44 |
2005-10-15 | Ignore funny refname sent from remote | Junio C Hamano | 1 | -1/+1 |
2005-08-12 | fetch-pack: start multi-head pulling. | Junio C Hamano | 1 | -16/+40 |
2005-07-16 | Merge three separate "fetch refs" functions | Linus Torvalds | 1 | -33/+17 |
2005-07-14 | [PATCH] Documentation: clone/fetch/upload. | Junio C Hamano | 1 | -3/+8 |
2005-07-13 | Get rid of nasty utf-8 characters in printout | Linus Torvalds | 1 | -1/+1 |
2005-07-13 | git-fetch-pack: close output fd after dup'ing the input | Linus Torvalds | 1 | -1/+1 |
2005-07-05 | Move "get_ack()" to common git_connect functions | Linus Torvalds | 1 | -18/+0 |
2005-07-05 | Remove multi-head support from fetch-pack | Linus Torvalds | 1 | -38/+3 |
2005-07-05 | Add "git_path()" and "head_ref()" helper functions. | Linus Torvalds | 1 | -5/+1 |
2005-07-04 | Make git-fetch-pack actually do all the unpacking etc. | Linus Torvalds | 1 | -14/+48 |
2005-07-04 | Make git-fetch-pack and git-upload-pack negotiate needs/haves fully | Linus Torvalds | 1 | -9/+62 |
2005-07-04 | Commit first cut at "git-fetch-pack" | Linus Torvalds | 1 | -0/+125 |