]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/gitrepository-layout.txt
Documentation: unify bottom "part of git suite" lines
authorStefan Beller <sbeller@google.com>
Thu, 9 Feb 2017 01:29:30 +0000 (17:29 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 9 Feb 2017 23:14:01 +0000 (15:14 -0800)
commit941b9c527070c9c7b5883db1a7100559be571f71
tree55e038d13c8b6a2f8a02b729e19b4896c1b955a5
parent0b65a8dbdb38962e700ee16776a3042beb489060
Documentation: unify bottom "part of git suite" lines

We currently have 168 man pages that mention they are part of Git, you
can check yourself easily via:
  $ git grep "Part of the linkgit:git\[1\] suite" |wc -l
  168
However some have a trailing period, i.e.
  $ git grep "Part of the linkgit:git\[1\] suite." |wc -l
  8

Unify the bottom line in all man pages to not end with a period.

Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/gitcore-tutorial.txt
Documentation/gitcvs-migration.txt
Documentation/gitdiffcore.txt
Documentation/gitglossary.txt
Documentation/gitrepository-layout.txt
Documentation/gittutorial-2.txt
Documentation/gittutorial.txt
Documentation/gitworkflows.txt