aboutsummaryrefslogtreecommitdiff
path: root/builtin/gc.c
Commit message (Expand)AuthorAge
* Merge branch 'dt/xgethostname-nul-termination'Junio C Hamano2017-04-23
|\
| * xgethostname: handle long hostnamesDavid Turner2017-04-18
| * use HOST_NAME_MAX to size buffers for gethostname(2)René Scharfe2017-04-18
* | gc: replace local buffer with git_pathJeff King2017-03-30
* | Merge branch 'cc/split-index-config'Junio C Hamano2017-03-17
|\ \
| * | config: add git_config_get_expiry() from gc.cChristian Couder2017-03-01
| * | Merge branch 'jk/reduce-gc-aggressive-depth'Junio C Hamano2016-09-21
| |\ \
| * \ \ Merge branch 'ew/gc-auto-pack-limit-fix'Junio C Hamano2016-07-13
| |\ \ \
* | | | | gc: ignore old gc.log filesDavid Turner2017-02-13
* | | | | auto gc: don't write bitmaps for incremental repacksDavid Turner2016-12-29
| |_|_|/ |/| | |
* | | | Merge branch 'jk/reduce-gc-aggressive-depth' into maintJunio C Hamano2016-09-29
|\ \ \ \ | | |_|/ | |/| |
| * | | gc: default aggressive depth to 50Jeff King2016-08-11
* | | | Merge branch 'ew/gc-auto-pack-limit-fix' into maintJunio C Hamano2016-07-28
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | gc: fix off-by-one error with gc.autoPackLimitEric Wong2016-06-27
| |/
* | Merge branch 'dk/gc-idx-wo-pack'Jeff King2015-11-20
|\ \
| * | gc: remove garbage .idx files from pack dirDoug Kelly2015-11-04
* | | Merge branch 'js/misc-fixes'Junio C Hamano2015-10-30
|\ \ \
| * | | Correct fscanf formatting string for I64u valuesWaldek Maleska2015-10-26
* | | | Merge branch 'jk/repository-extension'Junio C Hamano2015-10-26
|\ \ \ \
| * | | | introduce "preciousObjects" repository extensionJeff King2015-06-24
* | | | | Merge branch 'jk/war-on-sprintf'Junio C Hamano2015-10-20
|\ \ \ \ \
| * | | | | convert trivial sprintf / strcpy calls to xsnprintfJeff King2015-09-25
* | | | | | Merge branch 'nd/gc-auto-background-fix'Junio C Hamano2015-10-15
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | gc: save log from daemonized gc --auto and print it next timeNguyễn Thái Ngọc Duy2015-09-21
| | |/ / / | |/| | |
* | | | | Merge branch 'mh/tempfile'Junio C Hamano2015-08-25
|\ \ \ \ \
| * | | | | gc: use tempfile module to handle gc.pid fileMichael Haggerty2015-08-12
| * | | | | lock_repo_for_gc(): compute the path to "gc.pid" only onceMichael Haggerty2015-08-12
| | |/ / / | |/| | |
* | | | | Merge branch 'es/worktree-add'Junio C Hamano2015-08-12
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | config: rename "gc.pruneWorktreesExpire" to "gc.worktreePruneExpire"Eric Sunshine2015-07-20
* | | | | Merge branch 'nd/multiple-work-trees'Junio C Hamano2015-07-13
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | worktree: new place for "git prune --worktrees"Nguyễn Thái Ngọc Duy2015-06-29
* | | | Merge branch 'nd/multiple-work-trees'Junio C Hamano2015-05-11
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | gc: support prune --worktreesNguyễn Thái Ngọc Duy2014-12-01
| * | gc: factor out gc.pruneexpire parsing codeNguyễn Thái Ngọc Duy2014-12-01
| * | gc: style change -- no SP before closing parenthesisNguyễn Thái Ngọc Duy2014-12-01
| |/
* | standardize usage info string formatAlex Henrie2015-01-14
|/
* lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty2014-10-01
* builtin/gc.c: replace `git_config()` with `git_config_get_*()` familyTanay Abhra2014-08-07
* Merge branch 'nd/daemonize-gc'Junio C Hamano2014-06-16
|\
| * gc --auto: do not lock refs in the backgroundNguyễn Thái Ngọc Duy2014-05-27
* | Merge branch 'nd/gc-aggressive'Junio C Hamano2014-04-03
|\ \
| * | gc --aggressive: make --depth configurableNguyễn Thái Ngọc Duy2014-03-31
* | | Merge branch 'bp/commit-p-editor'Junio C Hamano2014-03-28
|\ \ \ | |/ / |/| |
| * | commit: fix patch hunk editing with "commit -p -m"Benoit Pierre2014-03-18
* | | Merge branch 'nd/daemonize-gc'Junio C Hamano2014-03-05
|\ \ \ | | |/ | |/|
| * | gc: config option for running --auto in backgroundNguyễn Thái Ngọc Duy2014-02-10
| |/
* | Merge branch 'ep/varscope'Junio C Hamano2014-02-27
|\ \ | |/ |/|
| * builtin/gc.c: reduce scope of variablesElia Pinto2014-01-31
* | Merge branch 'nd/shallow-clone'Junio C Hamano2014-01-17
|\ \ | |/ |/|
| * prune: clean .git/shallow after pruning objectsNguyễn Thái Ngọc Duy2013-12-10