Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- Re: [PATCH v3 25/29] CI: set CC in MAKEFLAGS directly, don't add it to the environment, (continued)
- [PATCH v3 28/29] CI: don't use "set -x" in "ci/lib.sh" output, Ævar Arnfjörð Bjarmason
- [PATCH v3 27/29] CI: set PYTHON_PATH setting for osx-{clang,gcc} into "$jobname" case, Ævar Arnfjörð Bjarmason
- [PATCH v3 29/29] CI: make it easy to use ci/*.sh outside of CI, Ævar Arnfjörð Bjarmason
- Re: [PATCH v3 00/29] CI: run "make" in CI "steps", improve UX, Junio C Hamano
- [PATCH v4 00/31] CI: run "make" in CI "steps", improve UX, Ævar Arnfjörð Bjarmason
- [PATCH v4 01/31] CI: run "set -ex" early in ci/lib.sh, Ævar Arnfjörð Bjarmason
- [PATCH v4 02/31] CI: make "$jobname" explicit, remove fallback, Ævar Arnfjörð Bjarmason
- [PATCH v4 03/31] CI: remove more dead Travis CI support, Ævar Arnfjörð Bjarmason
- [PATCH v4 05/31] CI: remove unused Azure ci/* code, Ævar Arnfjörð Bjarmason
- [PATCH v4 04/31] CI: remove dead "tree skipping" code, Ævar Arnfjörð Bjarmason
- [PATCH v4 06/31] CI/lib.sh: stop adding leading whitespace to $MAKEFLAGS, Ævar Arnfjörð Bjarmason
- [PATCH v4 07/31] CI: don't have "git grep" invoke a pager in tree content check, Ævar Arnfjörð Bjarmason
- [PATCH v4 08/31] CI: have "static-analysis" run a "make ci-static-analysis" target, Ævar Arnfjörð Bjarmason
- [PATCH v4 13/31] CI: remove "run-build-and-tests.sh", run "make [test]" directly, Ævar Arnfjörð Bjarmason
- [PATCH v4 14/31] ci/lib.sh: use "test" instead of "[", Ævar Arnfjörð Bjarmason
- [PATCH v4 12/31] CI: export variables via a wrapper, Ævar Arnfjörð Bjarmason
- [PATCH v4 11/31] CI: consistently use "export" in ci/lib.sh, Ævar Arnfjörð Bjarmason
- [PATCH v4 16/31] CI: invoke "make artifacts-tar" directly in windows-build, Ævar Arnfjörð Bjarmason
- [PATCH v4 17/31] CI: split up and reduce "ci/test-documentation.sh", Ævar Arnfjörð Bjarmason
- [PATCH v4 19/31] CI: combine ci/install{,-docker}-dependencies.sh, Ævar Arnfjörð Bjarmason
- [PATCH v4 18/31] CI: make ci/install-dependencies.sh POSIX-compatible, Ævar Arnfjörð Bjarmason
- [PATCH v4 20/31] CI: move "env" definitions into ci/lib.sh, Ævar Arnfjörð Bjarmason
- [PATCH v4 21/31] ci/run-test-slice.sh: replace shelling out with "echo", Ævar Arnfjörð Bjarmason
- [PATCH v4 22/31] CI: pre-select test slice in Windows & VS tests, Ævar Arnfjörð Bjarmason
- [PATCH v4 25/31] CI: add more variables to MAKEFLAGS, except under vs-build, Ævar Arnfjörð Bjarmason
- [PATCH v4 27/31] CI: set SANITIZE=leak in MAKEFLAGS directly, Ævar Arnfjörð Bjarmason
- [PATCH v4 29/31] CI: don't use "set -x" in "ci/lib.sh" output, Ævar Arnfjörð Bjarmason
- [PATCH v4 28/31] CI: set PYTHON_PATH setting for osx-{clang,gcc} into "$jobname" case, Ævar Arnfjörð Bjarmason
- [PATCH v4 26/31] CI: set CC in MAKEFLAGS directly, don't add it to the environment, Ævar Arnfjörð Bjarmason
- [PATCH v4 31/31] CI: make it easy to use ci/*.sh outside of CI, Ævar Arnfjörð Bjarmason
- [PATCH v4 09/31] CI: have "static-analysis" run "check-builtins", not "documentation", Ævar Arnfjörð Bjarmason
- [PATCH v4 10/31] CI: move p4 and git-lfs variables to ci/install-dependencies.sh, Ævar Arnfjörð Bjarmason
- [PATCH v4 15/31] CI: check ignored unignored build artifacts in "win[+VS] build" too, Ævar Arnfjörð Bjarmason
- [PATCH v4 30/31] CI: have osx-gcc use gcc, not clang, Ævar Arnfjörð Bjarmason
- [PATCH v4 24/31] CI: narrow down variable definitions in --build and --test, Ævar Arnfjörð Bjarmason
- [PATCH v4 23/31] CI: only invoke ci/lib.sh as "steps" in main.yml, Ævar Arnfjörð Bjarmason
- [PATCH v5 00/29] CI: run "make" in CI "steps", improve UX, Ævar Arnfjörð Bjarmason
- [PATCH v5 01/29] CI: run "set -ex" early in ci/lib.sh, Ævar Arnfjörð Bjarmason
- [PATCH v5 04/29] CI: remove dead "tree skipping" code, Ævar Arnfjörð Bjarmason
- [PATCH v5 10/29] CI: move p4 and git-lfs variables to ci/install-dependencies.sh, Ævar Arnfjörð Bjarmason
- [PATCH v5 11/29] CI: consistently use "export" in ci/lib.sh, Ævar Arnfjörð Bjarmason
- [PATCH v5 02/29] CI: make "$jobname" explicit, remove fallback, Ævar Arnfjörð Bjarmason
- [PATCH v5 05/29] CI: remove unused Azure ci/* code, Ævar Arnfjörð Bjarmason
- [PATCH v5 09/29] CI: have "static-analysis" run "check-builtins", not "documentation", Ævar Arnfjörð Bjarmason
- [PATCH v5 03/29] CI: remove more dead Travis CI support, Ævar Arnfjörð Bjarmason
- [PATCH v5 08/29] CI: have "static-analysis" run a "make ci-static-analysis" target, Ævar Arnfjörð Bjarmason
- [PATCH v5 06/29] CI/lib.sh: stop adding leading whitespace to $MAKEFLAGS, Ævar Arnfjörð Bjarmason
- [PATCH v5 07/29] CI: don't have "git grep" invoke a pager in tree content check, Ævar Arnfjörð Bjarmason
- [PATCH v5 12/29] CI: export variables via a wrapper, Ævar Arnfjörð Bjarmason
- [PATCH v5 13/29] CI: remove "run-build-and-tests.sh", run "make [test]" directly, Ævar Arnfjörð Bjarmason
- [PATCH v5 18/29] CI: combine ci/install{,-docker}-dependencies.sh, Ævar Arnfjörð Bjarmason
- [PATCH v5 16/29] CI: invoke "make artifacts-tar" directly in windows-build, Ævar Arnfjörð Bjarmason
- [PATCH v5 14/29] CI: make ci/{lib,install-dependencies}.sh POSIX-compatible, Ævar Arnfjörð Bjarmason
- [PATCH v5 17/29] CI: split up and reduce "ci/test-documentation.sh", Ævar Arnfjörð Bjarmason
- [PATCH v5 19/29] CI: move "env" definitions into ci/lib.sh, Ævar Arnfjörð Bjarmason
- [PATCH v5 28/29] CI: don't use "set -x" in "ci/lib.sh" output, Ævar Arnfjörð Bjarmason
- [PATCH v5 20/29] ci/run-test-slice.sh: replace shelling out with "echo", Ævar Arnfjörð Bjarmason
- [PATCH v5 23/29] CI: narrow down variable definitions in --build and --test, Ævar Arnfjörð Bjarmason
- [PATCH v5 26/29] CI: set SANITIZE=leak in MAKEFLAGS directly, Ævar Arnfjörð Bjarmason
- [PATCH v5 25/29] CI: set CC in MAKEFLAGS directly, don't add it to the environment, Ævar Arnfjörð Bjarmason
- [PATCH v5 24/29] CI: add more variables to MAKEFLAGS, except under vs-build, Ævar Arnfjörð Bjarmason
- [PATCH v5 22/29] CI: only invoke ci/lib.sh as "steps" in main.yml, Ævar Arnfjörð Bjarmason
- [PATCH v5 15/29] CI: check ignored unignored build artifacts in "win[+VS] build" too, Ævar Arnfjörð Bjarmason
- [PATCH v5 27/29] CI: set PYTHON_PATH setting for osx-{clang,gcc} into "$jobname" case, Ævar Arnfjörð Bjarmason
- [PATCH v5 29/29] CI: make it easy to use ci/*.sh outside of CI, Ævar Arnfjörð Bjarmason
- [PATCH v5 21/29] CI: pre-select test slice in Windows & VS tests, Ævar Arnfjörð Bjarmason
- [PATCH v6 00/29] CI: run "make" in CI "steps", improve UX, Ævar Arnfjörð Bjarmason
- [PATCH v6 02/29] CI: make "$jobname" explicit, remove fallback, Ævar Arnfjörð Bjarmason
- [PATCH v6 01/29] CI: run "set -ex" early in ci/lib.sh, Ævar Arnfjörð Bjarmason
- [PATCH v6 26/29] CI: set SANITIZE=leak in MAKEFLAGS directly, Ævar Arnfjörð Bjarmason
- [PATCH v6 09/29] CI: have "static-analysis" run "check-builtins", not "documentation", Ævar Arnfjörð Bjarmason
- [PATCH v6 10/29] CI: move p4 and git-lfs variables to ci/install-dependencies.sh, Ævar Arnfjörð Bjarmason
- [PATCH v6 03/29] CI: remove more dead Travis CI support, Ævar Arnfjörð Bjarmason
- [PATCH v6 11/29] CI: consistently use "export" in ci/lib.sh, Ævar Arnfjörð Bjarmason
- [PATCH v6 05/29] CI: remove unused Azure ci/* code, Ævar Arnfjörð Bjarmason
- [PATCH v6 04/29] CI: remove dead "tree skipping" code, Ævar Arnfjörð Bjarmason
- [PATCH v6 07/29] CI: don't have "git grep" invoke a pager in tree content check, Ævar Arnfjörð Bjarmason
- [PATCH v6 24/29] CI: add more variables to MAKEFLAGS, except under vs-build, Ævar Arnfjörð Bjarmason
- [PATCH v6 25/29] CI: set CC in MAKEFLAGS directly, don't add it to the environment, Ævar Arnfjörð Bjarmason
- [PATCH v6 28/29] CI: don't use "set -x" in "ci/lib.sh" output, Ævar Arnfjörð Bjarmason
- [PATCH v6 29/29] CI: make it easy to use ci/*.sh outside of CI, Ævar Arnfjörð Bjarmason
- [PATCH v6 27/29] CI: set PYTHON_PATH setting for osx-{clang,gcc} into "$jobname" case, Ævar Arnfjörð Bjarmason
- [PATCH v6 06/29] CI/lib.sh: stop adding leading whitespace to $MAKEFLAGS, Ævar Arnfjörð Bjarmason
- [PATCH v6 08/29] CI: have "static-analysis" run a "make ci-static-analysis" target, Ævar Arnfjörð Bjarmason
- [PATCH v6 12/29] CI: export variables via a wrapper, Ævar Arnfjörð Bjarmason
- [PATCH v6 17/29] CI: split up and reduce "ci/test-documentation.sh", Ævar Arnfjörð Bjarmason
- [PATCH v6 19/29] CI: move "env" definitions into ci/lib.sh, Ævar Arnfjörð Bjarmason
- [PATCH v6 16/29] CI: invoke "make artifacts-tar" directly in windows-build, Ævar Arnfjörð Bjarmason
- [PATCH v6 15/29] CI: check ignored unignored build artifacts in "win[+VS] build" too, Ævar Arnfjörð Bjarmason
- [PATCH v6 21/29] CI: pre-select test slice in Windows & VS tests, Ævar Arnfjörð Bjarmason
- [PATCH v6 22/29] CI: only invoke ci/lib.sh as "steps" in main.yml, Ævar Arnfjörð Bjarmason
- [PATCH v6 20/29] ci/run-test-slice.sh: replace shelling out with "echo", Ævar Arnfjörð Bjarmason
- [PATCH v6 13/29] CI: remove "run-build-and-tests.sh", run "make [test]" directly, Ævar Arnfjörð Bjarmason
- [PATCH v6 18/29] CI: combine ci/install{,-docker}-dependencies.sh, Ævar Arnfjörð Bjarmason
- [PATCH v6 14/29] CI: make ci/{lib,install-dependencies}.sh POSIX-compatible, Ævar Arnfjörð Bjarmason
- [PATCH v6 23/29] CI: narrow down variable definitions in --build and --test, Ævar Arnfjörð Bjarmason
- [PATCH 0/2] gitk: include y coord in recorded sash position,
Halil Sen via GitGitGadget
- [PATCH 00/11] Updates to worktree code and docs,
Derrick Stolee via GitGitGadget
- [PATCH 01/11] worktree: combine two translatable messages, Derrick Stolee via GitGitGadget
- [PATCH 02/11] worktree: extract copy_filtered_worktree_config(), Derrick Stolee via GitGitGadget
- [PATCH 03/11] worktree: extract copy_sparse_checkout(), Derrick Stolee via GitGitGadget
- [PATCH 04/11] worktree: extract checkout_worktree(), Derrick Stolee via GitGitGadget
- [PATCH 05/11] worktree: use 'worktree' over 'working tree', Derrick Stolee via GitGitGadget
- [PATCH 09/11] worktree: use 'worktree' over 'working tree', Derrick Stolee via GitGitGadget
- [PATCH 11/11] worktree: use 'worktree' over 'working tree', Derrick Stolee via GitGitGadget
- [PATCH 07/11] worktree: use 'worktree' over 'working tree', Derrick Stolee via GitGitGadget
- [PATCH 10/11] worktree: use 'worktree' over 'working tree', Derrick Stolee via GitGitGadget
- [PATCH 06/11] worktree: use 'worktree' over 'working tree', Derrick Stolee via GitGitGadget
- [PATCH 08/11] worktree: use 'worktree' over 'working tree', Derrick Stolee via GitGitGadget
- Re: [PATCH 00/11] Updates to worktree code and docs, Taylor Blau
- [PATCH v2 00/11] Updates to worktree code and docs, Derrick Stolee via GitGitGadget
- [PATCH v2 11/11] worktree: use 'worktree' over 'working tree', Derrick Stolee via GitGitGadget
- [PATCH v2 07/11] worktree: use 'worktree' over 'working tree', Derrick Stolee via GitGitGadget
- [PATCH v2 05/11] worktree: use 'worktree' over 'working tree', Derrick Stolee via GitGitGadget
- [PATCH v2 03/11] worktree: extract copy_sparse_checkout(), Derrick Stolee via GitGitGadget
- [PATCH v2 02/11] worktree: extract copy_filtered_worktree_config(), Derrick Stolee via GitGitGadget
- [PATCH v2 01/11] worktree: combine two translatable messages, Derrick Stolee via GitGitGadget
- [PATCH v2 09/11] worktree: use 'worktree' over 'working tree', Derrick Stolee via GitGitGadget
- [PATCH v2 08/11] worktree: use 'worktree' over 'working tree', Derrick Stolee via GitGitGadget
- [PATCH v2 10/11] worktree: use 'worktree' over 'working tree', Derrick Stolee via GitGitGadget
- [PATCH v2 04/11] worktree: extract checkout_worktree(), Derrick Stolee via GitGitGadget
- [PATCH v2 06/11] worktree: use 'worktree' over 'working tree', Derrick Stolee via GitGitGadget
- Re: [PATCH v2 00/11] Updates to worktree code and docs, Taylor Blau
- Re: [PATCH v2 00/11] Updates to worktree code and docs, Elijah Newren
- [PATCH v3 00/11] Updates to worktree code and docs, Derrick Stolee via GitGitGadget
- [PATCH v3 01/11] worktree: combine two translatable messages, Derrick Stolee via GitGitGadget
- [PATCH v3 04/11] worktree: extract checkout_worktree(), Derrick Stolee via GitGitGadget
- [PATCH v3 05/11] worktree: use 'worktree' over 'working tree', Derrick Stolee via GitGitGadget
- [PATCH v3 02/11] worktree: extract copy_filtered_worktree_config(), Derrick Stolee via GitGitGadget
- [PATCH v3 06/11] worktree: use 'worktree' over 'working tree', Derrick Stolee via GitGitGadget
- [PATCH v3 03/11] worktree: extract copy_sparse_checkout(), Derrick Stolee via GitGitGadget
- [PATCH v3 08/11] worktree: use 'worktree' over 'working tree', Derrick Stolee via GitGitGadget
- [PATCH v3 07/11] worktree: use 'worktree' over 'working tree', Derrick Stolee via GitGitGadget
- [PATCH v3 09/11] worktree: use 'worktree' over 'working tree', Derrick Stolee via GitGitGadget
- [PATCH v3 10/11] worktree: use 'worktree' over 'working tree', Derrick Stolee via GitGitGadget
- [PATCH v3 11/11] worktree: use 'worktree' over 'working tree', Derrick Stolee via GitGitGadget
- [GSOC] Student Introduction - Reachability bitmap Improvements,
Shubham Mishra
- [PATCH] Provide config option to expect files outside sparse patterns,
Elijah Newren via GitGitGadget
- [PATCH 0/2] Fix a couple small leaks in merge-ort,
Elijah Newren via GitGitGadget
- [PATCH] ls-files: support --recurse-submodules --stage,
Jonathan Tan
- [PATCH 0/4] test-lib: improve LSAN + ASAN stack traces,
Ævar Arnfjörð Bjarmason
- [PATCH 0/2] hook tests: pre-push test style & test accurace,
Ævar Arnfjörð Bjarmason
- [PATCH 0/2] hooks: fix a race in hook execution,
Ævar Arnfjörð Bjarmason
- [PATCH] CODE_OF_CONDUCT.md: update PLC members list,
Taylor Blau
- [PATCH 0/3] libify reflog,
John Cai via GitGitGadget
- [ANNOUNCE] New Git PLC Member,
Christian Couder
- What's cooking in git.git (Feb 2022, #05; Thu, 17),
Junio C Hamano
- gc/recursive-fetch-with-unused-submodules (was Re: What's cooking in git.git (Feb 2022, #05; Thu, 17)), Glen Choo
- Re: What's cooking in git.git (Feb 2022, #05; Thu, 17), Elijah Newren
- ds/core-untrac[k]ed-cache-config (Was: Re: What's cooking in git.git (Feb 2022, #05; Thu, 17)), Elijah Newren
- en/present-despite-skipped (Re: What's cooking in git.git (Feb 2022, #05; Thu, 17)), Jonathan Nieder
- pw/single-key-interactive (was Re: What's cooking in git.git (Feb 2022, #05; Thu, 17)), Phillip Wood
- [PATCH v2 0/1] xdiff: provide indirection to git functions,
Edward Thomson
- When rebase.autoStash=true is used, 'git pull' merge process still complains when incoming changes are in a different place of the file than local changes,
Yuri
- [PATCH v2 0/7] fetch: improve atomicity of `--atomic` flag,
Patrick Steinhardt
- [PATCH] merge-ort: make informational messages from recursive merges clearer,
Elijah Newren via GitGitGadget
- Supporting --depth when cloning from a bundle,
Konstantin Ryabitsev
- [PATCH] add usage-strings ci check and amend remaining usage strings,
Abhradeep Chakraborty via GitGitGadget
- [PATCH] docs: update coding guidelines to be more inclusive,
Merlin (they/them) via GitGitGadget
Leading slash exclusion does not with git clean on Windows,
Adam Kapos
[PATCH] branch: delete now accepts '-' as branch name,
Erlend Egeberg Aasland via GitGitGadget
【 I WANT TO CONTRIBUTE 】by Doppo Sekino,
Doppo Sekino
[PATCH 0/2] diff_free(): free a bit more, fix leaks,
Ævar Arnfjörð Bjarmason
[PATCH 0/3] a couple of read_key_without_echo() fixes,
Phillip Wood via GitGitGadget
[PATCH 0/2] commit: trivial leak fix, add 2 tests to linux-leaks CI,
Ævar Arnfjörð Bjarmason
[PATCH] rerere-train: modernise a bit,
Junio C Hamano
[PATCH 1/2] clean: avoid looking for nested repository when appropriate,
Patrick Marlier
[PATCH] name-rev: replace --stdin with --annotate-stdin in synopsis,
John Cai via GitGitGadget
Quoting of paths when pushing to Windows over SSH, Ben Boeckel
What's cooking in git.git (Feb 2022, #04; Tue, 15),
Junio C Hamano
- ja/i18n-common-messages (was: What's cooking in git.git (Feb 2022, #04; Tue, 15)), Ævar Arnfjörð Bjarmason
- ab/ambiguous-object-name & ab/only-single-progress-at-once (was: What's cooking in git.git (Feb 2022, #04; Tue, 15)), Ævar Arnfjörð Bjarmason
- en/present-despite-skipped (Was: Re: What's cooking in git.git (Feb 2022, #04; Tue, 15)), Elijah Newren
- js/apply-partial-clone-filters-recursively (Was: Re: What's cooking in git.git (Feb 2022, #04; Tue, 15)), Elijah Newren
- ds/sparse-checkout-requires-per-worktree-config (Was: Re: What's cooking in git.git (Feb 2022, #04; Tue, 15)), Elijah Newren
[PATCH 00/23] Builtin FSMonitor Part 3,
Jeff Hostetler via GitGitGadget
- [PATCH 20/23] fsm-listen-darwin: shutdown daemon if worktree root is moved/renamed, Jeff Hostetler via GitGitGadget
- [PATCH 13/23] fsmonitor--daemon: print start message only if fsmonitor.announceStartup, Jeff Hostetler via GitGitGadget
- [PATCH 09/23] fsmonitor-settings: remote repos on macOS are incompatible with FSMonitor, Jeff Hostetler via GitGitGadget
- [PATCH 17/23] fsmonitor--daemon: stub in health thread, Jeff Hostetler via GitGitGadget
- [PATCH 10/23] fsmonitor-settings: remote repos on Windows are incompatible with FSMonitor, Jeff Hostetler via GitGitGadget
- [PATCH 03/23] t7527: test builtin FSMonitor watching repos with unicode paths, Jeff Hostetler via GitGitGadget
- [PATCH 15/23] fsmonitor--daemon: prepare for adding health thread, Jeff Hostetler via GitGitGadget
- [PATCH 11/23] unpack-trees: initialize fsmonitor_has_run_once in o->result, Jeff Hostetler via GitGitGadget
- [PATCH 18/23] fsm-health-win32: add framework to monitor daemon health, Jeff Hostetler via GitGitGadget
- [PATCH 07/23] fsmonitor-settings: virtual repos are incompatible with FSMonitor, Jeff Hostetler via GitGitGadget
- [PATCH 22/23] t7527: FSMonitor tests for directory moves, Jeff Hostetler via GitGitGadget
- [PATCH 02/23] t7527: test FS event reporing on macOS WRT case and Unicode, Jeff Hostetler via GitGitGadget
- [PATCH 14/23] fsmonitor--daemon: cd out of worktree root, Jeff Hostetler via GitGitGadget
- [PATCH 12/23] fsm-listen-darwin: ignore FSEvents caused by xattr changes on macOS, Jeff Hostetler via GitGitGadget
- [PATCH 04/23] t/helper/fsmonitor-client: create stress test, Jeff Hostetler via GitGitGadget
- [PATCH 19/23] fsm-health-win32: force shutdown daemon if worktree root moves, Jeff Hostetler via GitGitGadget
- [PATCH 01/23] fsm-listen-win32: handle shortnames, Jeff Hostetler via GitGitGadget
- [PATCH 16/23] fsmonitor--daemon: rename listener thread related variables, Jeff Hostetler via GitGitGadget
- [PATCH 06/23] fsmonitor-settings: stub in platform-specific incompatibility checking, Jeff Hostetler via GitGitGadget
- [PATCH 08/23] fsmonitor-settings: stub in macOS-specific incompatibility checking, Jeff Hostetler via GitGitGadget
- [PATCH 21/23] fsmonitor: optimize processing of directory events, Jeff Hostetler via GitGitGadget
- [PATCH 23/23] t/perf/p7527: add perf test for builtin FSMonitor, Jeff Hostetler via GitGitGadget
- [PATCH 05/23] fsmonitor-settings: bare repos are incompatible with FSMonitor, Jeff Hostetler via GitGitGadget
- Re: [PATCH 00/23] Builtin FSMonitor Part 3, Junio C Hamano
- Re: [PATCH 00/23] Builtin FSMonitor Part 3, Derrick Stolee
- [PATCH v2 00/27] Builtin FSMonitor Part 3, Jeff Hostetler via GitGitGadget
- [PATCH v2 05/27] fsmonitor-settings: stub in platform-specific incompatibility checking, Jeff Hostetler via GitGitGadget
- [PATCH v2 03/27] t/helper/fsmonitor-client: create stress test, Jeff Hostetler via GitGitGadget
- [PATCH v2 06/27] fsmonitor-settings: VFS for Git virtual repos are incompatible, Jeff Hostetler via GitGitGadget
- [PATCH v2 01/27] fsm-listen-win32: handle shortnames, Jeff Hostetler via GitGitGadget
- [PATCH v2 04/27] fsmonitor-settings: bare repos are incompatible with FSMonitor, Jeff Hostetler via GitGitGadget
- [PATCH v2 02/27] t7527: test FSMonitor on repos with Unicode root paths, Jeff Hostetler via GitGitGadget
- [PATCH v2 07/27] fsmonitor-settings: stub in macOS-specific incompatibility checking, Jeff Hostetler via GitGitGadget
- [PATCH v2 10/27] unpack-trees: initialize fsmonitor_has_run_once in o->result, Jeff Hostetler via GitGitGadget
- [PATCH v2 11/27] fsm-listen-darwin: ignore FSEvents caused by xattr changes on macOS, Jeff Hostetler via GitGitGadget
- [PATCH v2 08/27] fsmonitor-settings: remote repos on macOS are incompatible, Jeff Hostetler via GitGitGadget
- [PATCH v2 09/27] fsmonitor-settings: remote repos on Windows are incompatible, Jeff Hostetler via GitGitGadget
- [PATCH v2 17/27] fsm-health-win32: force shutdown daemon if worktree root moves, Jeff Hostetler via GitGitGadget
- [PATCH v2 21/27] t/perf/p7527: add perf test for builtin FSMonitor, Jeff Hostetler via GitGitGadget
- [PATCH v2 22/27] fsmonitor: never set CE_FSMONITOR_VALID on submodules, Jeff Hostetler via GitGitGadget
- [PATCH v2 15/27] fsmonitor--daemon: stub in health thread, Jeff Hostetler via GitGitGadget
- [PATCH v2 24/27] fsmonitor: on macOS also emit NFC spelling for NFD pathname, Jeff Hostetler via GitGitGadget
- [PATCH v2 19/27] fsmonitor: optimize processing of directory events, Jeff Hostetler via GitGitGadget
- [PATCH v2 14/27] fsmonitor--daemon: rename listener thread related variables, Jeff Hostetler via GitGitGadget
- [PATCH v2 18/27] fsm-listen-darwin: shutdown daemon if worktree root is moved/renamed, Jeff Hostetler via GitGitGadget
- [PATCH v2 12/27] fsmonitor--daemon: cd out of worktree root, Jeff Hostetler via GitGitGadget
- [PATCH v2 20/27] t7527: FSMonitor tests for directory moves, Jeff Hostetler via GitGitGadget
- [PATCH v2 16/27] fsm-health-win32: add polling framework to monitor daemon health, Jeff Hostetler via GitGitGadget
- [PATCH v2 25/27] t/lib-unicode-nfc-nfd: helper prereqs for testing unicode nfc/nfd, Jeff Hostetler via GitGitGadget
- [PATCH v2 26/27] t7527: test Unicode NFC/NFD handling on MacOS, Jeff Hostetler via GitGitGadget
- [PATCH v2 13/27] fsmonitor--daemon: prepare for adding health thread, Jeff Hostetler via GitGitGadget
- [PATCH v2 23/27] t7527: test FSMonitor on case insensitive+preserving file system, Jeff Hostetler via GitGitGadget
- [PATCH v2 27/27] fsmonitor-settings: NTFS and FAT32 on MacOS are incompatible, Jeff Hostetler via GitGitGadget
- Re: [PATCH v2 00/27] Builtin FSMonitor Part 3, Derrick Stolee
- Re: [PATCH v2 00/27] Builtin FSMonitor Part 3, Torsten =?unknown-8bit?q?B=C3=B6gershausen?=
- Re: [PATCH v2 00/27] Builtin FSMonitor Part 3, Torsten Bögershausen
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]