summaryrefslogtreecommitdiffstats
path: root/builtin-gc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* gc: --prune prunes unreferenced objects.Junio C Hamano2007-11-061-1/+1
* gc: use parse_optionsJames Bowes2007-11-021-22/+22
* git-gc: improve wording of --auto notificationJeff King2007-10-191-3/+3
* Add a message explaining that automatic GC is about to startkoreth@midwinter.com2007-10-181-0/+4
* git-gc --auto: simplify "repack" command line buildingBrandon Casey2007-10-161-7/+1
* git-gc: by default use safer "-A" option to repack when not --prune'ingBrandon Casey2007-10-161-1/+11
* git-gc --auto: run "repack -A -d -l" as necessary.Junio C Hamano2007-09-181-6/+54
* git-gc --auto: restructure the way "repack" command line is built.Junio C Hamano2007-09-181-5/+10
* git-gc --auto: protect ourselves from accumulated cruftJunio C Hamano2007-09-181-8/+17
* git-gc --auto: move threshold check to need_to_gc() function.Junio C Hamano2007-09-181-2/+7
* Implement git gc --autoJunio C Hamano2007-09-061-1/+63
* Make every builtin-*.c file #include "builtin.h"Peter Hagervall2007-07-151-0/+1
* Make "git gc" pack all refs by defaultLinus Torvalds2007-05-251-2/+2
* Add --aggressive option to 'git gc'Theodore Tso2007-05-111-2/+30
* Make gc a builtin.James Bowes2007-03-171-0/+78