summaryrefslogtreecommitdiff
path: root/builtin/gc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/gc-pre-detach-under-hook'Junio C Hamano2017-07-181-0/+4
|\
| * gc: run pre-detach operations under lockjk/gc-pre-detach-under-hookJeff King2017-07-121-0/+4
* | Merge branch 'rs/use-div-round-up'Junio C Hamano2017-07-121-1/+1
|\ \
| * | use DIV_ROUND_UPrs/use-div-round-upRené Scharfe2017-07-101-1/+1
| |/
* | Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\ \
| * | config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
| |/
* | Merge branch 'js/larger-timestamps'Junio C Hamano2017-05-161-1/+1
|\ \ | |/ |/|
| * timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-271-1/+1
* | Merge branch 'dt/xgethostname-nul-termination'Junio C Hamano2017-04-231-4/+8
|\ \ | |/ |/|
| * xgethostname: handle long hostnamesdt/xgethostname-nul-terminationDavid Turner2017-04-181-1/+1
| * use HOST_NAME_MAX to size buffers for gethostname(2)René Scharfe2017-04-181-3/+7
* | gc: replace local buffer with git_pathJeff King2017-03-301-7/+1
* | Merge branch 'cc/split-index-config'Junio C Hamano2017-03-171-14/+3
|\ \
| * | config: add git_config_get_expiry() from gc.cChristian Couder2017-03-011-13/+2
| * | Merge branch 'jk/reduce-gc-aggressive-depth'Junio C Hamano2016-09-211-1/+1
| |\ \
| * \ \ Merge branch 'ew/gc-auto-pack-limit-fix'Junio C Hamano2016-07-131-1/+1
| |\ \ \
* | | | | gc: ignore old gc.log filesDavid Turner2017-02-131-7/+50
* | | | | auto gc: don't write bitmaps for incremental repacksDavid Turner2016-12-291-1/+8
| |_|_|/ |/| | |
* | | | Merge branch 'jk/reduce-gc-aggressive-depth' into maintJunio C Hamano2016-09-291-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | gc: default aggressive depth to 50jk/reduce-gc-aggressive-depthJeff King2016-08-111-1/+1
* | | | Merge branch 'ew/gc-auto-pack-limit-fix' into maintJunio C Hamano2016-07-281-1/+1
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | gc: fix off-by-one error with gc.autoPackLimitew/gc-auto-pack-limit-fixEric Wong2016-06-271-1/+1
| |/
* | Merge branch 'dk/gc-idx-wo-pack'Jeff King2015-11-201-0/+21
|\ \
| * | gc: remove garbage .idx files from pack dirdk/gc-idx-wo-packDoug Kelly2015-11-041-0/+21
* | | Merge branch 'js/misc-fixes'Junio C Hamano2015-10-301-1/+1
|\ \ \
| * | | Correct fscanf formatting string for I64u valuesjs/misc-fixesWaldek Maleska2015-10-261-1/+1
* | | | Merge branch 'jk/repository-extension'Junio C Hamano2015-10-261-9/+11
|\ \ \ \
| * | | | introduce "preciousObjects" repository extensionjk/repository-extensionJeff King2015-06-241-9/+11
* | | | | Merge branch 'jk/war-on-sprintf'Junio C Hamano2015-10-201-1/+1
|\ \ \ \ \
| * | | | | convert trivial sprintf / strcpy calls to xsnprintfJeff King2015-09-251-1/+1
* | | | | | Merge branch 'nd/gc-auto-background-fix'Junio C Hamano2015-10-151-1/+55
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | gc: save log from daemonized gc --auto and print it next timend/gc-auto-background-fixNguyễn Thái Ngọc Duy2015-09-211-1/+55
| | |/ / / | |/| | |
* | | | | Merge branch 'mh/tempfile'Junio C Hamano2015-08-251-22/+10
|\ \ \ \ \
| * | | | | gc: use tempfile module to handle gc.pid fileMichael Haggerty2015-08-121-20/+5
| * | | | | lock_repo_for_gc(): compute the path to "gc.pid" only onceMichael Haggerty2015-08-121-3/+6
| | |/ / / | |/| | |
* | | | | Merge branch 'es/worktree-add'Junio C Hamano2015-08-121-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | config: rename "gc.pruneWorktreesExpire" to "gc.worktreePruneExpire"Eric Sunshine2015-07-201-1/+1
* | | | | Merge branch 'nd/multiple-work-trees'Junio C Hamano2015-07-131-1/+1
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | worktree: new place for "git prune --worktrees"nd/multiple-work-treesNguyễn Thái Ngọc Duy2015-06-291-1/+1
* | | | Merge branch 'nd/multiple-work-trees'Junio C Hamano2015-05-111-11/+23
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | gc: support prune --worktreesNguyễn Thái Ngọc Duy2014-12-011-0/+10
| * | gc: factor out gc.pruneexpire parsing codeNguyễn Thái Ngọc Duy2014-12-011-10/+12
| * | gc: style change -- no SP before closing parenthesisNguyễn Thái Ngọc Duy2014-12-011-1/+1
| |/
* | standardize usage info string formatAlex Henrie2015-01-141-1/+1
|/
* lockfile.h: extract new header file for the functions in lockfile.cmh/lockfileMichael Haggerty2014-10-011-1/+1
* builtin/gc.c: replace `git_config()` with `git_config_get_*()` familyTanay Abhra2014-08-071-31/+20
* Merge branch 'nd/daemonize-gc'Junio C Hamano2014-06-161-6/+20
|\
| * gc --auto: do not lock refs in the backgroundnd/daemonize-gcNguyễn Thái Ngọc Duy2014-05-271-6/+20
* | Merge branch 'nd/gc-aggressive'Junio C Hamano2014-04-031-1/+7
|\ \
| * | gc --aggressive: make --depth configurableNguyễn Thái Ngọc Duy2014-03-311-1/+7