diff options
author | Elijah Newren <newren@gmail.com> | 2023-10-08 08:45:21 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-10-09 21:06:29 +0200 |
commit | f4e1851a291f550b16b16f0b265b5b15976b8533 (patch) | |
tree | 3e0f0f0ec61d4e1da014e97ce81cd04c5605a3e4 /Documentation/git-fsmonitor--daemon.txt | |
parent | documentation: use clearer prepositions (diff) | |
download | git-f4e1851a291f550b16b16f0b265b5b15976b8533.tar.xz git-f4e1851a291f550b16b16f0b265b5b15976b8533.zip |
documentation: fix punctuation
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 324299bfe9..65c7b4641e 100644 --- a/Documentation/git-fsmonitor--daemon.txt +++ b/Documentation/git-fsmonitor--daemon.txt @@ -83,7 +83,7 @@ but not on network-mounted filesystems, NTFS, or FAT32. Other filesystems 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 +By default, the socket is created in the `.git` directory. However, if the `.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 |