| Commit message (Expand) | Author | Age | Files | Lines |
* | Shrink "struct object" a bit | Linus Torvalds | 2006-06-17 | 1 | -2/+2 |
* | Const tightening. | Junio C Hamano | 2006-03-05 | 1 | -3/+3 |
* | Merge branches 'jc/rev-list' and 'jc/pack-thin' | Junio C Hamano | 2006-02-24 | 1 | -3/+8 |
|\ |
|
| * | Use thin pack transfer in "git fetch". | Junio C Hamano | 2006-02-20 | 1 | -3/+8 |
* | | Prevent git-upload-pack segfault if object cannot be found | Carl Worth | 2006-02-17 | 1 | -0/+3 |
|/ |
|
* | Exec git programs without using PATH. | Michal Ostrowski | 2006-01-13 | 1 | -3/+4 |
* | Server-side support for user-relative paths. | Andreas Ericsson | 2005-11-19 | 1 | -12/+3 |
* | Be careful when dereferencing tags. | Junio C Hamano | 2005-11-02 | 1 | -1/+1 |
* | fix multi_ack. | Johannes Schindelin | 2005-10-28 | 1 | -3/+7 |
* | git-upload-pack: Support the multi_ack protocol | Johannes Schindelin | 2005-10-28 | 1 | -23/+24 |
* | git-upload-pack: More efficient usage of the has_sha1 array | Johannes Schindelin | 2005-10-28 | 1 | -5/+22 |
* | Fix cloning (memory corruption) | Johannes Schindelin | 2005-10-26 | 1 | -7/+8 |
* | upload-pack: tighten request validation. | Junio C Hamano | 2005-10-25 | 1 | -4/+27 |
* | Revert recent fetch-pack/upload-pack updates. | Junio C Hamano | 2005-10-25 | 1 | -37/+27 |
* | upload-pack: fix thinko in common-commit finder code. | Junio C Hamano | 2005-10-24 | 1 | -1/+3 |
* | git-upload-pack: Support sending multiple ACK messages | Johannes Schindelin | 2005-10-24 | 1 | -22/+15 |
* | git-upload-pack: More efficient usage of the has_sha1 array | Johannes Schindelin | 2005-10-24 | 1 | -5/+20 |
* | upload-pack: Increase MAX_HAS. | Junio C Hamano | 2005-10-22 | 1 | -2/+2 |
* | git-daemon: timeout, eliminate double DWIM | H. Peter Anvin | 2005-10-19 | 1 | -5/+40 |
* | Show peeled onion from upload-pack and server-info. | Junio C Hamano | 2005-10-15 | 1 | -0/+8 |
* | upload-pack: Do not choke on too many heads request. | Junio C Hamano | 2005-10-05 | 1 | -16/+34 |
* | Replace unsetenv() and setenv() with older putenv(). | Jason Riedy | 2005-08-23 | 1 | -1/+1 |
* | Make "upload-pack" match git-fetch-pack usage | Linus Torvalds | 2005-07-08 | 1 | -2/+6 |
* | Increase the number of possible heads requested from git-upload-pack | Linus Torvalds | 2005-07-05 | 1 | -1/+1 |
* | Add "git_path()" and "head_ref()" helper functions. | Linus Torvalds | 2005-07-05 | 1 | -0/+1 |
* | Make git-fetch-pack actually do all the unpacking etc. | Linus Torvalds | 2005-07-04 | 1 | -11/+52 |
* | Make git-fetch-pack and git-upload-pack negotiate needs/haves fully | Linus Torvalds | 2005-07-04 | 1 | -1/+54 |
* | Commit first cut at "git-fetch-pack" | Linus Torvalds | 2005-07-04 | 1 | -0/+86 |