summaryrefslogtreecommitdiff
path: root/builtin-count-objects.c
AgeCommit message (Expand)Author
2009-03-11Merge branch 'jc/maint-1.6.0-keep-pack'Junio C Hamano
2009-02-28has_sha1_pack(): refactor "pretend these packs do not exist" interfaceJunio C Hamano
2009-01-11add is_dot_or_dotdot inline functionAlexander Potashev
2008-09-08Correct output of git-count-objects.Mikael Magnusson
2008-08-21Merge branch 'mg/count-objects'Junio C Hamano
2008-08-19compat: introduce on_disk_bytes()Junio C Hamano
2008-08-17count-objects: Add total pack size to verbose outputMarcus Griep
2008-07-13Make usage strings dash-lessStephan Beyer
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