* [PATCH] doc: remote author/documentation sections from more pages
@ 2014-01-26 23:43 Michael Haggerty
2014-01-27 0:15 ` Eric Sunshine
2014-01-27 0:34 ` Jonathan Nieder
0 siblings, 2 replies; 5+ messages in thread
From: Michael Haggerty @ 2014-01-26 23:43 UTC (permalink / raw)
To: Junio C Hamano
Cc: git, Shawn O. Pearce, Jonathan Nieder, Nguyen Thai Ngoc Duy,
Johan Herland, Johannes Schindelin, Ilari Liusvaara,
Michael Haggerty
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 <mhagger@alum.mit.edu>
---
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
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] doc: remote author/documentation sections from more pages
2014-01-26 23:43 [PATCH] doc: remote author/documentation sections from more pages Michael Haggerty
@ 2014-01-27 0:15 ` Eric Sunshine
2014-01-27 1:37 ` Michael Haggerty
2014-01-27 0:34 ` Jonathan Nieder
1 sibling, 1 reply; 5+ messages in thread
From: Eric Sunshine @ 2014-01-27 0:15 UTC (permalink / raw)
To: Michael Haggerty
Cc: Junio C Hamano, Git List, Shawn O. Pearce, Jonathan Nieder,
Nguyen Thai Ngoc Duy, Johan Herland, Johannes Schindelin,
Ilari Liusvaara
On Sun, Jan 26, 2014 at 6:43 PM, Michael Haggerty <mhagger@alum.mit.edu> wrote:
> Subject: [PATCH] doc: remote author/documentation sections from more pages
s/remote/remove/
> 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 <mhagger@alum.mit.edu>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] doc: remote author/documentation sections from more pages
2014-01-26 23:43 [PATCH] doc: remote author/documentation sections from more pages Michael Haggerty
2014-01-27 0:15 ` Eric Sunshine
@ 2014-01-27 0:34 ` Jonathan Nieder
1 sibling, 0 replies; 5+ messages in thread
From: Jonathan Nieder @ 2014-01-27 0:34 UTC (permalink / raw)
To: Michael Haggerty
Cc: Junio C Hamano, git, Shawn O. Pearce, Nguyen Thai Ngoc Duy,
Johan Herland, Johannes Schindelin, Ilari Liusvaara
Michael Haggerty wrote:
> 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.
Thanks.
This puts two blank lines where there was previously one in some cases
in the source above the GIT ("part of the git suite") section. I
don't think that matters.
Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] doc: remote author/documentation sections from more pages
2014-01-27 0:15 ` Eric Sunshine
@ 2014-01-27 1:37 ` Michael Haggerty
2014-01-27 16:05 ` Junio C Hamano
0 siblings, 1 reply; 5+ messages in thread
From: Michael Haggerty @ 2014-01-27 1:37 UTC (permalink / raw)
To: Eric Sunshine
Cc: Junio C Hamano, Git List, Shawn O. Pearce, Jonathan Nieder,
Nguyen Thai Ngoc Duy, Johan Herland, Johannes Schindelin,
Ilari Liusvaara
On 01/27/2014 01:15 AM, Eric Sunshine wrote:
> On Sun, Jan 26, 2014 at 6:43 PM, Michael Haggerty <mhagger@alum.mit.edu> wrote:
>> Subject: [PATCH] doc: remote author/documentation sections from more pages
>
> s/remote/remove/
Gaah! Git is a virus that invades your muscle memory and prevents you
from typing words that are similar to git subcommands.
Thanks for noticing.
Michael
--
Michael Haggerty
mhagger@alum.mit.edu
http://softwareswirl.blogspot.com/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] doc: remote author/documentation sections from more pages
2014-01-27 1:37 ` Michael Haggerty
@ 2014-01-27 16:05 ` Junio C Hamano
0 siblings, 0 replies; 5+ messages in thread
From: Junio C Hamano @ 2014-01-27 16:05 UTC (permalink / raw)
To: Michael Haggerty
Cc: Eric Sunshine, Git List, Shawn O. Pearce, Jonathan Nieder,
Nguyen Thai Ngoc Duy, Johan Herland, Johannes Schindelin,
Ilari Liusvaara
Michael Haggerty <mhagger@alum.mit.edu> writes:
> On 01/27/2014 01:15 AM, Eric Sunshine wrote:
>> On Sun, Jan 26, 2014 at 6:43 PM, Michael Haggerty <mhagger@alum.mit.edu> wrote:
>>> Subject: [PATCH] doc: remote author/documentation sections from more pages
>>
>> s/remote/remove/
>
> Gaah! Git is a virus that invades your muscle memory and prevents you
> from typing words that are similar to git subcommands.
>
> Thanks for noticing.
>
> Michael
Thanks; s/remote/remove/ will be done on this end; no need to
resend.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-01-27 16:05 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-26 23:43 [PATCH] doc: remote author/documentation sections from more pages Michael Haggerty
2014-01-27 0:15 ` Eric Sunshine
2014-01-27 1:37 ` Michael Haggerty
2014-01-27 16:05 ` Junio C Hamano
2014-01-27 0:34 ` Jonathan Nieder
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).