[PATCH] doc: remote author/documentation sections from more pages
From: Michael Haggerty <hidden>
Date: 2016-06-15 22:59:45
We decided at 48bb914e (doc: drop author/documentation sections from most pages, 2011-03-11) to remove "author" and "documentation" sections from our documentation. Remove a few stragglers. Signed-off-by: Michael Haggerty <redacted> --- These deletions were assented to on the Git mailing list by the persons whose names are thereby removed. (I mention this fact without implying that people mentioned in documentation hold a veto over their names' removal.) Documentation/git-column.txt | 4 ---- Documentation/git-for-each-ref.txt | 8 -------- Documentation/git-http-backend.txt | 7 ------- Documentation/git-notes.txt | 9 --------- Documentation/git-remote-ext.txt | 4 ---- Documentation/git-remote-fd.txt | 3 --- 6 files changed, 35 deletions(-)
diff --git a/Documentation/git-column.txt b/Documentation/git-column.txt
index 5d6f1cc..850449e 100644
--- a/Documentation/git-column.txt
+++ b/Documentation/git-column.txt@@ -44,10 +44,6 @@ OPTIONS The number of spaces between columns. One space by default. -Author ------- -Written by Nguyen Thai Ngoc Duy <pclouds@gmail.com> - GIT --- Part of the linkgit:git[1] suite
diff --git a/Documentation/git-for-each-ref.txt b/Documentation/git-for-each-ref.txt
index d639abe..4240875 100644
--- a/Documentation/git-for-each-ref.txt
+++ b/Documentation/git-for-each-ref.txt@@ -219,14 +219,6 @@ eval=`git for-each-ref --shell --format="$fmt" \ eval "$eval" ------------ -Author ------- -Written by Junio C Hamano <gitster@pobox.com>. - -Documentation -------------- -Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>. - SEE ALSO -------- linkgit:git-show-ref[1]
diff --git a/Documentation/git-http-backend.txt b/Documentation/git-http-backend.txt
index e3bcdb5..16706cf 100644
--- a/Documentation/git-http-backend.txt
+++ b/Documentation/git-http-backend.txt@@ -263,13 +263,6 @@ identifying information of the remote user who performed the push. All CGI environment variables are available to each of the hooks invoked by the 'git-receive-pack'. -Author ------- -Written by Shawn O. Pearce <spearce@spearce.org>. - -Documentation --------------- -Documentation by Shawn O. Pearce <spearce@spearce.org>. GIT ---
diff --git a/Documentation/git-notes.txt b/Documentation/git-notes.txt
index 46ef046..ecf3fcf 100644
--- a/Documentation/git-notes.txt
+++ b/Documentation/git-notes.txt@@ -376,15 +376,6 @@ If not set in the environment, the list of notes to copy depends on the `notes.rewrite.<command>` and `notes.rewriteRef` settings. -Author ------- -Written by Johannes Schindelin <johannes.schindelin@gmx.de> and -Johan Herland <johan@herland.net> - -Documentation -------------- -Documentation by Johannes Schindelin and Johan Herland - GIT --- Part of the linkgit:git[7] suite
diff --git a/Documentation/git-remote-ext.txt b/Documentation/git-remote-ext.txt
index 8cfc748..e4d89a7 100644
--- a/Documentation/git-remote-ext.txt
+++ b/Documentation/git-remote-ext.txt@@ -116,10 +116,6 @@ begins with `ext::`. Examples: determined by the helper using environment variables (see above). -Documentation --------------- -Documentation by Ilari Liusvaara, Jonathan Nieder and the Git list -<git@vger.kernel.org> GIT ---
diff --git a/Documentation/git-remote-fd.txt b/Documentation/git-remote-fd.txt
index 933c2ad..768b512 100644
--- a/Documentation/git-remote-fd.txt
+++ b/Documentation/git-remote-fd.txt@@ -50,9 +50,6 @@ EXAMPLES `git push fd::7,8/bar master`:: Same as above. -Documentation --------------- -Documentation by Ilari Liusvaara and the Git list <git@vger.kernel.org> GIT ---
--
1.8.5.2