Age | Commit message (Expand) | Author | Files | Lines |
2019-07-19 | Merge branch 'ds/commit-graph-incremental' | Junio C Hamano | 1 | -1/+2 |
2019-07-09 | Merge branch 'ds/close-object-store' | Junio C Hamano | 1 | -2/+2 |
2019-07-09 | Merge branch 'ds/commit-graph-write-refactor' | Junio C Hamano | 1 | -3/+4 |
2019-06-19 | commit-graph: create options for split files | Derrick Stolee | 1 | -1/+2 |
2019-06-12 | packfile: rename close_all_packs to close_object_store | Derrick Stolee | 1 | -2/+2 |
2019-06-12 | commit-graph: collapse parameters into flags | Derrick Stolee | 1 | -2/+2 |
2019-06-12 | commit-graph: return with errors during write | Derrick Stolee | 1 | -3/+4 |
2019-04-01 | gc: handle & check gc.reflogExpire config | Ævar Arnfjörð Bjarmason | 1 | -0/+17 |
2019-03-18 | gc: refactor a "call me once" pattern | Ævar Arnfjörð Bjarmason | 1 | -3/+9 |
2019-03-18 | gc: convert to using the_hash_algo | Ævar Arnfjörð Bjarmason | 1 | -2/+3 |
2019-03-14 | gc: remove redundant check for gc_auto_threshold | Ævar Arnfjörð Bjarmason | 1 | -3/+0 |
2019-01-18 | Merge branch 'js/gc-repack-close-before-remove' | Junio C Hamano | 1 | -1/+3 |
2019-01-11 | gc/repack: release packs when needed | Johannes Schindelin | 1 | -1/+3 |
2018-12-09 | Indent code with TABs | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-10-16 | Merge branch 'jn/gc-auto' | Junio C Hamano | 1 | -6/+27 |
2018-10-16 | Merge branch 'jn/gc-auto-prep' | Junio C Hamano | 1 | -22/+18 |
2018-10-16 | Merge branch 'ab/commit-graph-progress' | Junio C Hamano | 1 | -1/+2 |
2018-09-20 | gc: fix regression in 7b0f229222 impacting --quiet | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2018-09-17 | commit-graph write: add progress output | Ævar Arnfjörð Bjarmason | 1 | -1/+2 |
2018-08-20 | treewide: use get_all_packs | Derrick Stolee | 1 | -2/+2 |
2018-08-02 | Merge branch 'kg/gc-auto-windows-workaround' | Junio C Hamano | 1 | -0/+1 |
2018-07-17 | gc: do not return error for prior errors in daemonized mode | Jonathan Nieder | 1 | -6/+27 |
2018-07-17 | gc: exit with status 128 on failure | Jonathan Nieder | 1 | -21/+14 |
2018-07-17 | gc: improve handling of errors reading gc.log | Jonathan Nieder | 1 | -3/+6 |
2018-07-09 | gc --auto: release pack files before auto packing | Kim Gybels | 1 | -0/+1 |
2018-06-27 | gc: automatically write commit-graph files | Derrick Stolee | 1 | -0/+6 |
2018-05-30 | Merge branch 'ma/lockfile-cleanup' | Junio C Hamano | 1 | -1/+1 |
2018-05-23 | Merge branch 'nd/repack-keep-pack' | Junio C Hamano | 1 | -6/+159 |
2018-05-10 | lock_file: make function-local locks non-static | Martin Ågren | 1 | -1/+1 |
2018-05-08 | Merge branch 'jc/parseopt-expiry-errors' | Junio C Hamano | 1 | -1/+5 |
2018-04-23 | parseopt: handle malformed --expire arguments more nicely | Junio C Hamano | 1 | -0/+4 |
2018-04-23 | gc: do not upcase error message shown with die() | Junio C Hamano | 1 | -1/+1 |
2018-04-16 | gc --auto: exclude base pack if not enough mem to "repack -ad" | Nguyễn Thái Ngọc Duy | 1 | -1/+97 |
2018-04-16 | gc: handle a corner case in gc.bigPackThreshold | Nguyễn Thái Ngọc Duy | 1 | -1/+7 |
2018-04-16 | gc: add gc.bigPackThreshold config | Nguyễn Thái Ngọc Duy | 1 | -6/+20 |
2018-04-16 | gc: add --keep-largest-pack option | Nguyễn Thái Ngọc Duy | 1 | -4/+41 |
2018-04-11 | Merge branch 'sb/packfiles-in-repository' | Junio C Hamano | 1 | -2/+1 |
2018-04-11 | Merge branch 'sb/object-store' | Junio C Hamano | 1 | -1/+3 |
2018-03-26 | packfile: keep prepare_packed_git() private | Nguyễn Thái Ngọc Duy | 1 | -1/+0 |
2018-03-26 | packfile: add repository argument to reprepare_packed_git | Stefan Beller | 1 | -1/+1 |
2018-03-26 | packfile: add repository argument to prepare_packed_git | Stefan Beller | 1 | -1/+1 |
2018-03-26 | object-store: move packed_git and packed_git_mru to object store | Stefan Beller | 1 | -1/+3 |
2018-03-14 | Merge branch 'nd/parseopt-completion' | Junio C Hamano | 1 | -2/+5 |
2018-02-09 | completion: use __gitcomp_builtin in _git_gc | Nguyễn Thái Ngọc Duy | 1 | -2/+5 |
2017-12-08 | gc: do not repack promisor packfiles | Jonathan Tan | 1 | -0/+3 |
2017-09-25 | Merge branch 'aw/gc-lockfile-fscanf-fix' | Junio C Hamano | 1 | -1/+1 |
2017-09-17 | gc: call fscanf() with %<len>s, not %<len>c, when reading hostname | Junio C Hamano | 1 | -1/+1 |
2017-09-06 | tempfile: auto-allocate tempfiles on heap | Jeff King | 1 | -4/+4 |
2017-08-23 | pack: move {,re}prepare_packed_git and approximate_object_count | Jonathan Tan | 1 | -0/+1 |
2017-07-18 | Merge branch 'jk/gc-pre-detach-under-hook' | Junio C Hamano | 1 | -0/+4 |