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