Age | Commit message (Expand) | Author | Files | Lines |
2020-05-13 | Merge branch 'tb/shallow-cleanup' | Junio C Hamano | 1 | -0/+1 |
2020-04-30 | shallow: extract a header file for shallow-related functions | Taylor Blau | 1 | -0/+1 |
2020-03-24 | Lib-ify prune-packed | Denton Liu | 1 | -0/+1 |
2019-11-10 | Merge branch 'wb/midx-progress' | Junio C Hamano | 1 | -1/+1 |
2019-10-23 | midx: add MIDX_PROGRESS flag | William Baker | 1 | -1/+1 |
2019-10-16 | fetch-pack: write fetched refs to .promisor | Jonathan Tan | 1 | -0/+7 |
2019-10-11 | Merge branch 'bc/object-id-part17' | Junio C Hamano | 1 | -1/+1 |
2019-09-18 | Merge branch 'cc/multi-promisor' | Junio C Hamano | 1 | -1/+2 |
2019-08-19 | builtin/repack: write object IDs of the proper length | brian m. carlson | 1 | -1/+1 |
2019-07-31 | repack: simplify handling of auto-bitmaps and .keep files | Jeff King | 1 | -15/+2 |
2019-07-31 | repack: silence warnings when auto-enabled bitmaps cannot be built | Jeff King | 1 | -6/+9 |
2019-07-19 | Merge branch 'ew/repack-with-bitmaps-by-default' | Junio C Hamano | 1 | -2/+16 |
2019-07-19 | Merge branch 'ds/midx-expire-repack' | Junio C Hamano | 1 | -12/+2 |
2019-07-09 | Merge branch 'ds/close-object-store' | Junio C Hamano | 1 | -1/+1 |
2019-07-01 | repack: disable bitmaps-by-default if .keep files exist | Eric Wong | 1 | -2/+16 |
2019-06-25 | Use promisor_remote_get_direct() and has_promisor_remote() | Christian Couder | 1 | -1/+2 |
2019-06-12 | packfile: rename close_all_packs to close_object_store | Derrick Stolee | 1 | -1/+1 |
2019-06-11 | repack: refactor pack deletion for future use | Derrick Stolee | 1 | -12/+2 |
2019-03-18 | repack: enable bitmaps by default on bare repos | Eric Wong | 1 | -1/+4 |
2019-01-18 | Merge branch 'js/gc-repack-close-before-remove' | Junio C Hamano | 1 | -0/+2 |
2019-01-11 | gc/repack: release packs when needed | Johannes Schindelin | 1 | -0/+2 |
2019-01-04 | Merge branch 'nd/i18n' | Junio C Hamano | 1 | -13/+13 |
2018-11-13 | Merge branch 'ds/test-multi-pack-index' | Junio C Hamano | 1 | -2/+5 |
2018-11-12 | repack: mark more strings for translation | Nguyễn Thái Ngọc Duy | 1 | -13/+13 |
2018-11-06 | Merge branch 'js/shallow-and-fetch-prune' | Junio C Hamano | 1 | -0/+6 |
2018-10-25 | repack -ad: prune the list of shallow commits | Johannes Schindelin | 1 | -0/+6 |
2018-10-22 | multi-pack-index: define GIT_TEST_MULTI_PACK_INDEX | Derrick Stolee | 1 | -0/+4 |
2018-10-22 | midx: close multi-pack-index on repack | Derrick Stolee | 1 | -2/+1 |
2018-10-15 | builtin/repack: replace hard-coded constants | brian m. carlson | 1 | -6/+7 |
2018-09-17 | Merge branch 'cc/delta-islands' | Junio C Hamano | 1 | -0/+9 |
2018-08-20 | Sync 'ds/multi-pack-index' to v2.19.0-rc0 | Junio C Hamano | 1 | -0/+9 |
2018-08-20 | Merge branch 'jt/repack-promisor-packs' | Junio C Hamano | 1 | -48/+135 |
2018-08-16 | repack: add delta-islands support | Jeff King | 1 | -0/+9 |
2018-08-09 | repack: repack promisor objects if -a or -A is set | Jonathan Tan | 1 | -4/+79 |
2018-08-09 | repack: refactor setup of pack-objects cmd | Jonathan Tan | 1 | -44/+55 |
2018-07-20 | midx: clear midx on repack | Derrick Stolee | 1 | -0/+9 |
2018-04-16 | repack: add --keep-pack option | Nguyễn Thái Ngọc Duy | 1 | -3/+18 |
2017-12-08 | gc: do not repack promisor packfiles | Jonathan Tan | 1 | -2/+6 |
2017-06-24 | Merge branch 'bw/config-h' | Junio C Hamano | 1 | -0/+1 |
2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
2017-04-27 | repack: accept --threads=<n> and pass it down to pack-objects | Junio C Hamano | 1 | -0/+5 |
2016-12-29 | repack: die on incremental + write-bitmap-index | David Turner | 1 | -0/+9 |
2016-07-13 | Merge branch 'va/i18n-even-more' | Junio C Hamano | 1 | -1/+1 |
2016-06-17 | i18n: standardise messages | Vasco Almeida | 1 | -1/+1 |
2016-06-14 | repack: extend --keep-unreachable to loose objects | Jeff King | 1 | -0/+1 |
2016-06-14 | repack: add --keep-unreachable option | Jeff King | 1 | -0/+9 |
2016-01-15 | strbuf: introduce strbuf_getline_{lf,nul}() | Junio C Hamano | 1 | -1/+1 |
2015-10-26 | Merge branch 'jk/repository-extension' | Junio C Hamano | 1 | -0/+3 |
2015-08-10 | prefer mkpathdup to mkpath in assignments | Jeff King | 1 | -11/+13 |
2015-06-24 | introduce "preciousObjects" repository extension | Jeff King | 1 | -0/+3 |