diff options
| author | Elijah Newren <newren@gmail.com> | 2023-10-08 06:45:08 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-10-09 12:06:29 -0700 |
| commit | 859a6d6045e338a337cb7499100b1fa31c367fbf (patch) | |
| tree | efe92f5906cedbb2ae73d02644c2c034bb81a87f /Documentation/git-fsmonitor--daemon.txt | |
| parent | 89363522424a27b2e43c74a7965566d943cbdba4 (diff) | |
| download | git-859a6d6045e338a337cb7499100b1fa31c367fbf.tar.xz | |
documentation: remove extraneous words
Diff best viewed with --color-diff.
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-fsmonitor--daemon.txt')
| -rw-r--r-- | Documentation/git-fsmonitor--daemon.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-fsmonitor--daemon.txt b/Documentation/git-fsmonitor--daemon.txt index 8238eadb0e..f50a28b09f 100644 --- a/Documentation/git-fsmonitor--daemon.txt +++ b/Documentation/git-fsmonitor--daemon.txt @@ -84,7 +84,7 @@ may or may not have the needed support; the fsmonitor daemon is not guaranteed to work with these filesystems and such use is considered experimental. By default, the socket is created in the `.git` directory, however, if the -`.git` directory is on a network-mounted filesystem, it will be instead be +`.git` directory is on a network-mounted filesystem, it will instead be created at `$HOME/.git-fsmonitor-*` unless `$HOME` itself is on a network-mounted filesystem in which case you must set the configuration variable `fsmonitor.socketDir` to the path of a directory on a Mac OS native |
