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
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-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
2022-09-20Merge branch 'vd/scalar-to-main'Junio C Hamano
2022-09-02scalar: include in standard Git build & installationVictoria Dye
2022-09-02scalar: fix command documentation section headerVictoria Dye
2022-09-01test-lib: replace chainlint.sed with chainlint.plEric Sunshine
2022-08-30Merge branch 'jd/prompt-show-conflict'Junio C Hamano
2022-08-30Merge branch 'vd/scalar-enables-fsmonitor'Junio C Hamano
2022-08-26Merge branch 'vd/scalar-generalize-diagnose'Junio C Hamano
2022-08-19git-prompt: show presence of unresolved conflicts at command promptJustin Donnelly
2022-08-19scalar unregister: stop FSMonitor daemonJohannes Schindelin
2022-08-19scalar: enable built-in FSMonitor on `register`Matthew John Cheetham
2022-08-19scalar: move config setting logic into its own functionVictoria Dye
2022-08-19scalar-delete: do not 'die()' in 'delete_enlistment()'Victoria Dye
2022-08-19scalar-[un]register: clearly indicate source of errorVictoria Dye