doc: replace "--" with {litdd} in credential-cache/fsmonitor
commitf3ea4bed2acb129db66c4c9a22dae71576d58066
authorTodd Zullinger <tmz@pobox.com>
Wed, 6 Apr 2022 18:41:22 +0000 (6 14:41 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 Apr 2022 23:06:06 +0000 (6 16:06 -0700)
tree34f77c10a793ec1c5dee3e538adb800bfb2b442c
parent07330a41d66a2c9589b585a3a24ecdcf19994f19
doc: replace "--" with {litdd} in credential-cache/fsmonitor

Asciidoc renders `--` as em-dash.  This is not appropriate for command
names.  It also breaks linkgit links to these commands.

Fix git-credential-cache--daemon and git-fsmonitor--daemon.  The latter
was added 3248486920 (fsmonitor: document builtin fsmonitor, 2022-03-25)
and included several links.  A check for broken links in the HTML docs
turned this up.

Manually inspecting the other Documentation/git-*--*.txt files turned up
the issue in git-credential-cache--daemon.

While here, quote `git credential-cache--daemon` in the synopsis to
match the vast majority of our other documentation.

Signed-off-by: Todd Zullinger <tmz@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config/core.txt
Documentation/git-credential-cache--daemon.txt
Documentation/git-fsmonitor--daemon.txt
Documentation/git-update-index.txt