| Commit message (Expand) | Author | Age | Files | Lines |
* | Update unpack-objects usage and documentation. | Junio C Hamano | 2005-08-12 | 1 | -1/+1 |
* | [PATCH] Plug memory leaks in git-unpack-objects | Sergey Vlasov | 2005-08-03 | 1 | -1/+5 |
* | Fix up progress report for off-by-one error | Linus Torvalds | 2005-07-10 | 1 | -2/+2 |
* | git-unpack-objects: show progress report by default | Linus Torvalds | 2005-07-09 | 1 | -3/+24 |
* | Don't special-case a zero-sized compression. | Linus Torvalds | 2005-07-05 | 1 | -2/+0 |
* | Re-instate dry-run logic in git-unpack-objects | Linus Torvalds | 2005-06-29 | 1 | -1/+6 |
* | Clean up git-unpack-objects a bit | Linus Torvalds | 2005-06-29 | 1 | -13/+14 |
* | Make git pack files use little-endian size encoding | Linus Torvalds | 2005-06-28 | 1 | -2/+5 |
* | git-unpack-objects: re-write to read from stdin | Linus Torvalds | 2005-06-28 | 1 | -228/+190 |
* | [PATCH] Fix unpack-objects for header length information. | Junio C Hamano | 2005-06-28 | 1 | -1/+1 |
* | Change pack file format. Hopefully for the last time. | Linus Torvalds | 2005-06-28 | 1 | -24/+41 |
* | Teach packing about "tag" objects | Linus Torvalds | 2005-06-28 | 1 | -1/+2 |
* | csum-file interface updates: return resulting SHA1 | Linus Torvalds | 2005-06-26 | 1 | -1/+2 |
* | git-pack-objects: write the pack files with a SHA1 csum | Linus Torvalds | 2005-06-26 | 1 | -5/+8 |
* | git-unpack-objects: start removing debug output | Linus Torvalds | 2005-06-26 | 1 | -1/+0 |
* | Fix object packing/unpacking. | Linus Torvalds | 2005-06-26 | 1 | -57/+44 |
* | [PATCH] Finish initial cut of git-pack-object/git-unpack-object pair. | Junio C Hamano | 2005-06-26 | 1 | -16/+172 |
* | git-unpack-objects: start parsing the actual packed data | Linus Torvalds | 2005-06-25 | 1 | -5/+58 |
* | First cut at git-unpack-objects | Linus Torvalds | 2005-06-25 | 1 | -0/+105 |