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-19Merge branch 'aw/complete-case-insensitive'Junio C Hamano
2022-12-14Merge branch 'yn/git-jump-emacs'Junio C Hamano
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-30completion: add case-insensitive match of pseudorefsAlison Winters
2022-11-30completion: add optional ignore-case when matching refsAlison Winters
2022-11-28Merge branch 'ab/fewer-the-index-macros'Junio C Hamano
2022-11-27git-jump: invoke emacs/emacsclientYoichi Nakayama
2022-11-27git-jump: move valid-mode check earlierJeff King
2022-11-27git-jump: add an optional argument '--stdout'Yoichi Nakayama
2022-11-23Merge branch 'ab/coccicheck-incremental'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-08Makefile & test-tool: replace "DC_SHA1" variable with a "define"Æ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-10-31Merge branch 'pb/subtree-split-and-merge-after-squashing-tag-fix'Taylor Blau
2022-10-28Merge branch 'js/cmake-updates'Junio C Hamano
2022-10-21subtree: fix split after annotated tag was squashed mergedPhilippe Blain
2022-10-21subtree: fix squash merging after annotated tag was squashed mergedPhilippe Blain
2022-10-21subtree: process 'git-subtree-split' trailer in separate functionPhilippe Blain
2022-10-21subtree: use named variables instead of "$@" in cmd_pullPhilippe Blain
2022-10-21subtree: define a variable before its first use in 'find_latest_squash'Philippe Blain
2022-10-21subtree: prefix die messages with 'fatal'Philippe Blain
2022-10-21subtree: add 'die_incompatible_opt' function to reduce duplicationPhilippe Blain
2022-10-21subtree: use 'git rev-parse --verify [--quiet]' for better error messagesPhilippe Blain
2022-10-19cmake: increase time-out for a long-running testJohannes Schindelin
2022-10-19cmake: avoid editing t/test-lib.shJohannes Schindelin
2022-10-19cmake: copy the merge tools for testingJohannes Schindelin
2022-10-19cmake: make it easier to diagnose regressions in CTest runsJohannes Schindelin
2022-10-18Merge branch 'ed/fsmonitor-on-networked-macos'Junio C Hamano
2022-10-05fsmonitor: relocate socket file if .git directory is remoteEric DeCosta
2022-10-05fsmonitor: refactor filesystem checks to common interfaceEric DeCosta
2022-09-23osxkeychain: clarify that we ignore unknown linesMatthew John Cheetham
2022-09-23netrc: ignore unknown lines (do not die)Matthew John Cheetham
2022-09-23wincred: ignore unknown lines (do not die)Matthew John Cheetham
2022-09-21t/Makefile: remove 'test-results' on 'make clean'SZEDER Gábor