summaryrefslogtreecommitdiffstats
path: root/builtin/pack-objects.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ab/pack-linkage-fix'Junio C Hamano2021-05-271-7/+167
|\
| * pack-objects: move static inline from a header to the sole consumerÆvar Arnfjörð Bjarmason2021-05-271-7/+167
* | Merge branch 'jk/pack-objects-negative-options-fix'Junio C Hamano2021-05-111-0/+4
|\ \
| * | pack-objects: clamp negative depth to 0Jeff King2021-05-031-0/+2
| * | pack-objects: clamp negative window size to 0Jeff King2021-05-031-0/+2
* | | Merge branch 'rs/repack-without-loosening-promised-objects'Junio C Hamano2021-05-101-1/+7
|\ \ \
| * | | repack: avoid loosening promisor objects in partial clonesRafael Silva2021-04-281-1/+7
* | | | Merge branch 'bc/hash-transition-interop-part-1'Junio C Hamano2021-05-101-10/+10
|\ \ \ \
| * | | | builtin/pack-objects: avoid using struct object_id for pack hashbrian m. carlson2021-04-271-10/+10
* | | | | Merge branch 'ps/rev-list-object-type-filter'Junio C Hamano2021-05-071-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | rev-list: allow filtering of provided itemsPatrick Steinhardt2021-04-191-1/+1
| |/ / /
* | | | Merge branch 'jk/promisor-optim'Junio C Hamano2021-04-301-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | lookup_unknown_object(): take a repository argumentJeff King2021-04-131-1/+1
| |/ /
* | | Merge branch 'jk/pack-objects-bitmap-progress-fix'Junio C Hamano2021-04-211-1/+2
|\ \ \ | |_|/ |/| |
| * | pack-objects: update "nr_seen" progress based on pack-reused countJeff King2021-04-121-1/+2
* | | builtin/pack-objects.c: respect 'pack.preferBitmapTips'Taylor Blau2021-04-011-0/+34
| |/ |/|
* | Merge branch 'hx/pack-objects-chunk-comment'Junio C Hamano2021-03-301-2/+2
|\ \
| * | pack-objects: fix comment of reused_chunk.differenceHan Xin2021-03-241-2/+2
| |/
* | Merge branch 'tb/geometric-repack'Junio C Hamano2021-03-241-53/+277
|\ \ | |/ |/|
| * builtin/pack-objects.c: ignore missing links with --stdin-packsTaylor Blau2021-03-191-0/+1
| * builtin/pack-objects.c: rewrite honor-pack-keep logicJeff King2021-02-231-51/+76
| * builtin/pack-objects.c: add '--stdin-packs' optionTaylor Blau2021-02-231-2/+200
* | use CALLOC_ARRAYRené Scharfe2021-03-141-4/+4
|/
* Merge branch 'tb/pack-revindex-on-disk'Junio C Hamano2021-02-121-0/+9
|\
| * t: support GIT_TEST_WRITE_REV_INDEXTaylor Blau2021-01-261-0/+2
| * builtin/pack-objects.c: respect 'pack.writeReverseIndex'Taylor Blau2021-01-261-0/+7
* | Merge branch 'jv/pack-objects-narrower-ref-iteration'Junio C Hamano2021-02-061-5/+3
|\ \
| * | builtin/pack-objects.c: avoid iterating all refsJacob Vosmaer2021-01-231-5/+3
* | | Merge branch 'jk/peel-iterated-oid'Junio C Hamano2021-02-041-2/+2
|\ \ \ | |_|/ |/| |
| * | refs: switch peel_ref() to peel_iterated_oid()Jeff King2021-01-221-2/+2
| |/
* | check_object(): convert to new revindex APITaylor Blau2021-01-141-4/+4
* | write_reused_pack_verbatim(): convert to new revindex APITaylor Blau2021-01-141-1/+1
* | write_reused_pack_one(): convert to new revindex APITaylor Blau2021-01-141-4/+10
* | write_reuse_object(): convert to new revindex APITaylor Blau2021-01-141-4/+9
|/
* pack-bitmap-write: ignore BITMAP_FLAG_REUSEJeff King2020-12-081-1/+0
* Merge branch 'jc/object-names-are-not-sha-1'Junio C Hamano2020-08-201-1/+1
|\
| * messages: avoid SHA-1 in end-user facing messagesJunio C Hamano2020-08-141-1/+1
* | Merge branch 'jt/has_object'Junio C Hamano2020-08-131-2/+2
|\ \
| * | pack-objects: no fetch when allow-{any,promisor}Jonathan Tan2020-08-061-2/+2
* | | Merge branch 'jk/strvec'Junio C Hamano2020-08-101-13/+13
|\ \ \ | |/ / |/| |
| * | strvec: rename struct fieldsJeff King2020-07-311-1/+1
| * | strvec: convert builtin/ callers away from argv_array nameJeff King2020-07-291-11/+11
| * | strvec: rename files from argv-array to strvecJeff King2020-07-291-1/+1
| |/
* | pack-objects: prefetch objects to be packedJonathan Tan2020-07-211-4/+32
* | pack-objects: refactor to oid_object_info_extendedJonathan Tan2020-07-211-2/+6
|/
* upload-pack: send part of packfile response as uriJonathan Tan2020-06-111-0/+76
* Merge branch 'tb/shallow-cleanup'Junio C Hamano2020-05-131-0/+1
|\
| * shallow: extract a header file for shallow-related functionsTaylor Blau2020-04-301-0/+1
* | Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu2020-04-281-6/+6
* | Merge branch 'jk/oid-array-cleanups'Junio C Hamano2020-04-221-1/+1
|\ \