summaryrefslogtreecommitdiff
path: root/builtin/gc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jn/gc-auto'Junio C Hamano2018-10-161-6/+27
|\
| * gc: do not return error for prior errors in daemonized modeJonathan Nieder2018-07-171-6/+27
* | Merge branch 'jn/gc-auto-prep'Junio C Hamano2018-10-161-22/+18
|\ \ | |/
| * gc: exit with status 128 on failureJonathan Nieder2018-07-171-21/+14
| * gc: improve handling of errors reading gc.logJonathan Nieder2018-07-171-3/+6
* | Merge branch 'ab/commit-graph-progress'Junio C Hamano2018-10-161-1/+2
|\ \
| * | gc: fix regression in 7b0f229222 impacting --quietÆvar Arnfjörð Bjarmason2018-09-201-1/+1
| * | commit-graph write: add progress outputÆvar Arnfjörð Bjarmason2018-09-171-1/+2
* | | treewide: use get_all_packsDerrick Stolee2018-08-201-2/+2
|/ /
* | Merge branch 'kg/gc-auto-windows-workaround'Junio C Hamano2018-08-021-0/+1
|\ \
| * | gc --auto: release pack files before auto packingKim Gybels2018-07-091-0/+1
| |/
* | gc: automatically write commit-graph filesDerrick Stolee2018-06-271-0/+6
|/
* 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
| |\ \