Skip to content
Snippets Groups Projects
Commit c2f136e7 authored by Johannes Schindelin's avatar Johannes Schindelin
Browse files

Do not mis-spell the `git fsmonitor--daemon` command

Even in translations, the command names need to refer to the actual
Git command whose name is not to be translated.

The problem here was not so much a typo but an incomplete substition of
`--` by `{litdd}` in b5bb0fe8 (Translated using Weblate (Portuguese
(Brazil)), 2022-06-26).

This was reported by Todd Zullinger as a broken link to the manual page
in https://lore.kernel.org/git/ZWVIRXodL9pQZbtj@pobox.com/

.

Signed-off-by: default avatarJohannes Schindelin <johannes.schindelin@gmx.de>
parent 78cf71eb
No related branches found
No related tags found
No related merge requests found
...@@ -61636,7 +61636,7 @@ msgstr "Este recurso visa acelerar as operações do git para os repositórios q ...@@ -61636,7 +61636,7 @@ msgstr "Este recurso visa acelerar as operações do git para os repositórios q
#: en/git-update-index.txt:542 #: en/git-update-index.txt:542
#, priority:80 #, priority:80
msgid "It enables git to work together with a file system monitor (see linkgit:git-fsmonitor{litdd}daemon[1] and the \"fsmonitor-watchman\" section of linkgit:githooks[5]) that can inform it as to what files have been modified. This enables git to avoid having to lstat() every file to find modified files." msgid "It enables git to work together with a file system monitor (see linkgit:git-fsmonitor{litdd}daemon[1] and the \"fsmonitor-watchman\" section of linkgit:githooks[5]) that can inform it as to what files have been modified. This enables git to avoid having to lstat() every file to find modified files."
msgstr "Ele permite que o git trabalhe em conjunto com um monitor do sistema de arquivos (consulte linkgit:git-fsmonitor--{litdd}daemon[1] e a seção \"fsmonitor-watchman\" do linkgit:githooks[5]) que pode informá-lo sobre quais os arquivos foram alterados. Isso permite que o git evite ter que fazer um 'lstat()' em todo arquivo para localizar quais os arquivos que foram alterados." msgstr "Ele permite que o git trabalhe em conjunto com um monitor do sistema de arquivos (consulte linkgit:git-fsmonitor{litdd}daemon[1] e a seção \"fsmonitor-watchman\" do linkgit:githooks[5]) que pode informá-lo sobre quais os arquivos foram alterados. Isso permite que o git evite ter que fazer um 'lstat()' em todo arquivo para localizar quais os arquivos que foram alterados."
   
#. type: Plain text #. type: Plain text
#: en/git-update-index.txt:546 #: en/git-update-index.txt:546
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment