| 267 | } |
| 268 | |
| 269 | static int stop_fsmonitor_daemon(void) |
| 270 | { |
| 271 | ASSERT(have_fsmonitor_support()); |
| 272 | |
| 273 | if (fsmonitor_ipc__get_state() == IPC_STATE__LISTENING) |
| 274 | return run_git("fsmonitor--daemon", "stop", NULL); |
| 275 | |
| 276 | return 0; |
| 277 | } |
| 278 | |
| 279 | /** |
| 280 | * Register the current directory as a Scalar enlistment, and set the |
no test coverage detected