summaryrefslogtreecommitdiffstats
path: root/contrib
AgeCommit message (Expand)AuthorLines
2023-02-10cocci & cache.h: remove "USE_THE_INDEX_COMPATIBILITY_MACROS"Ævar Arnfjörð Bjarmason-21/+6
2023-02-10cache-tree API: remove redundant update_main_cache_tree()Ævar Arnfjörð Bjarmason-0/+3
2023-02-10cocci & cache-tree.h: migrate "write_cache_as_tree" to "*_index_*"Ævar Arnfjörð Bjarmason-0/+11
2023-02-10cocci & cache.h: apply pending "index_cache_pos" ruleÆvar Arnfjörð Bjarmason-3/+3
2023-02-10cocci & cache.h: fully apply "active_nr" part of index-compatibilityÆvar Arnfjörð Bjarmason-9/+4
2023-01-09use DUP_ARRAYRené Scharfe-0/+7
2022-12-19Merge branch 'aw/complete-case-insensitive'Junio C Hamano-3/+23
2022-12-14Merge branch 'yn/git-jump-emacs'Junio C Hamano-4/+51
2022-12-01Merge branch 'ab/fewer-the-index-macros'Junio C Hamano-4/+8
2022-12-01cocci: avoid "should ... be a metavariable" warningsÆvar Arnfjörð Bjarmason-4/+8
2022-11-30completion: add case-insensitive match of pseudorefsAlison Winters-3/+11
2022-11-30completion: add optional ignore-case when matching refsAlison Winters-0/+12
2022-11-28Merge branch 'ab/fewer-the-index-macros'Junio C Hamano-0/+159
2022-11-27git-jump: invoke emacs/emacsclientYoichi Nakayama-1/+16
2022-11-27git-jump: move valid-mode check earlierJeff King-1/+2
2022-11-27git-jump: add an optional argument '--stdout'Yoichi Nakayama-2/+33
2022-11-23Merge branch 'ab/coccicheck-incremental'Junio C Hamano-6/+358
2022-11-21cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason-54/+53
2022-11-21cocci & cache.h: apply variable section of "pending" index-compatibilityÆvar Arnfjörð Bjarmason-17/+22
2022-11-21cocci & cache.h: apply a selection of "pending" index-compatibilityÆvar Arnfjörð Bjarmason-15/+15
2022-11-21cocci: add a index-compatibility.pending.cocciÆvar Arnfjörð Bjarmason-0/+110
2022-11-21cocci & cache.h: remove rarely used "the_index" compat macrosÆvar Arnfjörð Bjarmason-0/+45
2022-11-07Makefile & test-tool: replace "DC_SHA1" variable with a "define"Ævar Arnfjörð Bjarmason-2/+0
2022-11-02spatchcache: add a ccache-alike for "spatch"Ævar Arnfjörð Bjarmason-0/+324
2022-11-02cocci: run against a generated ALL.cocciÆvar Arnfjörð Bjarmason-0/+13
2022-11-02cocci rules: remove <id>'s from rules that don't need themÆvar Arnfjörð Bjarmason-4/+4
2022-11-02cocci: optimistically use COMPUTE_HEADER_DEPENDENCIESÆvar Arnfjörð Bjarmason-0/+16
2022-11-02cocci: make "coccicheck" rule incrementalÆvar Arnfjörð Bjarmason-1/+1
2022-11-02cocci rules: remove unused "F" metavariable from pending ruleÆvar Arnfjörð Bjarmason-1/+0
2022-10-30Merge branch 'pb/subtree-split-and-merge-after-squashing-tag-fix'Taylor Blau-69/+184
2022-10-27Merge branch 'js/cmake-updates'Junio C Hamano-8/+8
2022-10-21subtree: fix split after annotated tag was squashed mergedPhilippe Blain-9/+36
2022-10-21subtree: fix squash merging after annotated tag was squashed mergedPhilippe Blain-15/+86
2022-10-21subtree: process 'git-subtree-split' trailer in separate functionPhilippe Blain-4/+11
2022-10-21subtree: use named variables instead of "$@" in cmd_pullPhilippe Blain-2/+4
2022-10-21subtree: define a variable before its first use in 'find_latest_squash'Philippe Blain-1/+1
2022-10-21subtree: prefix die messages with 'fatal'Philippe Blain-36/+36
2022-10-21subtree: add 'die_incompatible_opt' function to reduce duplicationPhilippe Blain-12/+20
2022-10-21subtree: use 'git rev-parse --verify [--quiet]' for better error messagesPhilippe Blain-3/+3
2022-10-19cmake: increase time-out for a long-running testJohannes Schindelin-0/+4
2022-10-19cmake: avoid editing t/test-lib.shJohannes Schindelin-6/+1
2022-10-19cmake: copy the merge tools for testingJohannes Schindelin-1/+2
2022-10-19cmake: make it easier to diagnose regressions in CTest runsJohannes Schindelin-1/+1
2022-10-17Merge branch 'ed/fsmonitor-on-networked-macos'Junio C Hamano-0/+4
2022-10-05fsmonitor: relocate socket file if .git directory is remoteEric DeCosta-0/+2
2022-10-05fsmonitor: refactor filesystem checks to common interfaceEric DeCosta-0/+2
2022-09-22osxkeychain: clarify that we ignore unknown linesMatthew John Cheetham-0/+5
2022-09-22netrc: ignore unknown lines (do not die)Matthew John Cheetham-1/+4
2022-09-22wincred: ignore unknown lines (do not die)Matthew John Cheetham-2/+5
2022-09-21t/Makefile: remove 'test-results' on 'make clean'SZEDER Gábor-0/+1