Skip to content

Commit a63209e

Browse files
jeffhostetlerdscho
authored andcommitted
fixup! help: include fsmonitor--daemon feature flag in version info
This reverts commit bd7a141. Signed-off-by: Jeff Hostetler <[email protected]>
1 parent feea1cb commit a63209e

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

help.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
#include "version.h"
1212
#include "refs.h"
1313
#include "parse-options.h"
14-
#include "fsmonitor-ipc.h"
1514

1615
struct category_description {
1716
uint32_t category;
@@ -665,9 +664,6 @@ void get_version_info(struct strbuf *buf, int show_build_options)
665664
strbuf_addf(buf, "sizeof-size_t: %d\n", (int)sizeof(size_t));
666665
strbuf_addf(buf, "shell-path: %s\n", SHELL_PATH);
667666
/* NEEDSWORK: also save and output GIT-BUILD_OPTIONS? */
668-
669-
if (fsmonitor_ipc__is_supported())
670-
strbuf_addstr(buf, "feature: fsmonitor--daemon\n");
671667
}
672668
}
673669

t/test-lib.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1745,9 +1745,3 @@ test_lazy_prereq REBASE_P '
17451745
# Tests that verify the scheduler integration must set this locally
17461746
# to avoid errors.
17471747
GIT_TEST_MAINT_SCHEDULER="none:exit 1"
1748-
1749-
# Does this platform support `git fsmonitor--daemon`
1750-
#
1751-
test_lazy_prereq FSMONITOR_DAEMON '
1752-
git version --build-options | grep "feature:" | grep "fsmonitor--daemon"
1753-
'

0 commit comments

Comments
 (0)