Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-10cocci & cache.h: remove "USE_THE_INDEX_COMPATIBILITY_MACROS"Ævar Arnfjörð Bjarmason
2023-02-10cache-tree API: remove redundant update_main_cache_tree()Ævar Arnfjörð Bjarmason
2023-02-10cocci & cache-tree.h: migrate "write_cache_as_tree" to "*_index_*"Ævar Arnfjörð Bjarmason
2023-02-10cocci & cache.h: apply pending "index_cache_pos" ruleÆvar Arnfjörð Bjarmason
2023-02-10cocci & cache.h: fully apply "active_nr" part of index-compatibilityÆvar Arnfjörð Bjarmason
2023-01-09use DUP_ARRAYRené Scharfe
2022-12-01Merge branch 'ab/fewer-the-index-macros'Junio C Hamano
2022-12-01cocci: avoid "should ... be a metavariable" warningsÆvar Arnfjörð Bjarmason
2022-11-28Merge branch 'ab/fewer-the-index-macros'Junio C Hamano
2022-11-21cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason
2022-11-21cocci & cache.h: apply variable section of "pending" index-compatibilityÆvar Arnfjörð Bjarmason
2022-11-21cocci & cache.h: apply a selection of "pending" index-compatibilityÆvar Arnfjörð Bjarmason
2022-11-21cocci: add a index-compatibility.pending.cocciÆvar Arnfjörð Bjarmason
2022-11-21cocci & cache.h: remove rarely used "the_index" compat macrosÆvar Arnfjörð Bjarmason
2022-11-03spatchcache: add a ccache-alike for "spatch"Ævar Arnfjörð Bjarmason
2022-11-03cocci: run against a generated ALL.cocciÆvar Arnfjörð Bjarmason
2022-11-03cocci rules: remove <id>'s from rules that don't need themÆvar Arnfjörð Bjarmason
2022-11-03cocci: optimistically use COMPUTE_HEADER_DEPENDENCIESÆvar Arnfjörð Bjarmason
2022-11-03cocci: make "coccicheck" rule incrementalÆvar Arnfjörð Bjarmason
2022-11-03cocci rules: remove unused "F" metavariable from pending ruleÆvar Arnfjörð Bjarmason
2022-07-20Merge branch 'rs/cocci-array-copy'Junio C Hamano
2022-07-11cocci: avoid normalization rules for memcpyRené Scharfe
2022-07-06cocci: generalize "unused" rule to cover more than "strbuf"Ævar Arnfjörð Bjarmason
2022-07-06cocci: add and apply a rule to find "unused" strbufsÆvar Arnfjörð Bjarmason
2022-07-06cocci: add a "coccicheck-test" target and test *.cocci rulesÆvar Arnfjörð Bjarmason
2022-06-17Merge branch 'jc/cocci-cleanup'Junio C Hamano
2022-06-08cocci: retire is_null_sha1() ruleJunio C Hamano
2022-06-08Merge branch 'ab/plug-leak-in-revisions'Junio C Hamano
2022-05-21Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano
2022-05-11Merge branch 'ab/misc-cleanup'Junio C Hamano
2022-05-02contrib/coccinnelle: add equals-null.cocciElia Pinto
2022-05-01cocci: drop bogus xstrdup_or_null() ruleJunio C Hamano
2022-04-14cocci: add and apply free_commit_list() rulesÆvar Arnfjörð Bjarmason
2022-04-01object-store.h: remove unused has_sha1_file*()Ævar Arnfjörð Bjarmason
2022-03-23cocci: allow padding with `strbuf_addf()`Johannes Schindelin
2021-09-11index-pack: use xopen in init_threadRené Scharfe
2021-08-26use xopen() to handle fatal open(2) failuresRené Scharfe
2021-03-20Merge branch 'rs/xcalloc-takes-nelem-first'Junio C Hamano
2021-03-16cocci: allow xcalloc(1, size)Junio C Hamano
2021-03-14use CALLOC_ARRAYRené Scharfe
2021-03-08fix xcalloc() argument orderRené Scharfe
2020-06-18commit: move members graph_pos, generation to a slabAbhishek Kumar
2019-12-01Merge branch 'jk/remove-sha1-to-hex'Junio C Hamano
2019-11-13hex: drop sha1_to_hex()Jeff King
2019-11-11hex: drop sha1_to_hex_r()Jeff King
2019-11-10Fix spelling errors in code commentsElijah Newren
2019-10-07coccicheck: detect hashmap_entry.hash assignmentEric Wong
2019-06-18coccinelle: use COPY_ARRAY for copying arraysRené Scharfe
2019-05-08Merge branch 'nd/sha1-name-c-wo-the-repository'Junio C Hamano
2019-04-16commit.c: add repo_get_commit_tree()Nguyễn Thái Ngọc Duy