Thread (36 messages) 36 messages, 4 authors, 2020-01-23
STALE2340d
Revisions (2)
  1. v1 current
  2. v2 [diff vs current]

[PATCH 01/11] fsmonitor: disable in a bare repo

From: Derrick Stolee via GitGitGadget <hidden>
Date: 2019-11-21 22:20:31
Subsystem: the rest · Maintainer: Linus Torvalds

From: Derrick Stolee <redacted>

t0003-attributes.sh

Signed-off-by: Derrick Stolee <redacted>
---
 config.c | 5 +++++
 1 file changed, 5 insertions(+)
diff --git a/config.c b/config.c
index 3900e4947b..f6d4e2fae3 100644
--- a/config.c
+++ b/config.c
@@ -2339,6 +2339,11 @@ int git_config_get_max_percent_split_change(void)
 
 int git_config_get_fsmonitor(void)
 {
+	if (!the_repository->worktree) {
+		core_fsmonitor = 0;
+		return 0;
+	}
+
 	if (git_config_get_pathname("core.fsmonitor", &core_fsmonitor))
 		core_fsmonitor = getenv("GIT_TEST_FSMONITOR");
 
-- 
gitgitgadget
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help