Age | Commit message (Expand) | Author | Files | Lines |
2006-04-04 | Use blob_, commit_, tag_, and tree_type throughout. | Peter Eriksen | 1 | -4/+8 |
2006-02-09 | remove delta-against-self bit | Nicolas Pitre | 1 | -3/+2 |
2006-01-06 | unpack-objects: default to quiet if stderr is not a tty. | Junio C Hamano | 1 | -0/+2 |
2005-12-19 | xread/xwrite: do not worry about EINTR at calling sites. | Junio C Hamano | 1 | -10/+3 |
2005-11-28 | Make the rest of commands work from a subdirectory. | Junio C Hamano | 1 | -0/+2 |
2005-11-14 | Document the -n command-line option to git-unpack-objects | Nikolai Weibull | 1 | -1/+1 |
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 |