Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Indent code with TABs | Nguyễn Thái Ngọc Duy | 2018-12-09 | 1 | -1/+1 |
* | Merge branch 'jn/gc-auto' | Junio C Hamano | 2018-10-16 | 1 | -6/+27 |
|\ | |||||
| * | gc: do not return error for prior errors in daemonized mode | Jonathan Nieder | 2018-07-17 | 1 | -6/+27 |
* | | Merge branch 'jn/gc-auto-prep' | Junio C Hamano | 2018-10-16 | 1 | -22/+18 |
|\| | |||||
| * | gc: exit with status 128 on failure | Jonathan Nieder | 2018-07-17 | 1 | -21/+14 |
| * | gc: improve handling of errors reading gc.log | Jonathan Nieder | 2018-07-17 | 1 | -3/+6 |
* | | Merge branch 'ab/commit-graph-progress' | Junio C Hamano | 2018-10-16 | 1 | -1/+2 |
|\ \ | |||||
| * | | gc: fix regression in 7b0f229222 impacting --quiet | Ævar Arnfjörð Bjarmason | 2018-09-20 | 1 | -1/+1 |
| * | | commit-graph write: add progress output | Ævar Arnfjörð Bjarmason | 2018-09-17 | 1 | -1/+2 |
* | | | treewide: use get_all_packs | Derrick Stolee | 2018-08-21 | 1 | -2/+2 |
|/ / | |||||
* | | Merge branch 'kg/gc-auto-windows-workaround' | Junio C Hamano | 2018-08-03 | 1 | -0/+1 |
|\ \ | |||||
| * | | gc --auto: release pack files before auto packing | Kim Gybels | 2018-07-09 | 1 | -0/+1 |
| |/ | |||||
* / | gc: automatically write commit-graph files | Derrick Stolee | 2018-06-27 | 1 | -0/+6 |
|/ | |||||
* | Merge branch 'ma/lockfile-cleanup' | Junio C Hamano | 2018-05-30 | 1 | -1/+1 |
|\ | |||||
| * | lock_file: make function-local locks non-static | Martin Ågren | 2018-05-10 | 1 | -1/+1 |
* | | Merge branch 'nd/repack-keep-pack' | Junio C Hamano | 2018-05-23 | 1 | -6/+159 |
|\ \ | |||||
| * | | gc --auto: exclude base pack if not enough mem to "repack -ad" | Nguyễn Thái Ngọc Duy | 2018-04-16 | 1 | -1/+97 |
| * | | gc: handle a corner case in gc.bigPackThreshold | Nguyễn Thái Ngọc Duy | 2018-04-16 | 1 | -1/+7 |
| * | | gc: add gc.bigPackThreshold config | Nguyễn Thái Ngọc Duy | 2018-04-16 | 1 | -6/+20 |
| * | | gc: add --keep-largest-pack option | Nguyễn Thái Ngọc Duy | 2018-04-16 | 1 | -4/+41 |
* | | | Merge branch 'jc/parseopt-expiry-errors' | Junio C Hamano | 2018-05-08 | 1 | -1/+5 |
|\ \ \ | |/ / |/| | | |||||
| * | | parseopt: handle malformed --expire arguments more nicely | Junio C Hamano | 2018-04-23 | 1 | -0/+4 |
| * | | gc: do not upcase error message shown with die() | Junio C Hamano | 2018-04-23 | 1 | -1/+1 |
* | | | Merge branch 'sb/packfiles-in-repository' | Junio C Hamano | 2018-04-11 | 1 | -2/+1 |
|\ \ \ | |||||
| * | | | packfile: keep prepare_packed_git() private | Nguyễn Thái Ngọc Duy | 2018-03-26 | 1 | -1/+0 |
| * | | | packfile: add repository argument to reprepare_packed_git | Stefan Beller | 2018-03-26 | 1 | -1/+1 |
| * | | | packfile: add repository argument to prepare_packed_git | Stefan Beller | 2018-03-26 | 1 | -1/+1 |
* | | | | Merge branch 'sb/object-store' | Junio C Hamano | 2018-04-11 | 1 | -1/+3 |
|\| | | | |_|/ |/| | | |||||
| * | | object-store: move packed_git and packed_git_mru to object store | Stefan Beller | 2018-03-26 | 1 | -1/+3 |
* | | | Merge branch 'nd/parseopt-completion' | Junio C Hamano | 2018-03-14 | 1 | -2/+5 |
|\ \ \ | |/ / |/| | | |||||
| * | | completion: use __gitcomp_builtin in _git_gc | Nguyễn Thái Ngọc Duy | 2018-02-09 | 1 | -2/+5 |
| |/ | |||||
* / | gc: do not repack promisor packfiles | Jonathan Tan | 2017-12-08 | 1 | -0/+3 |
|/ | |||||
* | Merge branch 'aw/gc-lockfile-fscanf-fix' | Junio C Hamano | 2017-09-25 | 1 | -1/+1 |
|\ | |||||
| * | gc: call fscanf() with %<len>s, not %<len>c, when reading hostname | Junio C Hamano | 2017-09-17 | 1 | -1/+1 |
* | | tempfile: auto-allocate tempfiles on heap | Jeff King | 2017-09-06 | 1 | -4/+4 |
* | | pack: move {,re}prepare_packed_git and approximate_object_count | Jonathan Tan | 2017-08-24 | 1 | -0/+1 |
* | | Merge branch 'jk/gc-pre-detach-under-hook' | Junio C Hamano | 2017-07-18 | 1 | -0/+4 |
|\ \ | |||||
| * | | gc: run pre-detach operations under lock | Jeff King | 2017-07-12 | 1 | -0/+4 |
* | | | Merge branch 'rs/use-div-round-up' | Junio C Hamano | 2017-07-13 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | use DIV_ROUND_UP | René Scharfe | 2017-07-10 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge branch 'bw/config-h' | Junio C Hamano | 2017-06-24 | 1 | -0/+1 |
|\ \ \ | |||||
| * | | | config: don't include config.h by default | Brandon Williams | 2017-06-15 | 1 | -0/+1 |
| |/ / | |||||
* | | | Merge branch 'js/larger-timestamps' | Junio C Hamano | 2017-05-16 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | timestamp_t: a new data type for timestamps | Johannes Schindelin | 2017-04-27 | 1 | -1/+1 |
* | | | Merge branch 'dt/xgethostname-nul-termination' | Junio C Hamano | 2017-04-24 | 1 | -4/+8 |
|\ \ \ | |/ / |/| | | |||||
| * | | xgethostname: handle long hostnames | David Turner | 2017-04-19 | 1 | -1/+1 |
| |/ | |||||
| * | use HOST_NAME_MAX to size buffers for gethostname(2) | René Scharfe | 2017-04-19 | 1 | -3/+7 |
* | | gc: replace local buffer with git_path | Jeff King | 2017-03-30 | 1 | -7/+1 |
* | | Merge branch 'cc/split-index-config' | Junio C Hamano | 2017-03-17 | 1 | -14/+3 |
|\ \ | |||||
| * | | config: add git_config_get_expiry() from gc.c | Christian Couder | 2017-03-01 | 1 | -13/+2 |