Age | Commit message (Expand) | Author | Files | Lines |
2019-02-05 | Merge branch 'sg/strbuf-addbuf-cocci' | Junio C Hamano | 1 | -0/+30 |
2019-02-05 | Merge branch 'sb/more-repo-in-api' | Junio C Hamano | 1 | -0/+144 |
2019-01-27 | strbuf.cocci: suggest strbuf_addbuf() to add one strbuf to an other | SZEDER Gábor | 1 | -0/+30 |
2019-01-15 | cache: make oidcpy always copy GIT_MAX_RAWSZ bytes | brian m. carlson | 1 | -30/+0 |
2018-11-14 | pretty: prepare format_commit_message to handle arbitrary repositories | Stefan Beller | 1 | -0/+10 |
2018-11-14 | commit: prepare logmsg_reencode to handle arbitrary repositories | Stefan Beller | 1 | -0/+9 |
2018-11-14 | commit: prepare repo_unuse_commit_buffer to handle any repo | Stefan Beller | 1 | -0/+8 |
2018-11-14 | commit: prepare get_commit_buffer to handle any repo | Stefan Beller | 1 | -0/+8 |
2018-11-14 | commit-reach: prepare in_merge_bases[_many] to handle any repo | Stefan Beller | 1 | -0/+17 |
2018-11-14 | commit-reach: prepare get_merge_bases to handle any repo | Stefan Beller | 1 | -0/+26 |
2018-11-14 | commit: allow parse_commit* to handle any repo | Stefan Beller | 1 | -0/+24 |
2018-11-14 | object-store: prepare has_{sha1, object}_file to handle any repo | Stefan Beller | 1 | -0/+30 |
2018-11-14 | object-store: prepare read_object_file to deal with any repo | Stefan Beller | 1 | -0/+12 |
2018-11-14 | coccicheck: introduce 'pending' semantic patches | SZEDER Gábor | 1 | -0/+41 |
2018-10-30 | Merge branch 'jc/cocci-preincr' | Junio C Hamano | 1 | -0/+5 |
2018-10-24 | cocci: simplify "if (++u > 1)" to "if (u++)" | Junio C Hamano | 1 | -0/+5 |
2018-10-15 | object_id.cocci: match only expressions of type 'struct object_id' | SZEDER Gábor | 1 | -54/+63 |
2018-08-29 | convert "hashcmp() != 0" to "!hasheq()" | Jeff King | 1 | -0/+9 |
2018-08-29 | convert "oidcmp() != 0" to "!oideq()" | Jeff King | 1 | -0/+6 |
2018-08-29 | convert "hashcmp() == 0" to hasheq() | Jeff King | 1 | -0/+9 |
2018-08-29 | convert "oidcmp() == 0" to oideq() | Jeff King | 1 | -0/+6 |
2018-08-29 | coccinelle: use <...> for function exclusion | Jeff King | 2 | -12/+12 |
2018-07-16 | coccinelle: update commit.cocci | Derrick Stolee | 1 | -1/+1 |
2018-05-02 | coccinelle: avoid wrong transformation suggestions from commit.cocci | SZEDER Gábor | 1 | -6/+4 |
2018-04-11 | treewide: replace maybe_tree with accessor methods | Derrick Stolee | 1 | -0/+30 |
2018-02-15 | Merge branch 'rs/cocci-strbuf-addf-to-addstr' | Junio C Hamano | 1 | -16/+1 |
2018-02-02 | cocci: simplify check for trivial format strings | René Scharfe | 1 | -16/+1 |
2018-01-19 | cocci: use format keyword instead of a literal string | René Scharfe | 1 | -1/+2 |
2017-10-02 | coccinelle: remove parentheses that become unnecessary | René Scharfe | 1 | -5/+5 |
2017-07-17 | add MOVE_ARRAY | René Scharfe | 1 | -0/+17 |
2017-06-29 | coccinelle: polish FREE_AND_NULL rules | René Scharfe | 1 | -9/+1 |
2017-06-16 | coccinelle: add a rule to make "expression" code use FREE_AND_NULL() | Ævar Arnfjörð Bjarmason | 1 | -0/+7 |
2017-06-16 | coccinelle: add a rule to make "type" code use FREE_AND_NULL() | Ævar Arnfjörð Bjarmason | 1 | -0/+8 |
2017-03-10 | Merge branch 'rs/strbuf-add-real-path' | Junio C Hamano | 2 | -0/+22 |
2017-02-27 | strbuf: add strbuf_add_real_path() | René Scharfe | 1 | -0/+6 |
2017-02-27 | cocci: use ALLOC_ARRAY | René Scharfe | 1 | -0/+16 |
2017-02-16 | Merge branch 'rs/cocci-check-free-only-null' | Junio C Hamano | 1 | -0/+6 |
2017-02-15 | Merge branch 'rs/swap' | Junio C Hamano | 1 | -0/+28 |
2017-02-11 | cocci: detect useless free(3) calls | René Scharfe | 1 | -0/+6 |
2017-02-02 | Merge branch 'rs/absolute-pathdup' | Junio C Hamano | 1 | -0/+6 |
2017-01-30 | add SWAP macro | René Scharfe | 1 | -0/+28 |
2017-01-26 | abspath: add absolute_pathdup() | René Scharfe | 1 | -0/+6 |
2016-11-01 | Merge branch 'rs/cocci' | Junio C Hamano | 1 | -0/+15 |
2016-11-01 | cocci: avoid self-references in object_id transformations | René Scharfe | 1 | -0/+15 |
2016-10-28 | Merge branch 'jc/cocci-xstrdup-or-null' into maint | Junio C Hamano | 1 | -0/+7 |
2016-10-28 | Merge branch 'rs/cocci' into maint | Junio C Hamano | 4 | -6/+52 |
2016-10-26 | Merge branch 'jc/cocci-xstrdup-or-null' | Junio C Hamano | 1 | -0/+7 |
2016-10-17 | Merge branch 'rs/cocci' | Junio C Hamano | 1 | -0/+5 |
2016-10-12 | cocci: refactor common patterns to use xstrdup_or_null() | Junio C Hamano | 1 | -0/+7 |
2016-10-10 | Merge branch 'rs/qsort' | Junio C Hamano | 1 | -0/+37 |