]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git.c
Merge branch 'master' of github.com:vnwildman/git
[thirdparty/git.git] / git.c
diff --git a/git.c b/git.c
index 5ff4f3e25b73eab27a40ea988b1e826da1462e62..d7a7a82008b41e80c17176a9865ff49bf538031a 100644 (file)
--- a/git.c
+++ b/git.c
@@ -538,7 +538,7 @@ static struct cmd_struct commands[] = {
        { "format-patch", cmd_format_patch, RUN_SETUP },
        { "fsck", cmd_fsck, RUN_SETUP },
        { "fsck-objects", cmd_fsck, RUN_SETUP },
-       { "fsmonitor--daemon", cmd_fsmonitor__daemon, RUN_SETUP },
+       { "fsmonitor--daemon", cmd_fsmonitor__daemon, SUPPORT_SUPER_PREFIX | RUN_SETUP },
        { "gc", cmd_gc, RUN_SETUP },
        { "get-tar-commit-id", cmd_get_tar_commit_id, NO_PARSEOPT },
        { "grep", cmd_grep, RUN_SETUP_GENTLY },