summaryrefslogtreecommitdiff
path: root/builtin/pack-objects.c
Commit message (Expand)AuthorAgeFilesLines
* refs: convert peel_ref to struct object_idbrian m. carlson2017-10-161-2/+2
* builtin/pack-objects: convert to struct object_idbrian m. carlson2017-10-161-67/+68
* pack-bitmap: convert traverse_bitmap_commit_list to object_idbrian m. carlson2017-10-161-4/+4
* cleanup: fix possible overflow errors in binary searchds/avoid-overflow-in-midpoint-computationDerrick Stolee2017-10-101-1/+1
* Merge branch 'rj/no-sign-compare'Junio C Hamano2017-09-291-2/+2
|\
| * ALLOC_GROW: avoid -Wsign-compare warningsrj/no-sign-compareRamsay Jones2017-09-221-2/+2
| * Merge branch 'rs/pack-objects-pbase-cleanup' into maintJunio C Hamano2017-08-231-1/+1
| |\
* | | pack: make packed_git_mru global a value instead of a pointerJonathan Nieder2017-09-141-2/+2
* | | Merge branch 'ma/ts-cleanups'Junio C Hamano2017-09-101-0/+6
|\ \ \
| * | | pack-objects: take lock before accessing `remaining`Martin Ågren2017-08-231-0/+6
* | | | pack: move open_pack_index(), parse_pack_index()Jonathan Tan2017-08-231-0/+1
* | | | Merge branch 'rs/pack-objects-pbase-cleanup'Junio C Hamano2017-08-111-1/+1
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | pack-objects: remove unnecessary NULL checkrs/pack-objects-pbase-cleanupRené Scharfe2017-07-201-1/+1
| * | Merge branch 'jk/disable-pack-reuse-when-broken' into maintJunio C Hamano2017-06-041-1/+5
| |\ \
* | | | use MOVE_ARRAYRené Scharfe2017-07-171-3/+2
| |_|/ |/| |
* | | Merge branch 'ab/free-and-null'Junio C Hamano2017-06-241-8/+4
|\ \ \
| * | | coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason2017-06-161-8/+4
* | | | Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
| |/ /
* | | Merge branch 'ab/grep-preparatory-cleanup'Junio C Hamano2017-06-021-1/+3
|\ \ \
| * | | pack-objects: fix buggy warning about threadsÆvar Arnfjörð Bjarmason2017-05-261-1/+3
| |/ /
* | | Merge branch 'jk/disable-pack-reuse-when-broken'Junio C Hamano2017-05-291-1/+5
|\ \ \ | | |/ | |/|
| * | pack-objects: disable pack reuse for object-selection optionsJeff King2017-05-091-1/+5
* | | Merge branch 'bc/object-id'Junio C Hamano2017-05-291-30/+41
|\ \ \
| * | | Convert lookup_tag to struct object_idbrian m. carlson2017-05-081-1/+1
| * | | pack: convert struct pack_idx_entry to struct object_idbrian m. carlson2017-05-081-26/+37
| * | | shallow: convert shallow registration functions to object_idbrian m. carlson2017-05-081-3/+3
| | |/ | |/|
* | | timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-271-2/+2
|/ /
* | Merge branch 'bc/object-id'Junio C Hamano2017-04-191-12/+12
|\ \
| * | Rename sha1_array to oid_arraybrian m. carlson2017-03-311-5/+5
| * | Convert sha1_array_lookup to take struct object_idbrian m. carlson2017-03-311-1/+1
| * | Convert remaining callers of sha1_array_lookup to object_idbrian m. carlson2017-03-311-8/+8
| * | Make sha1_array_append take a struct object_id *brian m. carlson2017-03-311-2/+2
* | | Merge branch 'jk/fast-import-cleanup'Junio C Hamano2017-03-281-4/+8
|\ \ \ | |/ / |/| |
| * | pack.h: define largest possible encoded object sizejk/fast-import-cleanupJeff King2017-03-241-2/+4
| * | encode_in_pack_object_header: respect output buffer lengthJeff King2017-03-241-2/+4
| |/
* | Merge branch 'bc/object-id'Junio C Hamano2017-03-171-3/+3
|\ \
| * | Convert object iteration callbacks to struct object_idbrian m. carlson2017-02-221-3/+3
| |/
* | Merge branch 'bw/attr'Junio C Hamano2017-02-271-14/+5
|\ \
| * | attr: convert git_check_attrs() callers to use the new APIJunio C Hamano2017-02-011-14/+5
| * | attr: rename function and struct related to checking attributesJunio C Hamano2017-02-011-3/+3
| |/
* | Merge branch 'jk/delta-chain-limit'Junio C Hamano2017-02-271-23/+110
|\ \ | |/ |/|
| * pack-objects: convert recursion to iteration in break_delta_chain()jk/delta-chain-limitJeff King2017-01-271-30/+99
| * pack-objects: enforce --depth limit in reused deltasJeff King2017-01-271-0/+18
* | compression: unify pack.compression configuration parsingjc/compression-configJunio C Hamano2016-11-151-14/+0
|/
* sha1_file: rename git_open_noatime() to git_open()Lars Schneider2016-10-251-1/+1
* Merge branch 'jk/pack-objects-optim-mru'Junio C Hamano2016-10-101-2/+90
|\
| * pack-objects: use mru list when iterating over packsjk/pack-objects-optim-mruJeff King2016-08-111-3/+7
| * pack-objects: break delta cycles before delta-search phaseJeff King2016-08-111-0/+84
* | use QSORTRené Scharfe2016-09-291-4/+3