summaryrefslogtreecommitdiff
path: root/builtin-count-objects.c
AgeCommit message (Expand)Author
2007-10-30Make builtin-count-objects.c use parse_options.Pierre Habouzit
2007-05-30Simplify index access condition in count-objects, pack-redundantShawn O. Pearce
2007-05-27Lazily open pack index files on demandShawn O. Pearce
2007-04-10get rid of num_packed_objects()Nicolas Pitre
2007-03-07Cast 64 bit off_t to 32 bit size_tShawn O. Pearce
2006-12-27count-objects -v: show number of packs as well.Junio C Hamano
2006-09-07pack-objects --unpacked=<existing pack> option.Junio C Hamano
2006-08-04builtins: Makefile clean-upJunio C Hamano