summaryrefslogtreecommitdiff
path: root/builtin/gc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ma/lockfile-cleanup'Junio C Hamano2018-05-301-1/+1
|\
| * lock_file: make function-local locks non-staticMartin Ågren2018-05-101-1/+1
* | Merge branch 'nd/repack-keep-pack'Junio C Hamano2018-05-231-6/+159
|\ \
| * | gc --auto: exclude base pack if not enough mem to "repack -ad"Nguyễn Thái Ngọc Duy2018-04-161-1/+97
| * | gc: handle a corner case in gc.bigPackThresholdNguyễn Thái Ngọc Duy2018-04-161-1/+7
| * | gc: add gc.bigPackThreshold configNguyễn Thái Ngọc Duy2018-04-161-6/+20
| * | gc: add --keep-largest-pack optionNguyễn Thái Ngọc Duy2018-04-161-4/+41
* | | Merge branch 'jc/parseopt-expiry-errors'Junio C Hamano2018-05-081-1/+5
|\ \ \ | |/ / |/| |
| * | parseopt: handle malformed --expire arguments more nicelyJunio C Hamano2018-04-231-0/+4
| * | gc: do not upcase error message shown with die()Junio C Hamano2018-04-231-1/+1
* | | Merge branch 'sb/packfiles-in-repository'Junio C Hamano2018-04-111-2/+1
|\ \ \
| * | | packfile: keep prepare_packed_git() privatesb/packfiles-in-repositoryNguyễn Thái Ngọc Duy2018-03-261-1/+0
| * | | packfile: add repository argument to reprepare_packed_gitStefan Beller2018-03-261-1/+1
| * | | packfile: add repository argument to prepare_packed_gitStefan Beller2018-03-261-1/+1
* | | | Merge branch 'sb/object-store'Junio C Hamano2018-04-111-1/+3
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | object-store: move packed_git and packed_git_mru to object storeStefan Beller2018-03-261-1/+3
* | | Merge branch 'nd/parseopt-completion'Junio C Hamano2018-03-141-2/+5
|\ \ \ | |/ / |/| |
| * | completion: use __gitcomp_builtin in _git_gcNguyễn Thái Ngọc Duy2018-02-091-2/+5
| |/
* | gc: do not repack promisor packfilesJonathan Tan2017-12-081-0/+3
|/
* Merge branch 'aw/gc-lockfile-fscanf-fix'Junio C Hamano2017-09-251-1/+1
|\
| * gc: call fscanf() with %<len>s, not %<len>c, when reading hostnameaw/gc-lockfile-fscanf-fixJunio C Hamano2017-09-171-1/+1
* | tempfile: auto-allocate tempfiles on heapJeff King2017-09-061-4/+4
* | pack: move {,re}prepare_packed_git and approximate_object_countJonathan Tan2017-08-231-0/+1
* | 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
|\ \ \ \