aboutsummaryrefslogtreecommitdiff
path: root/builtin/pack-objects.c
Commit message (Expand)AuthorAge
* Merge branch 'ab/free-and-null'Junio C Hamano2017-06-24
|\
| * coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason2017-06-16
* | Merge branch 'bw/config-h'Junio C Hamano2017-06-24
|\ \ | |/ |/|
| * config: don't include config.h by defaultBrandon Williams2017-06-15
* | Merge branch 'ab/grep-preparatory-cleanup'Junio C Hamano2017-06-02
|\ \
| * | pack-objects: fix buggy warning about threadsÆvar Arnfjörð Bjarmason2017-05-26
| |/
* | Merge branch 'jk/disable-pack-reuse-when-broken'Junio C Hamano2017-05-29
|\ \
| * | pack-objects: disable pack reuse for object-selection optionsJeff King2017-05-09
* | | Merge branch 'bc/object-id'Junio C Hamano2017-05-29
|\ \ \
| * | | Convert lookup_tag to struct object_idbrian m. carlson2017-05-08
| * | | pack: convert struct pack_idx_entry to struct object_idbrian m. carlson2017-05-08
| * | | shallow: convert shallow registration functions to object_idbrian m. carlson2017-05-08
| | |/ | |/|
* | | timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-27
|/ /
* | Merge branch 'bc/object-id'Junio C Hamano2017-04-19
|\ \
| * | Rename sha1_array to oid_arraybrian m. carlson2017-03-31
| * | Convert sha1_array_lookup to take struct object_idbrian m. carlson2017-03-31
| * | Convert remaining callers of sha1_array_lookup to object_idbrian m. carlson2017-03-31
| * | Make sha1_array_append take a struct object_id *brian m. carlson2017-03-31
* | | Merge branch 'jk/fast-import-cleanup'Junio C Hamano2017-03-28
|\ \ \ | |/ / |/| |
| * | pack.h: define largest possible encoded object sizeJeff King2017-03-24
| * | encode_in_pack_object_header: respect output buffer lengthJeff King2017-03-24
| |/
* | Merge branch 'bc/object-id'Junio C Hamano2017-03-17
|\ \
| * | Convert object iteration callbacks to struct object_idbrian m. carlson2017-02-22
| |/
* | Merge branch 'bw/attr'Junio C Hamano2017-02-27
|\ \
| * | attr: convert git_check_attrs() callers to use the new APIJunio C Hamano2017-02-01
| * | attr: rename function and struct related to checking attributesJunio C Hamano2017-02-01
| |/
* | Merge branch 'jk/delta-chain-limit'Junio C Hamano2017-02-27
|\ \ | |/ |/|
| * pack-objects: convert recursion to iteration in break_delta_chain()Jeff King2017-01-27
| * pack-objects: enforce --depth limit in reused deltasJeff King2017-01-27
* | compression: unify pack.compression configuration parsingJunio C Hamano2016-11-15
|/
* sha1_file: rename git_open_noatime() to git_open()Lars Schneider2016-10-25
* Merge branch 'jk/pack-objects-optim-mru'Junio C Hamano2016-10-10
|\
| * pack-objects: use mru list when iterating over packsJeff King2016-08-11
| * pack-objects: break delta cycles before delta-search phaseJeff King2016-08-11
* | use QSORTRené Scharfe2016-09-29
* | Merge branch 'ks/pack-objects-bitmap'Junio C Hamano2016-09-21
|\ \
| * | pack-objects: use reachability bitmap index when generating non-stdout packKirill Smelkov2016-09-12
| * | pack-objects: respect --local/--honor-pack-keep/--incremental when bitmap is ...Kirill Smelkov2016-09-12
| |/
* | Merge branch 'jk/pack-tag-of-tag'Junio C Hamano2016-09-15
|\ \
| * | pack-objects: walk tag chains for --include-tagJeff King2016-09-07
| * | Merge branch 'nd/pack-ofs-4gb-limit' into maintJunio C Hamano2016-08-08
| |\ \
* | \ \ Merge branch 'jk/pack-objects-optim'Junio C Hamano2016-08-08
|\ \ \ \ | | |_|/ | |/| |
| * | | pack-objects: compute local/ignore_pack_keep earlyJeff King2016-07-29
| * | | pack-objects: break out of want_object loop earlyJeff King2016-07-29
* | | | Merge branch 'nd/pack-ofs-4gb-limit'Junio C Hamano2016-07-28
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | pack-objects: do not truncate result in-pack object size on 32-bit systemsNguyễn Thái Ngọc Duy2016-07-13
| * | pack-objects: pass length to check_pack_crc() without truncationNguyễn Thái Ngọc Duy2016-07-12
* | | repack: extend --keep-unreachable to loose objectsJeff King2016-06-14
| |/ |/|
* | Merge branch 'nd/error-errno'Junio C Hamano2016-05-17
|\ \
| * | builtin/pack-objects.c: use die_errno() and warning_errno()Nguyễn Thái Ngọc Duy2016-05-09