Use proper syntax for replaceables in command docs
authorRobert P. J. Day <rpjday@crashcourse.ca>
Thu, 24 May 2018 20:11:39 +0000 (16:11 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 25 May 2018 08:16:47 +0000 (17:16 +0900)
commitde613050efec781e8380a0267879a25b2d489513
tree99043c9bc9133f45b042c7b80dc509d434e5657e
parente144d126d74f5d2702870ca9423743102eec6fcd
Use proper syntax for replaceables in command docs

The standard for command documentation synopses appears to be:

  [...] means optional
  <...> means replaceable
  [<...>] means both optional and replaceable

So fix a number of doc pages that use incorrect variations of the
above.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
19 files changed:
Documentation/git-annotate.txt
Documentation/git-check-attr.txt
Documentation/git-check-ignore.txt
Documentation/git-check-mailmap.txt
Documentation/git-credential-cache.txt
Documentation/git-credential-store.txt
Documentation/git-cvsserver.txt
Documentation/git-diff.txt
Documentation/git-fast-export.txt
Documentation/git-fast-import.txt
Documentation/git-interpret-trailers.txt
Documentation/git-pull.txt
Documentation/git-rebase.txt
Documentation/git-rev-parse.txt
Documentation/git-send-email.txt
Documentation/git-show.txt
Documentation/git-svn.txt
Documentation/git-web--browse.txt
Documentation/gitcli.txt