summaryrefslogtreecommitdiff
path: root/builtin/gc.c
AgeCommit message (Expand)Author
2017-04-24Merge branch 'dt/xgethostname-nul-termination'Junio C Hamano
2017-04-19xgethostname: handle long hostnamesDavid Turner
2017-04-19use HOST_NAME_MAX to size buffers for gethostname(2)René Scharfe
2017-03-30gc: replace local buffer with git_pathJeff King
2017-03-17Merge branch 'cc/split-index-config'Junio C Hamano
2017-03-01config: add git_config_get_expiry() from gc.cChristian Couder
2017-02-13gc: ignore old gc.log filesDavid Turner
2016-12-29auto gc: don't write bitmaps for incremental repacksDavid Turner
2016-09-29Merge branch 'jk/reduce-gc-aggressive-depth' into maintJunio C Hamano
2016-09-21Merge branch 'jk/reduce-gc-aggressive-depth'Junio C Hamano
2016-08-11gc: default aggressive depth to 50Jeff King
2016-07-28Merge branch 'ew/gc-auto-pack-limit-fix' into maintJunio C Hamano
2016-07-13Merge branch 'ew/gc-auto-pack-limit-fix'Junio C Hamano
2016-06-27gc: fix off-by-one error with gc.autoPackLimitEric Wong
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