summaryrefslogtreecommitdiff
path: root/builtin/gc.c
AgeCommit message (Expand)Author
2015-11-20Merge branch 'dk/gc-idx-wo-pack'Jeff King
2015-11-04gc: remove garbage .idx files from pack dirDoug Kelly
2015-10-30Merge branch 'js/misc-fixes'Junio C Hamano
2015-10-26Merge branch 'jk/repository-extension'Junio C Hamano
2015-10-26Correct fscanf formatting string for I64u valuesWaldek Maleska
2015-10-20Merge branch 'jk/war-on-sprintf'Junio C Hamano
2015-10-15Merge branch 'nd/gc-auto-background-fix'Junio C Hamano
2015-09-25convert trivial sprintf / strcpy calls to xsnprintfJeff King
2015-09-21gc: save log from daemonized gc --auto and print it next timeNguyễn Thái Ngọc Duy
2015-08-25Merge branch 'mh/tempfile'Junio C Hamano
2015-08-12gc: use tempfile module to handle gc.pid fileMichael Haggerty
2015-08-12lock_repo_for_gc(): compute the path to "gc.pid" only onceMichael Haggerty
2015-08-12Merge branch 'es/worktree-add'Junio C Hamano
2015-07-20config: rename "gc.pruneWorktreesExpire" to "gc.worktreePruneExpire"Eric Sunshine
2015-07-13Merge branch 'nd/multiple-work-trees'Junio C Hamano
2015-06-29worktree: new place for "git prune --worktrees"Nguyễn Thái Ngọc Duy
2015-06-25introduce "preciousObjects" repository extensionJeff King
2015-05-11Merge branch 'nd/multiple-work-trees'Junio C Hamano
2015-01-14standardize usage info string formatAlex Henrie
2014-12-01gc: support prune --worktreesNguyễn Thái Ngọc Duy
2014-12-01gc: factor out gc.pruneexpire parsing codeNguyễn Thái Ngọc Duy
2014-12-01gc: style change -- no SP before closing parenthesisNguyễn Thái Ngọc Duy
2014-10-01lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty
2014-08-07builtin/gc.c: replace `git_config()` with `git_config_get_*()` familyTanay Abhra
2014-06-16Merge branch 'nd/daemonize-gc'Junio C Hamano
2014-05-27gc --auto: do not lock refs in the backgroundNguyễn Thái Ngọc Duy
2014-04-03Merge branch 'nd/gc-aggressive'Junio C Hamano
2014-03-31gc --aggressive: make --depth configurableNguyễn Thái Ngọc Duy
2014-03-28Merge branch 'bp/commit-p-editor'Junio C Hamano
2014-03-18commit: fix patch hunk editing with "commit -p -m"Benoit Pierre
2014-03-05Merge branch 'nd/daemonize-gc'Junio C Hamano
2014-02-27Merge branch 'ep/varscope'Junio C Hamano
2014-02-10gc: config option for running --auto in backgroundNguyễn Thái Ngọc Duy
2014-01-31builtin/gc.c: reduce scope of variablesElia Pinto
2014-01-17Merge branch 'nd/shallow-clone'Junio C Hamano
2014-01-03gc: notice gc processes run by other usersKyle J. McKay
2013-12-11prune: clean .git/shallow after pruning objectsNguyễn Thái Ngọc Duy
2013-10-30Merge branch 'nd/gc-lock-against-each-other'Junio C Hamano
2013-10-18gc: remove gc.pid file at end of executionJonathan Nieder
2013-09-04Merge branch 'sb/parseopt-boolean-removal'Junio C Hamano
2013-08-09gc: reject if another gc is running, unless --force is givenNguyễn Thái Ngọc Duy
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller
2012-09-28silence git gc --auto --quiet outputTobias Ulmer
2012-08-20i18n: gc: mark parseopt strings for translationNguyễn Thái Ngọc Duy
2012-04-18gc: use argv-array for sub-commandsJeff King
2012-04-11gc: do not explode objects which will be immediately prunedJeff King
2011-11-08prune: handle --progress/no-progressJeff King
2011-06-19builtin/gc.c: add missing newline in messageAndreas Schwab
2011-03-10i18n: git-gc "Auto packing the repository" messageÆvar Arnfjörð Bjarmason
2011-03-10i18n: git-gc basic messagesÆvar Arnfjörð Bjarmason