summaryrefslogtreecommitdiff
path: root/pack-check.c
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor packed_git to prepare for sliding mmap windows.Shawn O. Pearce2006-12-291-3/+3
* Replace unpack_entry_gently with unpack_entry.Shawn O. Pearce2006-12-291-1/+1
* many cleanups to sha1_file.cNicolas Pitre2006-09-231-9/+10
* Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes2006-08-171-3/+3
* Remove all void-pointer arithmetic.Florian Forster2006-06-201-3/+3
* verify-pack: check integrity in a saner order.Junio C Hamano2006-04-271-3/+3
* verify-pack -v: show delta-chain histogram.Junio C Hamano2006-03-051-1/+19
* packed objects: minor cleanupJunio C Hamano2006-02-151-2/+2
* remove delta-against-self bitNicolas Pitre2006-02-091-3/+3
* [PATCH] -Werror fixesTimo Sirainen2005-08-091-1/+1
* [PATCH] Typofix an error message in pack-check.cJunio C Hamano2005-07-071-1/+1
* [PATCH] Show more details of packfile with verify-pack -v.Junio C Hamano2005-06-301-1/+32
* [PATCH] verify-pack updates.Junio C Hamano2005-06-301-0/+112