* Re: Anomalous AUTHOR and DOCUMENTATION sections in manpages
2014-01-22 11:22 Anomalous AUTHOR and DOCUMENTATION sections in manpages Michael Haggerty
@ 2014-01-22 11:39 ` Duy Nguyen
2014-01-22 12:06 ` Johan Herland
2014-01-22 14:43 ` Johannes Schindelin
` (4 subsequent siblings)
5 siblings, 1 reply; 8+ messages in thread
From: Duy Nguyen @ 2014-01-22 11:39 UTC (permalink / raw)
To: Michael Haggerty
Cc: git discussion list, Junio C Hamano, Shawn O. Pearce,
Jonathan Nieder, Johan Herland, Johannes Schindelin,
Ilari Liusvaara
On Wed, Jan 22, 2014 at 6:22 PM, Michael Haggerty <mhagger@alum.mit.edu> wrote:
> These sections are inconsistent with the other manpages and seem
> superfluous in a project that has, on the one hand, a public history
> and, on the other hand, hundreds of contributors. Would the mentioned
> authors (CCed) consent to the removal of these sections?
No problem from me.
--
Duy
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Anomalous AUTHOR and DOCUMENTATION sections in manpages
2014-01-22 11:39 ` Duy Nguyen
@ 2014-01-22 12:06 ` Johan Herland
0 siblings, 0 replies; 8+ messages in thread
From: Johan Herland @ 2014-01-22 12:06 UTC (permalink / raw)
To: Duy Nguyen
Cc: Michael Haggerty, git discussion list, Junio C Hamano,
Shawn O. Pearce, Jonathan Nieder, Johannes Schindelin,
Ilari Liusvaara
On Wed, Jan 22, 2014 at 12:39 PM, Duy Nguyen <pclouds@gmail.com> wrote:
> On Wed, Jan 22, 2014 at 6:22 PM, Michael Haggerty <mhagger@alum.mit.edu> wrote:
>> These sections are inconsistent with the other manpages and seem
>> superfluous in a project that has, on the one hand, a public history
>> and, on the other hand, hundreds of contributors. Would the mentioned
>> authors (CCed) consent to the removal of these sections?
>
> No problem from me.
No problems here.
--
Johan Herland, <johan@herland.net>
www.herland.net
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Anomalous AUTHOR and DOCUMENTATION sections in manpages
2014-01-22 11:22 Anomalous AUTHOR and DOCUMENTATION sections in manpages Michael Haggerty
2014-01-22 11:39 ` Duy Nguyen
@ 2014-01-22 14:43 ` Johannes Schindelin
2014-01-22 15:51 ` Junio C Hamano
` (3 subsequent siblings)
5 siblings, 0 replies; 8+ messages in thread
From: Johannes Schindelin @ 2014-01-22 14:43 UTC (permalink / raw)
To: Michael Haggerty
Cc: git discussion list, Junio C Hamano, Shawn O. Pearce,
Jonathan Nieder, Nguyễn Thái Ngọc Duy,
Johan Herland, Ilari Liusvaara
Hi Michael,
On Wed, 22 Jan 2014, Michael Haggerty wrote:
> Would the mentioned authors (CCed) consent to the removal of these
> sections?
Fine by me!
Dscho
P.S.: Congrats on your new job!
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Anomalous AUTHOR and DOCUMENTATION sections in manpages
2014-01-22 11:22 Anomalous AUTHOR and DOCUMENTATION sections in manpages Michael Haggerty
2014-01-22 11:39 ` Duy Nguyen
2014-01-22 14:43 ` Johannes Schindelin
@ 2014-01-22 15:51 ` Junio C Hamano
2014-01-22 19:49 ` Shawn Pearce
` (2 subsequent siblings)
5 siblings, 0 replies; 8+ messages in thread
From: Junio C Hamano @ 2014-01-22 15:51 UTC (permalink / raw)
To: Michael Haggerty
Cc: git discussion list, Shawn O. Pearce, Jonathan Nieder,
Nguyễn Thái Ngọc Duy, Johan Herland,
Johannes Schindelin, Ilari Liusvaara
Michael Haggerty <mhagger@alum.mit.edu> writes:
> I just noticed that there are exactly four Git manpages with an "AUTHOR"
> section and five with a "DOCUMENTATION" section:
>
> $ make doc
> $ grep -nIE -e '^\.SH "DOCUMENTATION|AUTHOR"' Documentation/*.[0-9]
> Documentation/git-column.1:80:.SH "AUTHOR"
> Documentation/git-for-each-ref.1:272:.SH "AUTHOR"
> Documentation/git-for-each-ref.1:275:.SH "DOCUMENTATION"
> Documentation/git-http-backend.1:404:.SH "AUTHOR"
> Documentation/git-http-backend.1:407:.SH "DOCUMENTATION"
> Documentation/git-notes.1:395:.SH "AUTHOR"
> Documentation/git-notes.1:398:.SH "DOCUMENTATION"
> Documentation/git-remote-ext.1:133:.SH "DOCUMENTATION"
> Documentation/git-remote-fd.1:71:.SH "DOCUMENTATION"
>
> These sections are inconsistent with the other manpages and seem
> superfluous in a project that has, on the one hand, a public history
> and, on the other hand, hundreds of contributors.
We decided at 48bb914e (doc: drop author/documentation sections from
most pages, 2011-03-11) to remove them for that exact reason. I'd
be happy to see the one in for-each-ref under my name go.
Thanks.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Anomalous AUTHOR and DOCUMENTATION sections in manpages
2014-01-22 11:22 Anomalous AUTHOR and DOCUMENTATION sections in manpages Michael Haggerty
` (2 preceding siblings ...)
2014-01-22 15:51 ` Junio C Hamano
@ 2014-01-22 19:49 ` Shawn Pearce
2014-01-22 20:15 ` Ilari Liusvaara
2014-01-22 21:41 ` Michael Haggerty
5 siblings, 0 replies; 8+ messages in thread
From: Shawn Pearce @ 2014-01-22 19:49 UTC (permalink / raw)
To: Michael Haggerty
Cc: git discussion list, Junio C Hamano, Jonathan Nieder,
Nguyễn Thái Ngọc Duy, Johan Herland,
Johannes Schindelin, Ilari Liusvaara
On Wed, Jan 22, 2014 at 3:22 AM, Michael Haggerty <mhagger@alum.mit.edu> wrote:
> I just noticed that there are exactly four Git manpages with an "AUTHOR"
> section and five with a "DOCUMENTATION" section:
>
> $ make doc
> $ grep -nIE -e '^\.SH "DOCUMENTATION|AUTHOR"' Documentation/*.[0-9]
> Documentation/git-column.1:80:.SH "AUTHOR"
> Documentation/git-for-each-ref.1:272:.SH "AUTHOR"
> Documentation/git-for-each-ref.1:275:.SH "DOCUMENTATION"
> Documentation/git-http-backend.1:404:.SH "AUTHOR"
> Documentation/git-http-backend.1:407:.SH "DOCUMENTATION"
> Documentation/git-notes.1:395:.SH "AUTHOR"
> Documentation/git-notes.1:398:.SH "DOCUMENTATION"
> Documentation/git-remote-ext.1:133:.SH "DOCUMENTATION"
> Documentation/git-remote-fd.1:71:.SH "DOCUMENTATION"
>
> These sections are inconsistent with the other manpages and seem
> superfluous in a project that has, on the one hand, a public history
> and, on the other hand, hundreds of contributors. Would the mentioned
> authors (CCed) consent to the removal of these sections?
Fine by me, authorship is documented by history and blame anyway. :-)
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Anomalous AUTHOR and DOCUMENTATION sections in manpages
2014-01-22 11:22 Anomalous AUTHOR and DOCUMENTATION sections in manpages Michael Haggerty
` (3 preceding siblings ...)
2014-01-22 19:49 ` Shawn Pearce
@ 2014-01-22 20:15 ` Ilari Liusvaara
2014-01-22 21:41 ` Michael Haggerty
5 siblings, 0 replies; 8+ messages in thread
From: Ilari Liusvaara @ 2014-01-22 20:15 UTC (permalink / raw)
To: Michael Haggerty
Cc: git discussion list, Junio C Hamano, Shawn O. Pearce,
Jonathan Nieder, Nguyễn Thái Ngọc Duy,
Johan Herland, Johannes Schindelin
On Wed, Jan 22, 2014 at 12:22:23PM +0100, Michael Haggerty wrote:
> I just noticed that there are exactly four Git manpages with an "AUTHOR"
> section and five with a "DOCUMENTATION" section:
>
> These sections are inconsistent with the other manpages and seem
> superfluous in a project that has, on the one hand, a public history
> and, on the other hand, hundreds of contributors. Would the mentioned
> authors (CCed) consent to the removal of these sections?
Sure (it has been copyedited a lot anyway).
-Ilari
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Anomalous AUTHOR and DOCUMENTATION sections in manpages
2014-01-22 11:22 Anomalous AUTHOR and DOCUMENTATION sections in manpages Michael Haggerty
` (4 preceding siblings ...)
2014-01-22 20:15 ` Ilari Liusvaara
@ 2014-01-22 21:41 ` Michael Haggerty
5 siblings, 0 replies; 8+ messages in thread
From: Michael Haggerty @ 2014-01-22 21:41 UTC (permalink / raw)
To: git discussion list
Cc: Junio C Hamano, Shawn O. Pearce, Jonathan Nieder,
Nguyễn Thái Ngọc Duy, Johan Herland,
Johannes Schindelin, Ilari Liusvaara
On 01/22/2014 12:22 PM, Michael Haggerty wrote:
> I just noticed that there are exactly four Git manpages with an "AUTHOR"
> section and five with a "DOCUMENTATION" section:
>
> $ make doc
> $ grep -nIE -e '^\.SH "DOCUMENTATION|AUTHOR"' Documentation/*.[0-9]
> Documentation/git-column.1:80:.SH "AUTHOR"
> Documentation/git-for-each-ref.1:272:.SH "AUTHOR"
> Documentation/git-for-each-ref.1:275:.SH "DOCUMENTATION"
> Documentation/git-http-backend.1:404:.SH "AUTHOR"
> Documentation/git-http-backend.1:407:.SH "DOCUMENTATION"
> Documentation/git-notes.1:395:.SH "AUTHOR"
> Documentation/git-notes.1:398:.SH "DOCUMENTATION"
> Documentation/git-remote-ext.1:133:.SH "DOCUMENTATION"
> Documentation/git-remote-fd.1:71:.SH "DOCUMENTATION"
>
> These sections are inconsistent with the other manpages and seem
> superfluous in a project that has, on the one hand, a public history
> and, on the other hand, hundreds of contributors. Would the mentioned
> authors (CCed) consent to the removal of these sections?
>
> I don't want to step on any feet here. If you want to keep these
> sections, I have no objection. But my guess is that people added them
> in these few instances without realizing that these sections are not
> commonly used in Git documentation.
Thanks for the quick responses, everybody. I'll prepare a patch.
Michael
--
Michael Haggerty
mhagger@alum.mit.edu
http://softwareswirl.blogspot.com/
^ permalink raw reply [flat|nested] 8+ messages in thread