Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-08-19scalar-unregister: handle error codes greater than 0Victoria Dye
2022-08-19scalar: constrain enlistment searchVictoria Dye
2022-08-12scalar-diagnose: use 'git diagnose --mode=all'Victoria Dye
2022-08-12diagnose.c: add option to configure archive contentsVictoria Dye
2022-08-12scalar-diagnose: move functionality to common locationVictoria Dye
2022-08-12scalar-diagnose: move 'get_disk_info()' to 'compat/'Victoria Dye
2022-08-12scalar-diagnose: add directory to archiver more gentlyVictoria Dye
2022-08-12scalar-diagnose: avoid 32-bit overflow of size_tVictoria Dye
2022-08-12scalar-diagnose: use "$GIT_UNZIP" in testVictoria Dye
2022-08-12Merge branch 'ab/leak-check'Junio C Hamano
2022-08-11Merge branch 'cl/rerere-train-with-no-sign' into maintJunio C Hamano
2022-08-08Merge branch 'ca/unignore-local-installation-on-windows'Junio C Hamano
2022-08-06Merge branch 'ld/osx-keychain-usage-fix' into maintJunio C Hamano
2022-08-01Merge branch 'cl/rerere-train-with-no-sign'Junio C Hamano
2022-07-28test-lib: simplify by removing test_externalÆvar Arnfjörð Bjarmason
2022-07-28tests: move copy/pasted PERL + Test::More checks to a lib-perl.shÆvar Arnfjörð Bjarmason