aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-count-objects.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds1-130/+0
2009-12-30Merge branch 'maint-1.6.1' into maintJunio C Hamano1-6/+6
2009-12-29git count-objects: handle packs bigger than 4GAndreas Schwab1-6/+6
2009-05-25parse-opts: prepare for OPT_FILENAMEStephen Boyd1-1/+1
2009-05-03Merge branch 'jc/maint-1.6.0-keep-pack' into maint-1.6.1Junio C Hamano1-1/+1
2009-04-08Merge branch 'jc/maint-1.6.0-keep-pack' into maintJunio C Hamano1-1/+1
2009-02-28has_sha1_pack(): refactor "pretend these packs do not exist" interfaceJunio C Hamano1-1/+1
2009-01-11add is_dot_or_dotdot inline functionAlexander Potashev1-3/+2
2008-09-08Correct output of git-count-objects.Mikael Magnusson1-1/+1
2008-08-20Merge branch 'mg/count-objects'Junio C Hamano1-0/+3
2008-08-18compat: introduce on_disk_bytes()Junio C Hamano1-2/+2
2008-08-17count-objects: Add total pack size to verbose outputMarcus Griep1-0/+3
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