summaryrefslogtreecommitdiffstats
path: root/builtin-count-objects.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-13Make usage strings dash-lessStephan Beyer1-1/+1
2007-10-29Make builtin-count-objects.c use parse_options.Pierre Habouzit1-17/+15
2007-05-29Simplify index access condition in count-objects, pack-redundantShawn O. Pearce1-1/+1
2007-05-26Lazily open pack index files on demandShawn O. Pearce1-0/+2
2007-04-10get rid of num_packed_objects()Nicolas Pitre1-1/+1
2007-03-07Cast 64 bit off_t to 32 bit size_tShawn O. Pearce1-1/+1
2006-12-27count-objects -v: show number of packs as well.Junio C Hamano1-0/+3
2006-09-07pack-objects --unpacked=<existing pack> option.Junio C Hamano1-1/+1
2006-08-04builtins: Makefile clean-upJunio C Hamano1-0/+125