| Commit message (Expand) | Author | Age | Files | Lines |
* | fsck: print progressnd/fsck-progress | Nguyễn Thái Ngọc Duy | 2011-11-06 | 1 | -3/+11 |
* | fsck: avoid reading every object twice | Nguyễn Thái Ngọc Duy | 2011-11-06 | 1 | -3/+10 |
* | verify_packfile(): check as many object as possible in a pack | Nguyễn Thái Ngọc Duy | 2011-11-06 | 1 | -7/+2 |
* | zlib: zlib can only process 4GB at a time | Junio C Hamano | 2011-06-10 | 1 | -2/+2 |
* | sparse: Fix errors and silence warnings | Stephen Boyd | 2011-04-03 | 1 | -1/+1 |
* | standardize brace placement in struct definitions | Jonathan Nieder | 2011-03-16 | 1 | -2/+1 |
* | Typos in code comments, an error message, documentation | Ralf Wildenhues | 2010-08-22 | 1 | -1/+1 |
* | Extract verify_pack_index for reuse from verify_pack | Shawn O. Pearce | 2010-04-19 | 1 | -3/+12 |
* | Don't expect verify_pack() callers to set pack_size | Mike Hommey | 2009-06-06 | 1 | -3/+5 |
* | fix openssl headers conflicting with custom SHA1 implementations | Nicolas Pitre | 2008-10-02 | 1 | -8/+8 |
* | verify-pack: check packed object CRC when using index version 2 | Nicolas Pitre | 2008-06-24 | 1 | -2/+37 |
* | move show_pack_info() where it belongs | Nicolas Pitre | 2008-06-24 | 1 | -65/+1 |
* | optimize verify-pack a bit | Nicolas Pitre | 2008-06-24 | 1 | -3/+1 |
* | call init_pack_revindex() lazily | Nicolas Pitre | 2008-06-23 | 1 | -1/+0 |
* | make verify-pack a bit more useful with bad packs | Nicolas Pitre | 2008-06-01 | 1 | -28/+27 |
* | add storage size output to 'git verify-pack -v' | Nicolas Pitre | 2008-03-01 | 1 | -4/+4 |
* | fix unimplemented packed_object_info_detail() features | Nicolas Pitre | 2008-03-01 | 1 | -0/+3 |
* | pack-check: Sort entries by pack offset before unpacking them. | Alexandre Julliard | 2007-06-06 | 1 | -12/+35 |
* | Lazily open pack index files on demand | Shawn O. Pearce | 2007-05-26 | 1 | -2/+7 |
* | fixes to output of git-verify-pack -v | Nicolas Pitre | 2007-05-25 | 1 | -10/+9 |
* | get rid of num_packed_objects() | Nicolas Pitre | 2007-04-10 | 1 | -2/+2 |
* | clean up and optimize nth_packed_object_sha1() usage | Nicolas Pitre | 2007-04-05 | 1 | -4/+7 |
* | [PATCH] clean up pack index handling a bit | Nicolas Pitre | 2007-03-16 | 1 | -4/+4 |
* | Use off_t when we really mean a file offset. | Shawn O. Pearce | 2007-03-07 | 1 | -9/+12 |
* | Use uint32_t for all packed object counts. | Shawn O. Pearce | 2007-03-07 | 1 | -4/+4 |
* | convert object type handling from a string to a number | Nicolas Pitre | 2007-02-27 | 1 | -7/+7 |
* | Loop over pack_windows when inflating/accessing data. | Shawn O. Pearce | 2006-12-29 | 1 | -26/+20 |
* | Replace use_packed_git with window cursors. | Shawn O. Pearce | 2006-12-29 | 1 | -10/+12 |
* | Refactor packed_git to prepare for sliding mmap windows. | Shawn O. Pearce | 2006-12-29 | 1 | -3/+3 |
* | Replace unpack_entry_gently with unpack_entry. | Shawn O. Pearce | 2006-12-29 | 1 | -1/+1 |
* | many cleanups to sha1_file.c | Nicolas Pitre | 2006-09-23 | 1 | -9/+10 |
* | Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. | David Rientjes | 2006-08-17 | 1 | -3/+3 |
* | Remove all void-pointer arithmetic. | Florian Forster | 2006-06-20 | 1 | -3/+3 |
* | verify-pack: check integrity in a saner order. | Junio C Hamano | 2006-04-27 | 1 | -3/+3 |
* | verify-pack -v: show delta-chain histogram. | Junio C Hamano | 2006-03-05 | 1 | -1/+19 |
* | packed objects: minor cleanup | Junio C Hamano | 2006-02-15 | 1 | -2/+2 |
* | remove delta-against-self bit | Nicolas Pitre | 2006-02-09 | 1 | -3/+3 |
* | [PATCH] -Werror fixes | Timo Sirainen | 2005-08-09 | 1 | -1/+1 |
* | [PATCH] Typofix an error message in pack-check.c | Junio C Hamano | 2005-07-07 | 1 | -1/+1 |
* | [PATCH] Show more details of packfile with verify-pack -v. | Junio C Hamano | 2005-06-30 | 1 | -1/+32 |
* | [PATCH] verify-pack updates. | Junio C Hamano | 2005-06-30 | 1 | -0/+112 |