mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
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:
committed by
Junio C Hamano
parent
0b65a8dbdb
commit
941b9c5270
@@ -1658,4 +1658,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
|
||||
|
||||
@@ -199,4 +199,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
|
||||
|
||||
@@ -288,4 +288,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
|
||||
|
||||
@@ -24,4 +24,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
|
||||
|
||||
@@ -289,4 +289,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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -674,4 +674,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
|
||||
|
||||
@@ -477,4 +477,4 @@ linkgit:git-am[1]
|
||||
|
||||
GIT
|
||||
---
|
||||
Part of the linkgit:git[1] suite.
|
||||
Part of the linkgit:git[1] suite
|
||||
|
||||
Reference in New Issue
Block a user