- dfd0a89 cocci & cache.h: remove "USE_THE_INDEX_COMPATIBILITY_MACROS" by Ævar Arnfjörð Bjarmason · 2 years, 1 month ago
- fcb864b cache-tree API: remove redundant update_main_cache_tree() by Ævar Arnfjörð Bjarmason · 2 years, 1 month ago
- 9937086 cocci & cache-tree.h: migrate "write_cache_as_tree" to "*_index_*" by Ævar Arnfjörð Bjarmason · 2 years, 1 month ago
- babed89 cocci & cache.h: apply pending "index_cache_pos" rule by Ævar Arnfjörð Bjarmason · 2 years, 1 month ago
- cec13b9 cocci & cache.h: fully apply "active_nr" part of index-compatibility by Ævar Arnfjörð Bjarmason · 2 years, 1 month ago
- 6e57841 use DUP_ARRAY by René Scharfe · 2 years, 2 months ago
- 805265f Merge branch 'ab/fewer-the-index-macros' by Junio C Hamano · 2 years, 4 months ago
- cddd68a cocci: avoid "should ... be a metavariable" warnings by Ævar Arnfjörð Bjarmason · 2 years, 4 months ago
- 041df69 Merge branch 'ab/fewer-the-index-macros' by Junio C Hamano · 2 years, 4 months ago
- 07047d6 cocci: apply "pending" index-compatibility to some "builtin/*.c" by Ævar Arnfjörð Bjarmason · 2 years, 4 months ago
- dc59418 cocci & cache.h: apply variable section of "pending" index-compatibility by Ævar Arnfjörð Bjarmason · 2 years, 4 months ago
- 031b203 cocci & cache.h: apply a selection of "pending" index-compatibility by Ævar Arnfjörð Bjarmason · 2 years, 4 months ago
- 0e6550a cocci: add a index-compatibility.pending.cocci by Ævar Arnfjörð Bjarmason · 2 years, 4 months ago
- fbc1ed6 cocci & cache.h: remove rarely used "the_index" compat macros by Ævar Arnfjörð Bjarmason · 2 years, 4 months ago
- 6fae3aa spatchcache: add a ccache-alike for "spatch" by Ævar Arnfjörð Bjarmason · 2 years, 5 months ago
- d0e624a cocci: run against a generated ALL.cocci by Ævar Arnfjörð Bjarmason · 2 years, 5 months ago
- 340a4cb cocci rules: remove <id>'s from rules that don't need them by Ævar Arnfjörð Bjarmason · 2 years, 5 months ago
- 316e388 cocci: optimistically use COMPUTE_HEADER_DEPENDENCIES by Ævar Arnfjörð Bjarmason · 2 years, 5 months ago
- f1c903d cocci: make "coccicheck" rule incremental by Ævar Arnfjörð Bjarmason · 2 years, 5 months ago
- 895ae7a cocci rules: remove unused "F" metavariable from pending rule by Ævar Arnfjörð Bjarmason · 2 years, 5 months ago
- 2fb377e Merge branch 'rs/cocci-array-copy' by Junio C Hamano · 2 years, 8 months ago
- f53156f cocci: avoid normalization rules for memcpy by René Scharfe · 2 years, 8 months ago
- 06f5f89 cocci: generalize "unused" rule to cover more than "strbuf" by Ævar Arnfjörð Bjarmason · 2 years, 9 months ago
- 4f40f6c cocci: add and apply a rule to find "unused" strbufs by Ævar Arnfjörð Bjarmason · 2 years, 9 months ago
- f7ff659 cocci: add a "coccicheck-test" target and test *.cocci rules by Ævar Arnfjörð Bjarmason · 2 years, 9 months ago
- 99bbf47 Merge branch 'jc/cocci-cleanup' by Junio C Hamano · 2 years, 9 months ago
- b1299de cocci: retire is_null_sha1() rule by Junio C Hamano · 2 years, 9 months ago
- 2da81d1 Merge branch 'ab/plug-leak-in-revisions' by Junio C Hamano · 2 years, 9 months ago
- 538dc45 Merge branch 'ep/maint-equals-null-cocci' by Junio C Hamano · 2 years, 10 months ago
- 88cbd17 Merge branch 'ab/misc-cleanup' by Junio C Hamano · 2 years, 10 months ago
- 7a61849 contrib/coccinnelle: add equals-null.cocci by Elia Pinto · 2 years, 11 months ago
- 08bdd3a cocci: drop bogus xstrdup_or_null() rule by Junio C Hamano · 2 years, 11 months ago
- bf20fe4 cocci: add and apply free_commit_list() rules by Ævar Arnfjörð Bjarmason · 3 years ago
- 89ef49b object-store.h: remove unused has_sha1_file*() by Ævar Arnfjörð Bjarmason · 3 years ago
- 22184af cocci: allow padding with `strbuf_addf()` by Johannes Schindelin · 3 years ago
- 6346f70 index-pack: use xopen in init_thread by René Scharfe · 3 years, 6 months ago
- 66e905b use xopen() to handle fatal open(2) failures by René Scharfe · 3 years, 7 months ago
- bfcc6e2 Merge branch 'rs/xcalloc-takes-nelem-first' by Junio C Hamano · 4 years ago
- 1c57cc7 cocci: allow xcalloc(1, size) by Junio C Hamano · 4 years ago
- ca56dad use CALLOC_ARRAY by René Scharfe · 4 years ago
- 241b5d3 fix xcalloc() argument order by René Scharfe · 4 years ago
- c49c82a commit: move members graph_pos, generation to a slab by Abhishek Kumar · 4 years, 9 months ago
- f165457 Merge branch 'jk/remove-sha1-to-hex' by Junio C Hamano · 5 years ago
- b19f3fe hex: drop sha1_to_hex() by Jeff King · 5 years ago
- aa6d7f9 hex: drop sha1_to_hex_r() by Jeff King · 5 years ago
- 15beaaa Fix spelling errors in code comments by Elijah Newren · 5 years ago
- 12878c8 coccicheck: detect hashmap_entry.hash assignment by Eric Wong · 5 years ago
- 177fbab coccinelle: use COPY_ARRAY for copying arrays by René Scharfe · 6 years ago
- 0b179f3 Merge branch 'nd/sha1-name-c-wo-the-repository' by Junio C Hamano · 6 years ago
- 301b8c7 commit.c: add repo_get_commit_tree() by Nguyễn Thái Ngọc Duy · 6 years ago
- a133c40 commit.cocci: refactor code, avoid double rewrite by Nguyễn Thái Ngọc Duy · 6 years ago
- 0cf2b0a cocci: FLEX_ALLOC_MEM to FLEX_ALLOC_STR by Denton Liu · 6 years ago
- 5db5627 Merge branch 'sg/strbuf-addbuf-cocci' by Junio C Hamano · 6 years ago
- b99a579 Merge branch 'sb/more-repo-in-api' by Junio C Hamano · 6 years ago
- 28c23cd strbuf.cocci: suggest strbuf_addbuf() to add one strbuf to an other by SZEDER Gábor · 6 years ago
- 974e4a8 cache: make oidcpy always copy GIT_MAX_RAWSZ bytes by brian m. carlson · 6 years ago
- f54fbf5 pretty: prepare format_commit_message to handle arbitrary repositories by Stefan Beller · 6 years ago
- 424510e commit: prepare logmsg_reencode to handle arbitrary repositories by Stefan Beller · 6 years ago
- 7031537 commit: prepare repo_unuse_commit_buffer to handle any repo by Stefan Beller · 6 years ago
- 07de3fd commit: prepare get_commit_buffer to handle any repo by Stefan Beller · 6 years ago
- 4d5430f commit-reach: prepare in_merge_bases[_many] to handle any repo by Stefan Beller · 6 years ago
- 21a9651 commit-reach: prepare get_merge_bases to handle any repo by Stefan Beller · 6 years ago
- 9e5252a commit: allow parse_commit* to handle any repo by Stefan Beller · 6 years ago
- 9b45f49 object-store: prepare has_{sha1, object}_file to handle any repo by Stefan Beller · 6 years ago
- afd69dc object-store: prepare read_object_file to deal with any repo by Stefan Beller · 6 years ago
- dd5d052 coccicheck: introduce 'pending' semantic patches by SZEDER Gábor · 6 years ago
- da3e075 Merge branch 'jc/cocci-preincr' by Junio C Hamano · 6 years ago
- 05b4ed6 cocci: simplify "if (++u > 1)" to "if (u++)" by Junio C Hamano · 6 years ago
- 6afedba object_id.cocci: match only expressions of type 'struct object_id' by SZEDER Gábor · 6 years ago
- 67947c3 convert "hashcmp() != 0" to "!hasheq()" by Jeff King · 7 years ago
- 9001dc2 convert "oidcmp() != 0" to "!oideq()" by Jeff King · 7 years ago
- e3ff068 convert "hashcmp() == 0" to hasheq() by Jeff King · 7 years ago
- 4a7e27e convert "oidcmp() == 0" to oideq() by Jeff King · 7 years ago
- 4d168e7 coccinelle: use <...> for function exclusion by Jeff King · 7 years ago
- b18ef13 coccinelle: update commit.cocci by Derrick Stolee · 7 years ago
- 279ffad coccinelle: avoid wrong transformation suggestions from commit.cocci by SZEDER Gábor · 7 years ago
- 2e27bd7 treewide: replace maybe_tree with accessor methods by Derrick Stolee · 7 years ago
- ab66fc2 Merge branch 'rs/cocci-strbuf-addf-to-addstr' by Junio C Hamano · 7 years ago
- ae239fc cocci: simplify check for trivial format strings by René Scharfe · 7 years ago
- cd9a4b6 cocci: use format keyword instead of a literal string by René Scharfe · 7 years ago
- 9ca356f coccinelle: remove parentheses that become unnecessary by René Scharfe · 7 years ago
- 5783980 add MOVE_ARRAY by René Scharfe · 8 years ago
- 76d8d45 coccinelle: polish FREE_AND_NULL rules by René Scharfe · 8 years ago
- 1b83d12 coccinelle: add a rule to make "expression" code use FREE_AND_NULL() by Ævar Arnfjörð Bjarmason · 8 years ago
- cf9f49e coccinelle: add a rule to make "type" code use FREE_AND_NULL() by Ævar Arnfjörð Bjarmason · 8 years ago
- fc32293 Merge branch 'rs/strbuf-add-real-path' by Junio C Hamano · 8 years ago
- 33ad9dd strbuf: add strbuf_add_real_path() by René Scharfe · 8 years ago
- 3f64699 cocci: use ALLOC_ARRAY by René Scharfe · 8 years ago
- 0078a75 Merge branch 'rs/cocci-check-free-only-null' by Junio C Hamano · 8 years ago
- cbf1860 Merge branch 'rs/swap' by Junio C Hamano · 8 years ago
- ec6cd14 cocci: detect useless free(3) calls by René Scharfe · 8 years ago
- 6f1c08b Merge branch 'rs/absolute-pathdup' by Junio C Hamano · 8 years ago
- 568edcb add SWAP macro by René Scharfe · 8 years ago
- b1edb40 abspath: add absolute_pathdup() by René Scharfe · 8 years ago
- bcb4425 Merge branch 'rs/cocci' by Junio C Hamano · 8 years ago
- c2bb0c1 cocci: avoid self-references in object_id transformations by René Scharfe · 8 years ago
- 334c2a1 Merge branch 'jc/cocci-xstrdup-or-null' into maint by Junio C Hamano · 8 years ago
- c8fd220 Merge branch 'rs/cocci' into maint by Junio C Hamano · 8 years ago
- a039738 Merge branch 'jc/cocci-xstrdup-or-null' by Junio C Hamano · 8 years ago
- 69e6544 Merge branch 'rs/cocci' by Junio C Hamano · 8 years ago