summaryrefslogtreecommitdiffstats
path: root/builtin/pack-objects.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ds/midx-too-many-packs'Junio C Hamano2019-05-191-1/+1
|\
| * midx: pass a repository pointerDerrick Stolee2019-05-071-1/+1
* | Merge branch 'ew/repack-with-bitmaps-by-default'Junio C Hamano2019-05-131-1/+1
|\ \
| * | pack-objects: default to writing bitmap hash-cacheJeff King2019-03-181-1/+1
* | | Merge branch 'jk/pack-objects-reports-num-objects-to-trace2'Junio C Hamano2019-05-081-0/+2
|\ \ \ | |_|/ |/| |
| * | pack-objects: write objects packed to trace2Jonathan Tan2019-04-121-0/+2
| |/
* / pack-bitmap: switch hash tables to use struct object_idbrian m. carlson2019-04-011-3/+3
|/
* trace2:data: pack-objects: add trace2 regionsDerrick Stolee2019-02-231-1/+15
* Merge branch 'sl/const'Junio C Hamano2019-02-071-7/+7
|\
| * various: tighten constness of some local variablesShahzad Lone2019-02-041-7/+7
* | Merge branch 'jk/loose-object-cache-oid'Junio C Hamano2019-02-071-2/+2
|\ \
| * | update comment references to sha1_object_info()Jeff King2019-01-081-2/+2
* | | Merge branch 'ds/push-sparse-tree-walk'Junio C Hamano2019-02-071-1/+9
|\ \ \
| * | | pack-objects: create GIT_TEST_PACK_SPARSEDerrick Stolee2019-01-171-0/+1
| * | | pack-objects: create pack.useSparse settingDerrick Stolee2019-01-171-0/+4
| * | | list-objects: consume sparse tree walkDerrick Stolee2019-01-171-1/+4
* | | | Merge branch 'nd/the-index-final'Junio C Hamano2019-02-071-1/+1
|\ \ \ \
| * | | | cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy2019-01-241-1/+1
| | |/ / | |/| |
* | | | Merge branch 'ph/pack-objects-mutex-fix'Junio C Hamano2019-02-051-17/+10
|\ \ \ \ | |_|_|/ |/| | |
| * | | pack-objects: merge read_lock and lock in packing_data structPatrick Hogg2019-01-281-14/+10
| * | | pack-objects: move read mutex to packing_data structPatrick Hogg2019-01-281-5/+2
| | |/ | |/|
* | | Merge branch 'bc/tree-walk-oid'Junio C Hamano2019-01-291-2/+2
|\ \ \
| * | | tree-walk: store object_id in a separate memberbrian m. carlson2019-01-151-2/+2
| | |/ | |/|
* | | Merge branch 'md/exclude-promisor-objects-fix-cleanup'Junio C Hamano2019-01-151-2/+4
|\ \ \ | |/ / |/| |
| * | revision.c: put promisor option in specialized structMatthew DeVore2018-12-061-2/+4
* | | Merge branch 'nd/the-index'Junio C Hamano2019-01-041-3/+3
|\ \ \ | |_|/ |/| |
| * | pack-*.c: remove the_repository referencesNguyễn Thái Ngọc Duy2018-11-121-1/+1
| * | delta-islands.c: remove the_repository referencesNguyễn Thái Ngọc Duy2018-11-121-2/+2
* | | Merge branch 'cc/delta-islands'Junio C Hamano2018-11-211-1/+3
|\ \ \
| * | | pack-objects: fix off-by-one in delta-island tree-depth computationJeff King2018-11-211-1/+3
* | | | Merge branch 'tb/print-size-t-with-uintmax-format'Junio C Hamano2018-11-191-6/+6
|\ \ \ \
| * | | | Upcast size_t variables to uintmax_t when printingTorsten Bögershausen2018-11-121-6/+6
| | |/ / | |/| |
* | | | Merge branch 'ds/push-squelch-ambig-warning'Junio C Hamano2018-11-191-0/+6
|\ \ \ \
| * | | | pack-objects: ignore ambiguous object warningsDerrick Stolee2018-11-071-0/+6
* | | | | Merge branch 'jk/unused-parameter-fixes'Junio C Hamano2018-11-181-1/+4
|\ \ \ \ \
| * | | | | assert NOARG/NONEG behavior of parse-options callbacksJeff King2018-11-061-0/+3
| * | | | | pack-objects: mark index-version option as NONEGJeff King2018-11-061-1/+1
* | | | | | Merge branch 'nd/pthreads'Junio C Hamano2018-11-181-24/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | pack-objects: remove #ifdef NO_PTHREADSNguyễn Thái Ngọc Duy2018-11-051-24/+2
* | | | | | Merge branch 'md/exclude-promisor-objects-fix'Junio C Hamano2018-11-061-0/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | exclude-promisor-objects: declare when option is allowedMatthew DeVore2018-10-231-0/+1
* | | | | Merge branch 'js/pack-objects-mutex-init-fix'Junio C Hamano2018-10-301-1/+0
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | pack-objects (mingw): initialize `packing_data` mutex in the correct spotJohannes Schindelin2018-10-191-1/+0
| | |/ / | |/| |
* | | | Merge branch 'nd/the-index'Junio C Hamano2018-10-191-1/+1
|\ \ \ \
| * | | | revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-1/+1
| |/ / /
* | | | Merge branch 'jk/delta-islands-with-bitmap-reuse-delta-fix'Junio C Hamano2018-10-161-16/+52
|\ \ \ \
| * | | | pack-objects: handle island check for "external" delta baseJeff King2018-09-191-16/+52
* | | | | Merge branch 'tb/void-check-attr'Junio C Hamano2018-09-241-2/+1
|\ \ \ \ \
| * | | | | Make git_check_attr() a void functionTorsten Bögershausen2018-09-131-2/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'jk/cocci'Junio C Hamano2018-09-171-2/+2
|\ \ \ \ \ | |_|/ / / |/| | | |