summaryrefslogtreecommitdiff
path: root/builtin/pack-objects.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | builtin/pack-objects.c: ensure included `--stdin-packs` existTaylor Blau2022-05-241-15/+20
| * | builtin/pack-objects.c: avoid redundant NULL checkTaylor Blau2022-05-241-2/+0
* | | Merge branch 'ds/partial-bundle-more'Junio C Hamano2022-04-041-19/+36
|\ \ \ | | |/ | |/|
| * | pack-objects: lazily set up "struct rev_info", don't leakÆvar Arnfjörð Bjarmason2022-03-281-5/+23
| * | pack-objects: parse --filter directly into revs.filterDerrick Stolee2022-03-231-6/+2
| * | pack-objects: move revs out of get_object_list()Derrick Stolee2022-03-231-15/+18
* | | Merge branch 'ns/core-fsyncmethod'Junio C Hamano2022-03-251-7/+17
|\ \ \ | |/ / |/| |
| * | core.fsync: introduce granular fsync control infrastructureNeeraj Singh2022-03-101-7/+17
* | | Merge branch 'ds/partial-bundles'Junio C Hamano2022-03-211-4/+5
|\ \ \
| * | | list-objects: consolidate traverse_commit_list[_filtered]Derrick Stolee2022-03-091-3/+3
| * | | pack-bitmap: drop filter in prepare_bitmap_walk()Derrick Stolee2022-03-091-1/+1
| * | | pack-objects: use rev.filter when possibleDerrick Stolee2022-03-091-2/+3
* | | | Merge branch 'ab/object-file-api-updates'Junio C Hamano2022-03-161-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | object-file API: pass an enum to read_object_with_reference()Ævar Arnfjörð Bjarmason2022-02-251-1/+1
| | |/ | |/|
* | | Merge branch 'ja/i18n-common-messages'Junio C Hamano2022-02-251-1/+1
|\ \ \ | |_|/ |/| |
| * | i18n: factorize "invalid value" messagesJean-Noël Avila2022-02-041-1/+1
| |/
* | checkout/fetch/pull/pack-objects: allow `-h` outside a repositoryJohannes Schindelin2022-02-081-3/+5
|/
* i18n: turn "options are incompatible" into "cannot be used together"Jean-Noël Avila2022-01-051-1/+1
* Merge branch 'ab/die-with-bug'Junio C Hamano2021-12-151-1/+1
|\
| * pack-objects: use BUG(...) not die("BUG: ...")Ævar Arnfjörð Bjarmason2021-12-071-1/+1
* | builtin/pack-objects.c: don't leak memory via argumentsTaylor Blau2021-10-271-4/+7
|/
* Merge branch 'tb/pack-finalize-ordering'Junio C Hamano2021-09-201-4/+11
|\
| * pack-objects: rename .idx files into place after .bitmap filesÆvar Arnfjörð Bjarmason2021-09-091-1/+2
| * pack-write: split up finish_tmp_packfile() functionÆvar Arnfjörð Bjarmason2021-09-091-2/+5
| * pack-write: refactor renaming in finish_tmp_packfile()Ævar Arnfjörð Bjarmason2021-09-091-2/+5
* | Merge branch 'tb/multi-pack-bitmaps'Junio C Hamano2021-09-201-1/+7
|\ \
| * | pack-bitmap: read multi-pack bitmapsTaylor Blau2021-09-011-0/+5
| * | pack-bitmap-write.c: gracefully fail to write non-closed bitmapsTaylor Blau2021-08-241-1/+2
| |/
* | builtin/pack-objects.c: remove duplicate hash lookupTaylor Blau2021-08-291-10/+1
* | builtin/pack-objects.c: simplify add_objects_in_unpacked_packs()Taylor Blau2021-08-291-68/+16
* | pack-objects: fix segfault in --stdin-packs optionÆvar Arnfjörð Bjarmason2021-07-091-3/+20
|/
* 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-201-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-03-311-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
|\ \ | |/ |/|