aboutsummaryrefslogtreecommitdiff
path: root/builtin-prune.c
Commit message (Expand)AuthorAge
* parse-opts: prepare for OPT_FILENAMEStephen Boyd2009-05-25
* replace direct calls to unlink(2) with unlink_or_warnAlex Riesen2009-04-29
* add is_dot_or_dotdot inline functionAlexander Potashev2009-01-11
* make prune report removed objects on -vMichael J Gruber2008-09-30
* builtin-prune.c: prune temporary packs in <object_dir>/pack directoryBrandon Casey2008-09-23
* Teach fsck and prune that tmp_obj_ file names may not be 14 bytes longBrandon Casey2008-08-05
* Teach fsck and prune about the new location of temporary objectsBrandon Casey2008-07-24
* Make usage strings dash-lessStephan Beyer2008-07-13
* Remove now unnecessary 'sync()' callsLinus Torvalds2008-05-31
* builtin-prune: protect objects listed on the command lineJunio C Hamano2008-03-27
* builtin-prune.c: use parse_options()Michele Ballabio2008-03-27
* Make git prune remove temporary packs that look like write failuresDavid Steven Tweed2008-02-11
* Add "--expire <time>" option to 'git prune'Johannes Schindelin2007-11-30
* minor git-prune optimizationNicolas Pitre2007-03-20
* convert object type handling from a string to a numberNicolas Pitre2007-02-27
* Revert "prune: --grace=time"Junio C Hamano2007-01-21
* prune: --grace=timeMatthias Lederhofer2007-01-20
* Move traversal of reachable objects into a separate library.Junio C Hamano2007-01-06
* builtin-prune: separate ref walking from reflog walking.Junio C Hamano2007-01-06
* builtin-prune: make file-scope static struct to an argument.Junio C Hamano2007-01-06
* builtin-prune: memory diet.Junio C Hamano2007-01-05
* Protect commits recorded in reflog from pruning.Junio C Hamano2006-12-20
* Typefix builtin-prune.c::prune_object()Junio C Hamano2006-11-24
* Improve git-prune -n outputAndy Parkins2006-11-21
* Merge branch 'lj/refs'Junio C Hamano2006-11-01
|\
| * Tell between packed, unpacked and symbolic refs.Junio C Hamano2006-09-20
| * Add callback data to for_each_ref() family.Junio C Hamano2006-09-20
* | Make prune also run prune-packedJ. Bruce Fields2006-10-22
|/
* Replace uses of strdup with xstrdup.Shawn Pearce2006-09-02
* remove unnecessary initializationsDavid Rientjes2006-08-15
* Further clean-up: usage() vs die()Junio C Hamano2006-08-03
* Call setup_git_directory() much earlierLinus Torvalds2006-07-29
* Call setup_git_directory() earlyLinus Torvalds2006-07-28
* builtin-prune.c: forgot TYPE => OBJ changes.Junio C Hamano2006-07-13
* builtin "git prune"Linus Torvalds2006-07-09