summaryrefslogtreecommitdiff
path: root/builtin/pack-objects.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'ks/pack-objects-bitmap'Junio C Hamano2016-09-211-40/+88
|\ \
| * | pack-objects: use reachability bitmap index when generating non-stdout packks/pack-objects-bitmapKirill Smelkov2016-09-121-7/+24
| * | pack-objects: respect --local/--honor-pack-keep/--incremental when bitmap is ...Kirill Smelkov2016-09-121-33/+64
| |/
* | Merge branch 'jk/pack-tag-of-tag'Junio C Hamano2016-09-151-1/+30
|\ \
| * | pack-objects: walk tag chains for --include-tagjk/pack-tag-of-tagJeff King2016-09-071-1/+30
| * | Merge branch 'nd/pack-ofs-4gb-limit' into maintJunio C Hamano2016-08-081-8/+9
| |\ \
* | \ \ Merge branch 'jk/pack-objects-optim'Junio C Hamano2016-08-081-0/+40
|\ \ \ \ | | |_|/ | |/| |
| * | | pack-objects: compute local/ignore_pack_keep earlyjk/pack-objects-optimJeff King2016-07-291-1/+25
| * | | pack-objects: break out of want_object loop earlyJeff King2016-07-291-0/+16
* | | | Merge branch 'nd/pack-ofs-4gb-limit'Junio C Hamano2016-07-281-8/+9
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | pack-objects: do not truncate result in-pack object size on 32-bit systemsNguyễn Thái Ngọc Duy2016-07-131-7/+8
| * | pack-objects: pass length to check_pack_crc() without truncationNguyễn Thái Ngọc Duy2016-07-121-1/+1
* | | repack: extend --keep-unreachable to loose objectsjk/repack-keep-unreachableJeff King2016-06-141-0/+31
| |/ |/|
* | Merge branch 'nd/error-errno'Junio C Hamano2016-05-171-4/+2
|\ \
| * | builtin/pack-objects.c: use die_errno() and warning_errno()Nguyễn Thái Ngọc Duy2016-05-091-4/+2
* | | Merge branch 'ew/doc-split-pack-disables-bitmap'Junio C Hamano2016-05-101-1/+8
|\ \ \ | | |/ | |/|
| * | pack-objects: warn on split packs disabling bitmapsew/doc-split-pack-disables-bitmapEric Wong2016-04-281-1/+8
| |/
* | struct name_entry: use struct object_id instead of unsigned char sha1[20]brian m. carlson2016-04-251-2/+2
|/
* Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-261-3/+4
|\
| * convert trivial cases to ALLOC_ARRAYJeff King2016-02-221-3/+4
* | list-objects: pass full pathname to callbacksjk/lose-name-pathJeff King2016-02-121-13/+2
* | list-objects: drop name_path entirelyJeff King2016-02-121-2/+2
|/
* Remove get_object_hash.brian m. carlson2015-11-201-7/+7
* Convert struct object to object_idbrian m. carlson2015-11-201-1/+1
* Add several uses of get_object_hash.brian m. carlson2015-11-201-7/+7
* Merge branch 'ah/pack-objects-usage-strings'Junio C Hamano2015-09-011-2/+2
|\
| * pack-objects: place angle brackets around placeholders in usage stringsah/pack-objects-usage-stringsAlex Henrie2015-08-281-2/+2
* | parse-options: move unsigned long option parsing out of pack-objects.ccb/parse-magnitudeCharles Bailey2015-06-221-21/+4
* | builtin/pack-objects: rewrite to take an object_id argumentMichael Haggerty2015-05-251-16/+10
* | each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-251-3/+9
* | Merge branch 'jk/sha1-file-reduce-useless-warnings'Junio C Hamano2015-05-111-3/+1
|\ \
| * | sha1_file: squelch "packfile cannot be accessed" warningsjk/sha1-file-reduce-useless-warningsJeff King2015-03-301-3/+1
* | | Merge branch 'rs/deflate-init-cleanup'Junio C Hamano2015-03-171-2/+0
|\ \ \
| * | | zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}rs/deflate-init-cleanupRené Scharfe2015-03-051-2/+0
| |/ /
* | | pack-objects: use --objects-edge-aggressive for shallow reposbc/fetch-thin-less-aggressive-in-normal-repositorybrian m. carlson2014-12-291-1/+6
* | | rev-list: add an option to mark fewer edges as uninterestingbrian m. carlson2014-12-291-1/+1