Age | Commit message (Expand) | Author | Files | Lines |
2018-03-14 | sha1_file: convert read_sha1_file to struct object_id | brian m. carlson | 1 | -3/+3 |
2018-03-14 | sha1_file: convert assert_sha1_type to object_id | brian m. carlson | 1 | -1/+1 |
2018-03-06 | Merge branch 'bw/c-plus-plus' | Junio C Hamano | 1 | -10/+10 |
2018-02-22 | commit: rename 'new' variables | Brandon Williams | 1 | -9/+9 |
2018-02-15 | Merge branch 'po/object-id' | Junio C Hamano | 1 | -8/+7 |
2018-02-14 | object: rename function 'typename' to 'type_name' | Brandon Williams | 1 | -1/+1 |
2018-02-13 | Merge branch 'sg/cocci-move-array' | Junio C Hamano | 1 | -4/+2 |
2018-01-30 | sha1_file: convert write_sha1_file to object_id | Patryk Obara | 1 | -1/+1 |
2018-01-30 | commit: convert commit_tree* to object_id | Patryk Obara | 1 | -8/+7 |
2018-01-22 | Use MOVE_ARRAY | SZEDER Gábor | 1 | -4/+2 |
2017-12-28 | commit: remove unused function clear_commit_marks_for_object_array() | René Scharfe | 1 | -14/+0 |
2017-12-28 | commit: use clear_commit_marks_many() in remove_redundant() | René Scharfe | 1 | -2/+1 |
2017-12-28 | commit: avoid allocation in clear_commit_marks_many() | René Scharfe | 1 | -1/+1 |
2017-11-08 | reduce_heads: fix memory leaks | Martin Ågren | 1 | -0/+7 |
2017-09-29 | Merge branch 'ma/leakplugs' | Junio C Hamano | 1 | -0/+1 |
2017-09-24 | commit: fix memory leak in `reduce_heads()` | Martin Ågren | 1 | -0/+1 |
2017-09-19 | Merge branch 'rs/strbuf-leakfix' | Junio C Hamano | 1 | -2/+5 |
2017-09-07 | commit: release strbuf on error return in commit_tree_extended() | Rene Scharfe | 1 | -2/+5 |
2017-08-18 | commit: rewrite read_graft_line | Patryk Obara | 1 | -15/+21 |
2017-08-18 | commit: allocate array using object_id size | Patryk Obara | 1 | -1/+2 |
2017-08-18 | commit: replace the raw buffer with strbuf in read_graft_line | Patryk Obara | 1 | -12/+11 |
2017-08-11 | Merge branch 'rs/move-array' | Junio C Hamano | 1 | -3/+2 |
2017-07-17 | use MOVE_ARRAY | René Scharfe | 1 | -3/+2 |
2017-07-17 | sha1_name: convert get_sha1* to get_oid* | brian m. carlson | 1 | -2/+2 |
2017-07-13 | commit: convert lookup_commit_graft to struct object_id | Stefan Beller | 1 | -3/+3 |
2017-06-16 | coccinelle: make use of the "type" FREE_AND_NULL() rule | Ævar Arnfjörð Bjarmason | 1 | -2/+1 |
2017-06-13 | Merge branch 'nd/fopen-errors' | Junio C Hamano | 1 | -1/+1 |
2017-05-29 | Merge branch 'bm/interpret-trailers-cut-line-is-eom' | Junio C Hamano | 1 | -6/+7 |
2017-05-29 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -19/+19 |
2017-05-26 | wrapper.c: add and use fopen_or_warn() | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2017-05-18 | interpret-trailers: honor the cut line | Brian Malehorn | 1 | -6/+7 |
2017-05-08 | object: convert parse_object* to take struct object_id | brian m. carlson | 1 | -2/+2 |
2017-05-08 | Convert lookup_tree to struct object_id | brian m. carlson | 1 | -1/+1 |
2017-05-08 | Convert lookup_commit* to struct object_id | brian m. carlson | 1 | -15/+15 |
2017-05-08 | shallow: convert shallow registration functions to object_id | brian m. carlson | 1 | -2/+2 |
2017-04-27 | timestamp_t: a new data type for timestamps | Johannes Schindelin | 1 | -6/+6 |
2017-04-23 | parse_timestamp(): specify explicitly where we parse timestamps | Johannes Schindelin | 1 | -3/+3 |
2017-03-10 | Merge branch 'rs/commit-parsing-optim' | Junio C Hamano | 1 | -12/+10 |
2017-02-27 | commit: don't check for space twice when looking for header | René Scharfe | 1 | -10/+8 |
2017-02-27 | commit: be more precise when searching for headers | René Scharfe | 1 | -2/+2 |
2017-02-01 | commit.c: use strchrnul() to scan for one line | Junio C Hamano | 1 | -2/+1 |
2016-11-29 | commit: make ignore_non_trailer take buf/len | Jonathan Tan | 1 | -11/+11 |
2016-10-11 | Merge branch 'rs/copy-array' into maint | Junio C Hamano | 1 | -1/+1 |
2016-10-03 | Merge branch 'rs/copy-array' | Junio C Hamano | 1 | -1/+1 |
2016-09-25 | use COPY_ARRAY | René Scharfe | 1 | -1/+1 |
2016-09-19 | i18n: commit: mark message for translation | Vasco Almeida | 1 | -4/+4 |
2016-08-19 | Merge branch 'rs/pull-signed-tag' | Junio C Hamano | 1 | -7/+11 |
2016-08-13 | commit: use FLEX_ARRAY in struct merge_remote_desc | René Scharfe | 1 | -2/+1 |
2016-08-13 | commit: factor out set_merge_remote_desc() | René Scharfe | 1 | -7/+12 |
2016-08-13 | commit: use xstrdup() in get_merge_parent() | René Scharfe | 1 | -1/+1 |