summaryrefslogtreecommitdiff
path: root/verify-pack.c
Commit message (Expand)AuthorAgeFilesLines
* git-verify-pack: make builtinRene Scharfe2006-08-101-78/+0
* git-verify-pack: no need to count errorsRene Scharfe2006-08-101-3/+3
* git-verify-pack: buffer overrun paranoiaRene Scharfe2006-08-101-0/+9
* git-verify-pack: free pack after use and a cleanupRene Scharfe2006-08-101-3/+8
* git-verify-pack: get rid of while loopRene Scharfe2006-08-101-16/+16
* git-verify-pack: insist on .idx extensionRene Scharfe2006-08-101-6/+5
* git-verify-pack: more careful path handlingRene Scharfe2006-08-101-7/+9
* git-verify-pack: show usage when no pack was specifiedRene Scharfe2006-08-101-0/+6
* Add has_extension()Rene Scharfe2006-08-101-1/+1
* Keep track of whether a pack is local or notLinus Torvalds2005-10-131-2/+2
* [PATCH] Unify usage strings declarationPetr Baudis2005-07-291-1/+1
* [PATCH] verify-pack updates.Junio C Hamano2005-06-301-10/+41
* [PATCH] Add git-verify-pack command.Junio C Hamano2005-06-291-0/+26