aboutsummaryrefslogtreecommitdiffstats
path: root/verify-pack.c
AgeCommit message (Expand)AuthorFilesLines
2006-08-10git-verify-pack: make builtinRene Scharfe1-78/+0
2006-08-10git-verify-pack: no need to count errorsRene Scharfe1-3/+3
2006-08-10git-verify-pack: buffer overrun paranoiaRene Scharfe1-0/+9
2006-08-10git-verify-pack: free pack after use and a cleanupRene Scharfe1-3/+8
2006-08-10git-verify-pack: get rid of while loopRene Scharfe1-16/+16
2006-08-10git-verify-pack: insist on .idx extensionRene Scharfe1-6/+5
2006-08-10git-verify-pack: more careful path handlingRene Scharfe1-7/+9
2006-08-10git-verify-pack: show usage when no pack was specifiedRene Scharfe1-0/+6
2006-08-10Add has_extension()Rene Scharfe1-1/+1
2005-10-13Keep track of whether a pack is local or notLinus Torvalds1-2/+2
2005-07-29[PATCH] Unify usage strings declarationPetr Baudis1-1/+1
2005-06-30[PATCH] verify-pack updates.Junio C Hamano1-10/+41
2005-06-29[PATCH] Add git-verify-pack command.Junio C Hamano1-0/+26