Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'va/i18n-misc-updates' | Junio C Hamano | 2016-05-17 | 1 | -1/+3 |
|\ | |||||
| * | i18n: index-pack: use plural string instead of normal one | Vasco Almeida | 2016-04-08 | 1 | -1/+3 |
* | | Merge branch 'jc/index-pack' | Junio C Hamano | 2016-04-03 | 1 | -18/+17 |
|\ \ | |||||
| * | | index-pack: add a helper function to derive .idx/.keep filenamejc/index-pack | Junio C Hamano | 2016-03-03 | 1 | -18/+17 |
| * | | Merge branch 'jc/maint-index-pack-keep' into jc/index-pack | Junio C Hamano | 2016-03-03 | 1 | -1/+1 |
| |\ \ | |||||
* | \ \ | Merge branch 'jc/maint-index-pack-keep' | Junio C Hamano | 2016-04-03 | 1 | -1/+1 |
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| | | |||||
| * | | index-pack: correct --keep[=<msg>]jc/maint-index-pack-keep | Junio C Hamano | 2016-03-03 | 1 | -1/+1 |
* | | | Merge branch 'jk/pack-idx-corruption-safety' | Junio C Hamano | 2016-03-04 | 1 | -0/+1 |
|\ \ \ | |_|/ |/| | | |||||
| * | | nth_packed_object_offset: bounds-check extended offset | Jeff King | 2016-02-25 | 1 | -0/+1 |
| * | | Merge branch 'jk/index-pack-reduce-recheck' into maint | Junio C Hamano | 2015-07-27 | 1 | -1/+1 |
| |\ \ | |||||
* | | | | use st_add and st_mult for allocation size computation | Jeff King | 2016-02-22 | 1 | -2/+2 |
* | | | | convert trivial cases to ALLOC_ARRAY | Jeff King | 2016-02-22 | 1 | -2/+2 |
* | | | | Remove get_object_hash. | brian m. carlson | 2015-11-20 | 1 | -1/+1 |
* | | | | Convert struct object to object_id | brian m. carlson | 2015-11-20 | 1 | -4/+4 |
* | | | | Add several uses of get_object_hash. | brian m. carlson | 2015-11-20 | 1 | -1/+1 |
* | | | | use xsnprintf for generating git object headers | Jeff King | 2015-09-25 | 1 | -1/+1 |
* | | | | Merge branch 'jc/finalize-temp-file' | Junio C Hamano | 2015-08-19 | 1 | -2/+2 |
|\ \ \ \ | |||||
| * | | | | sha1_file.c: rename move_temp_to_file() to finalize_object_file()jc/finalize-temp-file | Junio C Hamano | 2015-08-10 | 1 | -2/+2 |
* | | | | | Merge branch 'js/fsck-opt' | Junio C Hamano | 2015-08-03 | 1 | -4/+9 |
|\ \ \ \ \ | |||||
| * | | | | | fsck (receive-pack): allow demoting errors to warnings | Johannes Schindelin | 2015-06-23 | 1 | -0/+4 |
| * | | | | | fsck: introduce fsck options | Johannes Schindelin | 2015-06-22 | 1 | -4/+5 |
* | | | | | | Merge branch 'jc/fix-alloc-sortbuf-in-index-pack' | Junio C Hamano | 2015-07-09 | 1 | -8/+8 |
|\ \ \ \ \ \ | |||||
| * | | | | | | index-pack: fix allocation of sorted_by_pos arrayjc/fix-alloc-sortbuf-in-index-pack | Junio C Hamano | 2015-07-04 | 1 | -8/+8 |
* | | | | | | | Merge branch 'jk/index-pack-reduce-recheck' | Junio C Hamano | 2015-06-24 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | / / | | |_|_|/ / | |/| | | | | |||||
| * | | | | | index-pack: avoid excessive re-reading of pack directoryjk/index-pack-reduce-recheck | Jeff King | 2015-06-09 | 1 | -1/+1 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'nd/slim-index-pack-memory-usage' | Junio C Hamano | 2015-06-16 | 1 | -2/+6 |
|\ \ \ \ \ | |||||
| * | | | | | index-pack: fix truncation of off_t in comparisonnd/slim-index-pack-memory-usage | Jeff King | 2015-06-04 | 1 | -2/+6 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'nd/slim-index-pack-memory-usage' | Junio C Hamano | 2015-05-11 | 1 | -111/+179 |
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | | | |||||
| * | | | index-pack: kill union delta_base to save memory | Nguyễn Thái Ngọc Duy | 2015-04-18 | 1 | -100/+160 |
| * | | | index-pack: reduce object_entry size to save memory | Nguyễn Thái Ngọc Duy | 2015-02-27 | 1 | -11/+19 |
* | | | | Merge branch 'rs/deflate-init-cleanup' | Junio C Hamano | 2015-03-17 | 1 | -1/+0 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}rs/deflate-init-cleanup | René Scharfe | 2015-03-05 | 1 | -1/+0 |
| |/ / | |||||
* | | | Merge branch 'js/fsck-tag-validation' | Junio C Hamano | 2014-12-22 | 1 | -2/+2 |
|\ \ \ | |||||
| * | | | index-pack: terminate object buffers with NULjs/fsck-tag-validation | Duy Nguyen | 2014-12-09 | 1 | -2/+2 |
* | | | | index-pack: fix compilation with NO_PTHREADS | Etienne Buira | 2014-10-13 | 1 | -0/+3 |
* | | | | Merge branch 'rs/realloc-array' | Junio C Hamano | 2014-09-26 | 1 | -3/+1 |
|\ \ \ \ | |||||
| * | | | | use REALLOC_ARRAY for changing the allocation size of arraysrs/realloc-array | René Scharfe | 2014-09-18 | 1 | -3/+1 |
* | | | | | Merge branch 'js/fsck-tag-validation' | Junio C Hamano | 2014-09-26 | 1 | -1/+2 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | fsck_object(): allow passing object data separately from the object itself | Johannes Schindelin | 2014-09-10 | 1 | -1/+2 |
| |/ / / | |||||
* | | | | Merge branch 'jk/index-pack-threading-races' | Junio C Hamano | 2014-09-19 | 1 | -2/+31 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | index-pack: fix race condition with duplicate basesjk/index-pack-threading-races | Jeff King | 2014-08-29 | 1 | -2/+31 |
* | | | | Merge branch 'maint' | Junio C Hamano | 2014-07-21 | 1 | -2/+1 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | use xcalloc() to allocate zero-initialized memory | René Scharfe | 2014-07-21 | 1 | -2/+1 |
| * | | | Merge branch 'jk/commit-buffer-length' into maint | Junio C Hamano | 2014-07-16 | 1 | -1/+2 |
| |\ \ \ | |||||
* | \ \ \ | Merge branch 'jk/strip-suffix' | Junio C Hamano | 2014-07-16 | 1 | -15/+14 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | index-pack: use strip_suffix to avoid magic numbers | Jeff King | 2014-06-30 | 1 | -15/+14 |
| * | | | | replace has_extension with ends_with | Jeff King | 2014-06-30 | 1 | -2/+2 |
| |/ / / | |||||
| * | | | Merge branch 'ym/fix-opportunistic-index-update-race' into maint | Junio C Hamano | 2014-06-25 | 1 | -1/+1 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'jk/index-pack-report-missing' into maint | Junio C Hamano | 2014-06-25 | 1 | -2/+7 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'nd/index-pack-one-fd-per-thread' into maint | Junio C Hamano | 2014-06-25 | 1 | -10/+17 |
| |\ \ \ \ \ |