summaryrefslogtreecommitdiff
path: root/builtin-gc.c
Commit message (Expand)AuthorAgeFilesLines
* slightly better auto gc messageNicolas Pitre2008-01-071-1/+1
* gc: --prune prunes unreferenced objects.Junio C Hamano2007-11-051-1/+1
* gc: use parse_optionsJames Bowes2007-11-021-22/+22
* git-gc: improve wording of --auto notificationJeff King2007-10-181-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-151-7/+1
* git-gc: by default use safer "-A" option to repack when not --prune'ingBrandon Casey2007-10-151-1/+11
* git-gc --auto: run "repack -A -d -l" as necessary.Junio C Hamano2007-09-171-6/+54
* git-gc --auto: restructure the way "repack" command line is built.Junio C Hamano2007-09-171-5/+10
* git-gc --auto: protect ourselves from accumulated cruftJunio C Hamano2007-09-171-8/+17
* git-gc --auto: move threshold check to need_to_gc() function.Junio C Hamano2007-09-171-2/+7
* Implement git gc --autoJunio C Hamano2007-09-061-1/+63
* Make every builtin-*.c file #include "builtin.h"Peter Hagervall2007-07-141-0/+1
* Make "git gc" pack all refs by defaultLinus Torvalds2007-05-241-2/+2
* Add --aggressive option to 'git gc'Theodore Tso2007-05-101-2/+30
* Make gc a builtin.James Bowes2007-03-171-0/+78