Age | Commit message (Expand) | Author | Files | Lines |
2017-12-05 | introduce fetch-object: fetch one promisor object | Jonathan Tan | 1 | -3/+13 |
2017-12-05 | index-pack: refactor writing of .keep files | Jonathan Tan | 1 | -46/+53 |
2017-10-10 | cleanup: fix possible overflow errors in binary search | Derrick Stolee | 1 | -2/+2 |
2017-08-23 | pack: move pack name-related functions | Jonathan Tan | 1 | -0/+1 |
2017-07-05 | Merge branch 'jt/unify-object-info' | Junio C Hamano | 1 | -1/+2 |
2017-06-26 | sha1_file: refactor has_sha1_file_with_flags | Jonathan Tan | 1 | -1/+2 |
2017-06-24 | Merge branch 'ab/free-and-null' | Junio C Hamano | 1 | -4/+2 |
2017-06-24 | Merge branch 'bw/config-h' | Junio C Hamano | 1 | -0/+1 |
2017-06-16 | coccinelle: make use of the "type" FREE_AND_NULL() rule | Ævar Arnfjörð Bjarmason | 1 | -4/+2 |
2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
2017-05-08 | object: convert parse_object* to take struct object_id | brian m. carlson | 1 | -1/+2 |
2017-05-08 | Convert lookup_blob to struct object_id | brian m. carlson | 1 | -1/+1 |
2017-05-08 | Convert remaining callers of lookup_blob to object_id | brian m. carlson | 1 | -14/+14 |
2017-05-08 | pack: convert struct pack_idx_entry to struct object_id | brian m. carlson | 1 | -14/+19 |
2017-04-16 | Merge branch 'jk/loose-object-info-report-error' | Junio C Hamano | 1 | -0/+2 |
2017-04-01 | index-pack: detect local corruption in collision check | Jeff King | 1 | -0/+2 |
2017-03-30 | replace unchecked snprintf calls with heap buffers | Jeff King | 1 | -4/+5 |
2017-03-28 | odb_mkstemp: write filename into strbuf | Jeff King | 1 | -3/+3 |
2017-03-28 | do not check odb_mkstemp return value for errors | Jeff King | 1 | -3/+4 |
2017-03-16 | index-pack: make pointer-alias fallbacks safer | Jeff King | 1 | -8/+12 |
2017-03-16 | replace snprintf with odb_pack_name() | Jeff King | 1 | -16/+11 |
2017-03-16 | odb_pack_keep(): stop generating keepfile name | Jeff King | 1 | -3/+3 |
2016-12-16 | index-pack: skip collision check when not in repository | Jeff King | 1 | -4/+6 |
2016-12-16 | index-pack: complain when --stdin is used outside of a repo | Jeff King | 1 | -0/+2 |
2016-09-29 | use QSORT, part 2 | René Scharfe | 1 | -2/+1 |
2016-09-29 | use QSORT | René Scharfe | 1 | -5/+3 |
2016-08-24 | index-pack: add --max-input-size=<size> option | Jeff King | 1 | -0/+5 |
2016-08-03 | Merge branch 'jk/push-progress' | Junio C Hamano | 1 | -1/+9 |
2016-07-20 | receive-pack: send keepalives during quiet periods | Jeff King | 1 | -0/+5 |
2016-07-20 | index-pack: add flag for showing delta-resolution progress | Jeff King | 1 | -1/+4 |
2016-07-13 | index-pack: correct "offset" type in unpack_entry_data() | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2016-07-13 | index-pack: report correct bad object offsets even if they are large | Nguyễn Thái Ngọc Duy | 1 | -3/+4 |
2016-07-13 | index-pack: correct "len" type in unpack_data() | Nguyễn Thái Ngọc Duy | 1 | -7/+7 |
2016-05-26 | Merge branch 'va/i18n-misc-updates' into maint | Junio C Hamano | 1 | -1/+3 |
2016-05-17 | Merge branch 'va/i18n-misc-updates' | Junio C Hamano | 1 | -1/+3 |
2016-04-14 | Merge branch 'jc/index-pack' into maint | Junio C Hamano | 1 | -18/+17 |
2016-04-08 | i18n: index-pack: use plural string instead of normal one | Vasco Almeida | 1 | -1/+3 |
2016-04-03 | Merge branch 'jc/index-pack' | Junio C Hamano | 1 | -18/+17 |
2016-04-03 | Merge branch 'jc/maint-index-pack-keep' | Junio C Hamano | 1 | -1/+1 |
2016-03-04 | Merge branch 'jk/pack-idx-corruption-safety' | Junio C Hamano | 1 | -0/+1 |
2016-03-03 | index-pack: add a helper function to derive .idx/.keep filename | Junio C Hamano | 1 | -18/+17 |
2016-03-03 | Merge branch 'jc/maint-index-pack-keep' into jc/index-pack | Junio C Hamano | 1 | -1/+1 |
2016-03-03 | index-pack: correct --keep[=<msg>] | Junio C Hamano | 1 | -1/+1 |
2016-02-25 | nth_packed_object_offset: bounds-check extended offset | Jeff King | 1 | -0/+1 |
2016-02-22 | use st_add and st_mult for allocation size computation | Jeff King | 1 | -2/+2 |
2016-02-22 | convert trivial cases to ALLOC_ARRAY | Jeff King | 1 | -2/+2 |
2015-11-20 | Remove get_object_hash. | brian m. carlson | 1 | -1/+1 |
2015-11-20 | Convert struct object to object_id | brian m. carlson | 1 | -4/+4 |
2015-11-20 | Add several uses of get_object_hash. | brian m. carlson | 1 | -1/+1 |
2015-09-25 | use xsnprintf for generating git object headers | Jeff King | 1 | -1/+1 |