Age | Commit message (Expand) | Author | Files | Lines |
2007-06-06 | pack-check: Sort entries by pack offset before unpacking them. | Alexandre Julliard | 1 | -12/+35 |
2007-05-26 | Lazily open pack index files on demand | Shawn O. Pearce | 1 | -2/+7 |
2007-05-25 | fixes to output of git-verify-pack -v | Nicolas Pitre | 1 | -10/+9 |
2007-04-10 | get rid of num_packed_objects() | Nicolas Pitre | 1 | -2/+2 |
2007-04-05 | clean up and optimize nth_packed_object_sha1() usage | Nicolas Pitre | 1 | -4/+7 |
2007-03-16 | [PATCH] clean up pack index handling a bit | Nicolas Pitre | 1 | -4/+4 |
2007-03-07 | Use off_t when we really mean a file offset. | Shawn O. Pearce | 1 | -9/+12 |
2007-03-07 | Use uint32_t for all packed object counts. | Shawn O. Pearce | 1 | -4/+4 |
2007-02-27 | convert object type handling from a string to a number | Nicolas Pitre | 1 | -7/+7 |
2006-12-29 | Loop over pack_windows when inflating/accessing data. | Shawn O. Pearce | 1 | -26/+20 |
2006-12-29 | Replace use_packed_git with window cursors. | Shawn O. Pearce | 1 | -10/+12 |
2006-12-29 | Refactor packed_git to prepare for sliding mmap windows. | Shawn O. Pearce | 1 | -3/+3 |
2006-12-29 | Replace unpack_entry_gently with unpack_entry. | Shawn O. Pearce | 1 | -1/+1 |
2006-09-23 | many cleanups to sha1_file.c | Nicolas Pitre | 1 | -9/+10 |
2006-08-17 | Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. | David Rientjes | 1 | -3/+3 |
2006-06-20 | Remove all void-pointer arithmetic. | Florian Forster | 1 | -3/+3 |
2006-04-27 | verify-pack: check integrity in a saner order. | Junio C Hamano | 1 | -3/+3 |
2006-03-05 | verify-pack -v: show delta-chain histogram. | Junio C Hamano | 1 | -1/+19 |
2006-02-15 | packed objects: minor cleanup | Junio C Hamano | 1 | -2/+2 |
2006-02-09 | remove delta-against-self bit | Nicolas Pitre | 1 | -3/+3 |
2005-08-09 | [PATCH] -Werror fixes | Timo Sirainen | 1 | -1/+1 |
2005-07-07 | [PATCH] Typofix an error message in pack-check.c | Junio C Hamano | 1 | -1/+1 |
2005-06-30 | [PATCH] Show more details of packfile with verify-pack -v. | Junio C Hamano | 1 | -1/+32 |
2005-06-30 | [PATCH] verify-pack updates. | Junio C Hamano | 1 | -0/+112 |