summaryrefslogtreecommitdiff
path: root/builtin-prune-packed.c
Commit message (Expand)AuthorAgeFilesLines
* prune-packed: only show progress when stderr is a ttyJeff King2009-11-231-1/+1
* prune-packed: migrate to parse-optionsStephen Boyd2009-07-101-17/+12
* replace direct calls to unlink(2) with unlink_or_warnAlex Riesen2009-04-291-2/+2
* prune-packed: advanced progress even for non-existing fan-out directoriesJohannes Sixt2009-04-271-0/+1
* has_sha1_pack(): refactor "pretend these packs do not exist" interfaceJunio C Hamano2009-02-281-1/+1
* Make usage strings dash-lessStephan Beyer2008-07-131-1/+1
* Remove now unnecessary 'sync()' callsLinus Torvalds2008-05-311-1/+0
* return the prune-packed progress display to the inner loopNicolas Pitre2007-11-011-2/+1
* relax usage of the progress APINicolas Pitre2007-10-301-4/+2
* make struct progress an opaque typeNicolas Pitre2007-10-301-4/+3
* prune-packed: don't call display_progress() for every fileNicolas Pitre2007-10-301-2/+3
* Teach prune-packed to use the standard progress meterShawn O. Pearce2007-10-191-4/+11
* prune-packed: add -q to usageMatthias Lederhofer2007-01-181-1/+1
* Make git-prune-packed a bit more chatty.Junio C Hamano2007-01-121-7/+17
* prune-packed: Fix uninitialized variable.Alexandre Julliard2006-10-231-1/+1
* Make prune also run prune-packedJ. Bruce Fields2006-10-221-6/+5
* pack-objects --unpacked=<existing pack> option.Junio C Hamano2006-09-071-1/+1
* use declarations from builtin.h for builtin commandsMatthias Kestenholz2006-08-021-1/+2
* Make git-prune-packed a builtinMatthias Kestenholz2006-08-021-0/+77