summaryrefslogtreecommitdiff
path: root/builtin-count-objects.c
Commit message (Expand)AuthorAgeFilesLines
* Correct output of git-count-objects.Mikael Magnusson2008-09-081-1/+1
* Merge branch 'mg/count-objects'Junio C Hamano2008-08-201-0/+3
|\
| * count-objects: Add total pack size to verbose outputMarcus Griep2008-08-171-0/+3
* | compat: introduce on_disk_bytes()Junio C Hamano2008-08-181-2/+2
|/
* Make usage strings dash-lessStephan Beyer2008-07-131-1/+1
* Make builtin-count-objects.c use parse_options.Pierre Habouzit2007-10-291-17/+15
* Simplify index access condition in count-objects, pack-redundantShawn O. Pearce2007-05-291-1/+1
* Lazily open pack index files on demandShawn O. Pearce2007-05-261-0/+2
* get rid of num_packed_objects()Nicolas Pitre2007-04-101-1/+1
* Cast 64 bit off_t to 32 bit size_tShawn O. Pearce2007-03-071-1/+1
* count-objects -v: show number of packs as well.Junio C Hamano2006-12-271-0/+3
* pack-objects --unpacked=<existing pack> option.Junio C Hamano2006-09-071-1/+1
* builtins: Makefile clean-upJunio C Hamano2006-08-041-0/+125