summaryrefslogtreecommitdiff
path: root/builtin-prune-packed.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-23prune-packed: only show progress when stderr is a ttyLibravatar Jeff King1-1/+1
2009-07-10prune-packed: migrate to parse-optionsLibravatar Stephen Boyd1-17/+12
2009-04-29replace direct calls to unlink(2) with unlink_or_warnLibravatar Alex Riesen1-2/+2
2009-04-27prune-packed: advanced progress even for non-existing fan-out directoriesLibravatar Johannes Sixt1-0/+1
2009-02-28has_sha1_pack(): refactor "pretend these packs do not exist" interfaceLibravatar Junio C Hamano1-1/+1
2008-07-13Make usage strings dash-lessLibravatar Stephan Beyer1-1/+1
2008-05-31Remove now unnecessary 'sync()' callsLibravatar Linus Torvalds1-1/+0
2007-11-01return the prune-packed progress display to the inner loopLibravatar Nicolas Pitre1-2/+1
2007-10-30relax usage of the progress APILibravatar Nicolas Pitre1-4/+2
2007-10-30make struct progress an opaque typeLibravatar Nicolas Pitre1-4/+3
2007-10-30prune-packed: don't call display_progress() for every fileLibravatar Nicolas Pitre1-2/+3
2007-10-19Teach prune-packed to use the standard progress meterLibravatar Shawn O. Pearce1-4/+11
2007-01-18prune-packed: add -q to usageLibravatar Matthias Lederhofer1-1/+1
2007-01-12Make git-prune-packed a bit more chatty.Libravatar Junio C Hamano1-7/+17
2006-10-23prune-packed: Fix uninitialized variable.Libravatar Alexandre Julliard1-1/+1
2006-10-22Make prune also run prune-packedLibravatar J. Bruce Fields1-6/+5
2006-09-07pack-objects --unpacked=<existing pack> option.Libravatar Junio C Hamano1-1/+1
2006-08-02use declarations from builtin.h for builtin commandsLibravatar Matthias Kestenholz1-1/+2
2006-08-02Make git-prune-packed a builtinLibravatar Matthias Kestenholz1-0/+77