summaryrefslogtreecommitdiff
path: root/builtin-gc.c
AgeCommit message (Expand)Author
2007-11-06gc: --prune prunes unreferenced objects.Junio C Hamano
2007-11-02gc: use parse_optionsJames Bowes
2007-10-19git-gc: improve wording of --auto notificationJeff King
2007-10-18Add a message explaining that automatic GC is about to startkoreth@midwinter.com
2007-10-16git-gc --auto: simplify "repack" command line buildingBrandon Casey
2007-10-16git-gc: by default use safer "-A" option to repack when not --prune'ingBrandon Casey
2007-09-18git-gc --auto: run "repack -A -d -l" as necessary.Junio C Hamano
2007-09-18git-gc --auto: restructure the way "repack" command line is built.Junio C Hamano
2007-09-18git-gc --auto: protect ourselves from accumulated cruftJunio C Hamano
2007-09-18git-gc --auto: move threshold check to need_to_gc() function.Junio C Hamano
2007-09-06Implement git gc --autoJunio C Hamano
2007-07-15Make every builtin-*.c file #include "builtin.h"Peter Hagervall
2007-05-25Make "git gc" pack all refs by defaultLinus Torvalds
2007-05-10Add --aggressive option to 'git gc'Theodore Tso
2007-03-17Make gc a builtin.James Bowes