summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)AuthorFilesLines
2022-12-14Merge branch 'yn/git-jump-emacs'Junio C Hamano2-4/+51
2022-12-01Merge branch 'ab/fewer-the-index-macros'Junio C Hamano1-4/+8
2022-12-01cocci: avoid "should ... be a metavariable" warningsÆvar Arnfjörð Bjarmason1-4/+8
2022-11-30completion: add case-insensitive match of pseudorefsAlison Winters1-3/+11
2022-11-30completion: add optional ignore-case when matching refsAlison Winters1-0/+12
2022-11-28Merge branch 'ab/fewer-the-index-macros'Junio C Hamano2-0/+159
2022-11-27git-jump: invoke emacs/emacsclientYoichi Nakayama1-1/+16
2022-11-27git-jump: move valid-mode check earlierJeff King1-1/+2
2022-11-27git-jump: add an optional argument '--stdout'Yoichi Nakayama2-2/+33
2022-11-23Merge branch 'ab/coccicheck-incremental'Junio C Hamano8-6/+358
2022-11-21cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason2-54/+53
2022-11-21cocci & cache.h: apply variable section of "pending" index-compatibilityÆvar Arnfjörð Bjarmason2-17/+22
2022-11-21cocci & cache.h: apply a selection of "pending" index-compatibilityÆvar Arnfjörð Bjarmason2-15/+15
2022-11-21cocci: add a index-compatibility.pending.cocciÆvar Arnfjörð Bjarmason1-0/+110
2022-11-21cocci & cache.h: remove rarely used "the_index" compat macrosÆvar Arnfjörð Bjarmason1-0/+45
2022-11-07Makefile & test-tool: replace "DC_SHA1" variable with a "define"Ævar Arnfjörð Bjarmason1-2/+0
2022-11-02spatchcache: add a ccache-alike for "spatch"Ævar Arnfjörð Bjarmason2-0/+324
2022-11-02cocci: run against a generated ALL.cocciÆvar Arnfjörð Bjarmason1-0/+13
2022-11-02cocci rules: remove <id>'s from rules that don't need themÆvar Arnfjörð Bjarmason4-4/+4
2022-11-02cocci: optimistically use COMPUTE_HEADER_DEPENDENCIESÆvar Arnfjörð Bjarmason1-0/+16
2022-11-02cocci: make "coccicheck" rule incrementalÆvar Arnfjörð Bjarmason1-1/+1
2022-11-02cocci rules: remove unused "F" metavariable from pending ruleÆvar Arnfjörð Bjarmason1-1/+0
2022-10-30Merge branch 'pb/subtree-split-and-merge-after-squashing-tag-fix'Taylor Blau3-69/+184
2022-10-27Merge branch 'js/cmake-updates'Junio C Hamano1-8/+8
2022-10-21subtree: fix split after annotated tag was squashed mergedPhilippe Blain3-9/+36
2022-10-21subtree: fix squash merging after annotated tag was squashed mergedPhilippe Blain3-15/+86
2022-10-21subtree: process 'git-subtree-split' trailer in separate functionPhilippe Blain1-4/+11
2022-10-21subtree: use named variables instead of "$@" in cmd_pullPhilippe Blain1-2/+4
2022-10-21subtree: define a variable before its first use in 'find_latest_squash'Philippe Blain1-1/+1
2022-10-21subtree: prefix die messages with 'fatal'Philippe Blain2-36/+36
2022-10-21subtree: add 'die_incompatible_opt' function to reduce duplicationPhilippe Blain1-12/+20
2022-10-21subtree: use 'git rev-parse --verify [--quiet]' for better error messagesPhilippe Blain1-3/+3
2022-10-19cmake: increase time-out for a long-running testJohannes Schindelin1-0/+4
2022-10-19cmake: avoid editing t/test-lib.shJohannes Schindelin1-6/+1
2022-10-19cmake: copy the merge tools for testingJohannes Schindelin1-1/+2
2022-10-19cmake: make it easier to diagnose regressions in CTest runsJohannes Schindelin1-1/+1
2022-10-17Merge branch 'ed/fsmonitor-on-networked-macos'Junio C Hamano1-0/+4
2022-10-05fsmonitor: relocate socket file if .git directory is remoteEric DeCosta1-0/+2
2022-10-05fsmonitor: refactor filesystem checks to common interfaceEric DeCosta1-0/+2
2022-09-22osxkeychain: clarify that we ignore unknown linesMatthew John Cheetham1-0/+5
2022-09-22netrc: ignore unknown lines (do not die)Matthew John Cheetham1-1/+4
2022-09-22wincred: ignore unknown lines (do not die)Matthew John Cheetham1-2/+5
2022-09-21t/Makefile: remove 'test-results' on 'make clean'SZEDER Gábor1-0/+1
2022-09-19Merge branch 'vd/scalar-to-main'Junio C Hamano7-1409/+6
2022-09-02scalar: include in standard Git build & installationVictoria Dye7-1409/+6
2022-09-02scalar: fix command documentation section headerVictoria Dye1-2/+2
2022-09-01test-lib: replace chainlint.sed with chainlint.plEric Sunshine1-1/+1
2022-08-29Merge branch 'jd/prompt-show-conflict'Junio C Hamano1-1/+11
2022-08-29Merge branch 'vd/scalar-enables-fsmonitor'Junio C Hamano2-84/+210
2022-08-25Merge branch 'vd/scalar-generalize-diagnose'Junio C Hamano2-269/+10