Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2005-06-26 | git-pack-objects: do the delta search in reverse size order | Linus Torvalds | 1 | -12/+16 |
2005-06-26 | Fix object packing/unpacking. | Linus Torvalds | 1 | -5/+5 |
2005-06-26 | [PATCH] Finish initial cut of git-pack-object/git-unpack-object pair. | Junio C Hamano | 1 | -2/+4 |
2005-06-25 | Add "--depth=N" parameter to git-pack-objects to limit maximum delta depth | Linus Torvalds | 1 | -7/+17 |
2005-06-25 | git-pack-objects: make "--window=x" semantics more logical. | Linus Torvalds | 1 | -4/+4 |
2005-06-25 | Add a "max_size" parameter to diff_delta() | Linus Torvalds | 1 | -10/+12 |
2005-06-25 | Fix delta "sliding window" code | Linus Torvalds | 1 | -4/+5 |
2005-06-25 | [PATCH] (patchlet) pack-objects.c: try_delta() | Junio C Hamano | 1 | -0/+1 |
2005-06-25 | git-pack-objects: mark the delta packing with a 'D'. | Linus Torvalds | 1 | -0/+1 |
2005-06-25 | git-pack-objects: fix typo | Linus Torvalds | 1 | -1/+1 |
2005-06-25 | git-pack-objects: create a packed object representation. | Linus Torvalds | 1 | -0/+403 |