summaryrefslogtreecommitdiff
path: root/builtin/index-pack.c
Commit message (Expand)AuthorAgeFilesLines
* index-pack: add --max-input-size=<size> optionJeff King2016-08-241-0/+5
* Merge branch 'jk/push-progress'Junio C Hamano2016-08-031-1/+9
|\
| * receive-pack: send keepalives during quiet periodsjk/push-progressJeff King2016-07-201-0/+5
| * index-pack: add flag for showing delta-resolution progressJeff King2016-07-201-1/+4
| * Merge branch 'va/i18n-misc-updates'Junio C Hamano2016-05-171-1/+3
| |\
| * \ Merge branch 'jc/index-pack'Junio C Hamano2016-04-031-18/+17
| |\ \
| * \ \ Merge branch 'jc/maint-index-pack-keep'Junio C Hamano2016-04-031-1/+1
| |\ \ \
* | | | | index-pack: correct "offset" type in unpack_entry_data()Nguyễn Thái Ngọc Duy2016-07-131-1/+1
* | | | | index-pack: report correct bad object offsets even if they are largeNguyễn Thái Ngọc Duy2016-07-131-3/+4
* | | | | index-pack: correct "len" type in unpack_data()Nguyễn Thái Ngọc Duy2016-07-131-7/+7
* | | | | Merge branch 'va/i18n-misc-updates' into maintJunio C Hamano2016-05-261-1/+3
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | i18n: index-pack: use plural string instead of normal oneVasco Almeida2016-04-081-1/+3
| |/ / /
* | | | Merge branch 'jc/index-pack' into maintJunio C Hamano2016-04-141-18/+17
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | index-pack: add a helper function to derive .idx/.keep filenamejc/index-packJunio C Hamano2016-03-031-18/+17
| * | Merge branch 'jc/maint-index-pack-keep' into jc/index-packJunio C Hamano2016-03-031-1/+1
| |\ \ | | |/
| | * index-pack: correct --keep[=<msg>]jc/maint-index-pack-keepJunio C Hamano2016-03-031-1/+1
* | | Merge branch 'jk/pack-idx-corruption-safety'Junio C Hamano2016-03-041-0/+1
|\ \ \ | |/ / |/| |
| * | nth_packed_object_offset: bounds-check extended offsetJeff King2016-02-251-0/+1
| * | Merge branch 'jk/index-pack-reduce-recheck' into maintJunio C Hamano2015-07-271-1/+1
| |\ \
* | | | use st_add and st_mult for allocation size computationJeff King2016-02-221-2/+2
* | | | convert trivial cases to ALLOC_ARRAYJeff King2016-02-221-2/+2
* | | | Remove get_object_hash.brian m. carlson2015-11-201-1/+1
* | | | Convert struct object to object_idbrian m. carlson2015-11-201-4/+4
* | | | Add several uses of get_object_hash.brian m. carlson2015-11-201-1/+1
* | | | use xsnprintf for generating git object headersJeff King2015-09-251-1/+1
* | | | Merge branch 'jc/finalize-temp-file'Junio C Hamano2015-08-191-2/+2
|\ \ \ \
| * | | | sha1_file.c: rename move_temp_to_file() to finalize_object_file()jc/finalize-temp-fileJunio C Hamano2015-08-101-2/+2
* | | | | Merge branch 'js/fsck-opt'Junio C Hamano2015-08-031-4/+9
|\ \ \ \ \
| * | | | | fsck (receive-pack): allow demoting errors to warningsJohannes Schindelin2015-06-231-0/+4
| * | | | | fsck: introduce fsck optionsJohannes Schindelin2015-06-221-4/+5
* | | | | | Merge branch 'jc/fix-alloc-sortbuf-in-index-pack'Junio C Hamano2015-07-091-8/+8
|\ \ \ \ \ \
| * | | | | | index-pack: fix allocation of sorted_by_pos arrayjc/fix-alloc-sortbuf-in-index-packJunio C Hamano2015-07-041-8/+8
* | | | | | | Merge branch 'jk/index-pack-reduce-recheck'Junio C Hamano2015-06-241-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | / / | | |_|_|/ / | |/| | | |
| * | | | | index-pack: avoid excessive re-reading of pack directoryjk/index-pack-reduce-recheckJeff King2015-06-091-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'nd/slim-index-pack-memory-usage'Junio C Hamano2015-06-161-2/+6
|\ \ \ \ \
| * | | | | index-pack: fix truncation of off_t in comparisonnd/slim-index-pack-memory-usageJeff King2015-06-041-2/+6
| | |/ / / | |/| | |
* | | | | Merge branch 'nd/slim-index-pack-memory-usage'Junio C Hamano2015-05-111-111/+179
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | index-pack: kill union delta_base to save memoryNguyễn Thái Ngọc Duy2015-04-181-100/+160
| * | | index-pack: reduce object_entry size to save memoryNguyễn Thái Ngọc Duy2015-02-271-11/+19
* | | | Merge branch 'rs/deflate-init-cleanup'Junio C Hamano2015-03-171-1/+0
|\ \ \ \ | |/ / / |/| | |
| * | | zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}rs/deflate-init-cleanupRené Scharfe2015-03-051-1/+0
| |/ /
* | | Merge branch 'js/fsck-tag-validation'Junio C Hamano2014-12-221-2/+2
|\ \ \
| * | | index-pack: terminate object buffers with NULjs/fsck-tag-validationDuy Nguyen2014-12-091-2/+2
* | | | index-pack: fix compilation with NO_PTHREADSEtienne Buira2014-10-131-0/+3
* | | | Merge branch 'rs/realloc-array'Junio C Hamano2014-09-261-3/+1
|\ \ \ \
| * | | | use REALLOC_ARRAY for changing the allocation size of arraysrs/realloc-arrayRené Scharfe2014-09-181-3/+1
* | | | | Merge branch 'js/fsck-tag-validation'Junio C Hamano2014-09-261-1/+2
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | fsck_object(): allow passing object data separately from the object itselfJohannes Schindelin2014-09-101-1/+2
| |/ / /
* | | | Merge branch 'jk/index-pack-threading-races'Junio C Hamano2014-09-191-2/+31
|\ \ \ \ | |/ / / |/| | |
| * | | index-pack: fix race condition with duplicate basesjk/index-pack-threading-racesJeff King2014-08-291-2/+31