summaryrefslogtreecommitdiff
path: root/builtin-prune.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLibravatar Linus Torvalds1-169/+0
2010-02-03Typofixes outside documentation areaLibravatar Junio C Hamano1-1/+1
2009-05-31environment: add global variable to disable replacementLibravatar Christian Couder1-0/+1
2009-05-25parse-opts: prepare for OPT_FILENAMELibravatar Stephen Boyd1-1/+1
2009-04-29replace direct calls to unlink(2) with unlink_or_warnLibravatar Alex Riesen1-2/+2
2009-01-11add is_dot_or_dotdot inline functionLibravatar Alexander Potashev1-10/+4
2008-09-30make prune report removed objects on -vLibravatar Michael J Gruber1-3/+7
2008-09-23builtin-prune.c: prune temporary packs in <object_dir>/pack directoryLibravatar Brandon Casey1-10/+12
2008-08-05Teach fsck and prune that tmp_obj_ file names may not be 14 bytes longLibravatar Brandon Casey1-5/+4
2008-07-24Teach fsck and prune about the new location of temporary objectsLibravatar Brandon Casey1-17/+24
2008-07-13Make usage strings dash-lessLibravatar Stephan Beyer1-1/+1
2008-05-31Remove now unnecessary 'sync()' callsLibravatar Linus Torvalds1-1/+0
2008-03-27builtin-prune: protect objects listed on the command lineLibravatar Junio C Hamano1-2/+13
2008-03-27builtin-prune.c: use parse_options()Libravatar Michele Ballabio1-22/+16
2008-02-11Make git prune remove temporary packs that look like write failuresLibravatar David Steven Tweed1-0/+39
2007-11-30Add "--expire <time>" option to 'git prune'Libravatar Johannes Schindelin1-1/+20
2007-03-20minor git-prune optimizationLibravatar Nicolas Pitre1-4/+4
2007-02-27convert object type handling from a string to a numberLibravatar Nicolas Pitre1-8/+3
2007-01-21Revert "prune: --grace=time"Libravatar Junio C Hamano1-30/+1
2007-01-20prune: --grace=timeLibravatar Matthias Lederhofer1-1/+30
2007-01-06Move traversal of reachable objects into a separate library.Libravatar Junio C Hamano1-193/+2
2007-01-06builtin-prune: separate ref walking from reflog walking.Libravatar Junio C Hamano1-2/+9
2007-01-06builtin-prune: make file-scope static struct to an argument.Libravatar Junio C Hamano1-15/+18
2007-01-05builtin-prune: memory diet.Libravatar Junio C Hamano1-0/+2
2006-12-20Protect commits recorded in reflog from pruning.Libravatar Junio C Hamano1-0/+16
2006-11-24Typefix builtin-prune.c::prune_object()Libravatar Junio C Hamano1-3/+4
2006-11-21Improve git-prune -n outputLibravatar Andy Parkins1-1/+7
2006-11-01Merge branch 'lj/refs'Libravatar Junio C Hamano1-2/+2
2006-10-22Make prune also run prune-packedLibravatar J. Bruce Fields1-0/+2
2006-09-20Tell between packed, unpacked and symbolic refs.Libravatar Junio C Hamano1-1/+1
2006-09-20Add callback data to for_each_ref() family.Libravatar Junio C Hamano1-2/+2
2006-09-02Replace uses of strdup with xstrdup.Libravatar Shawn Pearce1-1/+1
2006-08-15remove unnecessary initializationsLibravatar David Rientjes1-1/+1
2006-08-03Further clean-up: usage() vs die()Libravatar Junio C Hamano1-1/+1
2006-07-29Call setup_git_directory() much earlierLibravatar Linus Torvalds1-2/+2
2006-07-28Call setup_git_directory() earlyLibravatar Linus Torvalds1-1/+1
2006-07-13builtin-prune.c: forgot TYPE => OBJ changes.Libravatar Junio C Hamano1-3/+3
2006-07-09builtin "git prune"Libravatar Linus Torvalds1-0/+259