summaryrefslogtreecommitdiffstats
path: root/contrib (follow)
Commit message (Expand)AuthorAgeFilesLines
* cocci & cache.h: remove "USE_THE_INDEX_COMPATIBILITY_MACROS"Ævar Arnfjörð Bjarmason2023-02-102-21/+6
* cache-tree API: remove redundant update_main_cache_tree()Ævar Arnfjörð Bjarmason2023-02-101-0/+3
* cocci & cache-tree.h: migrate "write_cache_as_tree" to "*_index_*"Ævar Arnfjörð Bjarmason2023-02-101-0/+11
* cocci & cache.h: apply pending "index_cache_pos" ruleÆvar Arnfjörð Bjarmason2023-02-102-3/+3
* cocci & cache.h: fully apply "active_nr" part of index-compatibilityÆvar Arnfjörð Bjarmason2023-02-101-9/+4
* use DUP_ARRAYRené Scharfe2023-01-091-0/+7
* Merge branch 'aw/complete-case-insensitive'Junio C Hamano2022-12-191-3/+23
|\
| * completion: add case-insensitive match of pseudorefsAlison Winters2022-11-301-3/+11
| * completion: add optional ignore-case when matching refsAlison Winters2022-11-301-0/+12
* | Merge branch 'yn/git-jump-emacs'Junio C Hamano2022-12-142-4/+51
|\ \
| * | git-jump: invoke emacs/emacsclientYoichi Nakayama2022-11-271-1/+16
| * | git-jump: move valid-mode check earlierJeff King2022-11-271-1/+2
| * | git-jump: add an optional argument '--stdout'Yoichi Nakayama2022-11-272-2/+33
* | | Merge branch 'ab/fewer-the-index-macros'Junio C Hamano2022-12-011-4/+8
|\ \ \
| * | | cocci: avoid "should ... be a metavariable" warningsÆvar Arnfjörð Bjarmason2022-11-301-4/+8
* | | | Merge branch 'ab/fewer-the-index-macros'Junio C Hamano2022-11-282-0/+159
|\| | |
| * | | cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason2022-11-212-54/+53
| * | | cocci & cache.h: apply variable section of "pending" index-compatibilityÆvar Arnfjörð Bjarmason2022-11-212-17/+22
| * | | cocci & cache.h: apply a selection of "pending" index-compatibilityÆvar Arnfjörð Bjarmason2022-11-212-15/+15
| * | | cocci: add a index-compatibility.pending.cocciÆvar Arnfjörð Bjarmason2022-11-211-0/+110
| * | | cocci & cache.h: remove rarely used "the_index" compat macrosÆvar Arnfjörð Bjarmason2022-11-211-0/+45
| |/ /
* | | Merge branch 'ab/coccicheck-incremental'Junio C Hamano2022-11-238-6/+358
|\ \ \ | |/ / |/| |
| * | spatchcache: add a ccache-alike for "spatch"Ævar Arnfjörð Bjarmason2022-11-032-0/+324
| * | cocci: run against a generated ALL.cocciÆvar Arnfjörð Bjarmason2022-11-031-0/+13
| * | cocci rules: remove <id>'s from rules that don't need themÆvar Arnfjörð Bjarmason2022-11-034-4/+4
| * | cocci: optimistically use COMPUTE_HEADER_DEPENDENCIESÆvar Arnfjörð Bjarmason2022-11-031-0/+16
| * | cocci: make "coccicheck" rule incrementalÆvar Arnfjörð Bjarmason2022-11-031-1/+1
| * | cocci rules: remove unused "F" metavariable from pending ruleÆvar Arnfjörð Bjarmason2022-11-031-1/+0
* | | Makefile & test-tool: replace "DC_SHA1" variable with a "define"Ævar Arnfjörð Bjarmason2022-11-081-2/+0
| |/ |/|
* | Merge branch 'pb/subtree-split-and-merge-after-squashing-tag-fix'Taylor Blau2022-10-313-69/+184
|\ \
| * | subtree: fix split after annotated tag was squashed mergedPhilippe Blain2022-10-213-9/+36
| * | subtree: fix squash merging after annotated tag was squashed mergedPhilippe Blain2022-10-213-15/+86
| * | subtree: process 'git-subtree-split' trailer in separate functionPhilippe Blain2022-10-211-4/+11
| * | subtree: use named variables instead of "$@" in cmd_pullPhilippe Blain2022-10-211-2/+4
| * | subtree: define a variable before its first use in 'find_latest_squash'Philippe Blain2022-10-211-1/+1
| * | subtree: prefix die messages with 'fatal'Philippe Blain2022-10-212-36/+36
| * | subtree: add 'die_incompatible_opt' function to reduce duplicationPhilippe Blain2022-10-211-12/+20
| * | subtree: use 'git rev-parse --verify [--quiet]' for better error messagesPhilippe Blain2022-10-211-3/+3
* | | Merge branch 'js/cmake-updates'Junio C Hamano2022-10-271-8/+8
|\ \ \ | |/ / |/| |
| * | cmake: increase time-out for a long-running testJohannes Schindelin2022-10-191-0/+4
| * | cmake: avoid editing t/test-lib.shJohannes Schindelin2022-10-191-6/+1
| * | cmake: copy the merge tools for testingJohannes Schindelin2022-10-191-1/+2
| * | cmake: make it easier to diagnose regressions in CTest runsJohannes Schindelin2022-10-191-1/+1
| * | Merge branch 'cl/rerere-train-with-no-sign' into maintJunio C Hamano2022-08-111-1/+1
| |\ \
| * \ \ Merge branch 'ld/osx-keychain-usage-fix' into maintJunio C Hamano2022-08-061-1/+1
| |\ \ \
* | \ \ \ Merge branch 'ed/fsmonitor-on-networked-macos'Junio C Hamano2022-10-171-0/+4
|\ \ \ \ \
| * | | | | fsmonitor: relocate socket file if .git directory is remoteEric DeCosta2022-10-051-0/+2
| * | | | | fsmonitor: refactor filesystem checks to common interfaceEric DeCosta2022-10-051-0/+2
* | | | | | osxkeychain: clarify that we ignore unknown linesMatthew John Cheetham2022-09-221-0/+5
* | | | | | netrc: ignore unknown lines (do not die)Matthew John Cheetham2022-09-221-1/+4