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>
This commit is contained in:
Stefan Beller
2017-02-08 17:29:30 -08:00
committed by Junio C Hamano
parent 0b65a8dbdb
commit 941b9c5270
8 changed files with 8 additions and 8 deletions

View File

@ -433,4 +433,4 @@ link:user-manual.html[The Git User's Manual]
GIT
---
Part of the linkgit:git[1] suite.
Part of the linkgit:git[1] suite