aboutsummaryrefslogtreecommitdiff
path: root/builtin-gc.c
Commit message (Expand)AuthorAge
* slightly better auto gc messageNicolas Pitre2008-01-07
* gc: --prune prunes unreferenced objects.Junio C Hamano2007-11-05
* gc: use parse_optionsJames Bowes2007-11-02
* git-gc: improve wording of --auto notificationJeff King2007-10-18
* Add a message explaining that automatic GC is about to startkoreth@midwinter.com2007-10-18
* git-gc --auto: simplify "repack" command line buildingBrandon Casey2007-10-15
* git-gc: by default use safer "-A" option to repack when not --prune'ingBrandon Casey2007-10-15
* git-gc --auto: run "repack -A -d -l" as necessary.Junio C Hamano2007-09-17
* git-gc --auto: restructure the way "repack" command line is built.Junio C Hamano2007-09-17
* git-gc --auto: protect ourselves from accumulated cruftJunio C Hamano2007-09-17
* git-gc --auto: move threshold check to need_to_gc() function.Junio C Hamano2007-09-17
* Implement git gc --autoJunio C Hamano2007-09-06
* Make every builtin-*.c file #include "builtin.h"Peter Hagervall2007-07-14
* Make "git gc" pack all refs by defaultLinus Torvalds2007-05-24
* Add --aggressive option to 'git gc'Theodore Tso2007-05-10
* Make gc a builtin.James Bowes2007-03-17