Skip to content

Commit 48bb914

Browse files
committed
doc: drop author/documentation sections from most pages
The point of these sections is generally to: 1. Give credit where it is due. 2. Give the reader an idea of where to ask questions or file bug reports. But they don't do a good job of either case. For (1), they are out of date and incomplete. A much more accurate answer can be gotten through shortlog or blame. For (2), the correct contact point is generally git@vger, and even if you wanted to cc the contact point, the out-of-date and incomplete fields mean you're likely sending to somebody useless. So let's drop the fields entirely from all manpages except git(1) itself. We already point people to the mailing list for bug reports there, and we can update the Authors section to give credit to the major contributors and point to shortlog and blame for more information. Each page has a "This is part of git" footer, so people can follow that to the main git manpage.
1 parent adfe4e1 commit 48bb914

File tree

134 files changed

+4
-1134
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+4
-1134
lines changed

Documentation/git-add.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -378,14 +378,6 @@ linkgit:git-mv[1]
378378
linkgit:git-commit[1]
379379
linkgit:git-update-index[1]
380380

381-
Author
382-
------
383-
Written by Linus Torvalds <torvalds@osdl.org>
384-
385-
Documentation
386-
--------------
387-
Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
388-
389381
GIT
390382
---
391383
Part of the linkgit:git[1] suite

Documentation/git-am.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -189,15 +189,6 @@ SEE ALSO
189189
--------
190190
linkgit:git-apply[1].
191191

192-
193-
Author
194-
------
195-
Written by Junio C Hamano <gitster@pobox.com>
196-
197-
Documentation
198-
--------------
199-
Documentation by Petr Baudis, Junio C Hamano and the git-list <git@vger.kernel.org>.
200-
201192
GIT
202193
---
203194
Part of the linkgit:git[1] suite

Documentation/git-annotate.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ SEE ALSO
2727
--------
2828
linkgit:git-blame[1]
2929

30-
AUTHOR
31-
------
32-
Written by Ryan Anderson <ryan@michonline.com>.
33-
3430
GIT
3531
---
3632
Part of the linkgit:git[1] suite

Documentation/git-apply.txt

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -246,20 +246,10 @@ If `--index` is not specified, then the submodule commits in the patch
246246
are ignored and only the absence or presence of the corresponding
247247
subdirectory is checked and (if possible) updated.
248248

249-
250249
SEE ALSO
251250
--------
252251
linkgit:git-am[1].
253252

254-
255-
Author
256-
------
257-
Written by Linus Torvalds <torvalds@osdl.org>
258-
259-
Documentation
260-
--------------
261-
Documentation by Junio C Hamano
262-
263253
GIT
264254
---
265255
Part of the linkgit:git[1] suite

Documentation/git-archimport.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,6 @@ OPTIONS
107107
Archive/branch identifier in a format that `tla log` understands.
108108

109109

110-
Author
111-
------
112-
Written by Martin Langhoff <martin@laptop.org>.
113-
114-
Documentation
115-
--------------
116-
Documentation by Junio C Hamano, Martin Langhoff and the git-list <git@vger.kernel.org>.
117-
118110
GIT
119111
---
120112
Part of the linkgit:git[1] suite

Documentation/git-archive.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -153,14 +153,6 @@ SEE ALSO
153153
--------
154154
linkgit:gitattributes[5]
155155

156-
Author
157-
------
158-
Written by Franck Bui-Huu and Rene Scharfe.
159-
160-
Documentation
161-
--------------
162-
Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
163-
164156
GIT
165157
---
166158
Part of the linkgit:git[1] suite

Documentation/git-bisect.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -322,14 +322,6 @@ $ git bisect run sh -c "make || exit 125; ~/check_test_case.sh"
322322
+
323323
Does the same as the previous example, but on a single line.
324324

325-
Author
326-
------
327-
Written by Linus Torvalds <torvalds@osdl.org>
328-
329-
Documentation
330-
-------------
331-
Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
332-
333325
SEE ALSO
334326
--------
335327
link:git-bisect-lk2009.html[Fighting regressions with git bisect],

Documentation/git-blame.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -198,10 +198,6 @@ SEE ALSO
198198
--------
199199
linkgit:git-annotate[1]
200200

201-
AUTHOR
202-
------
203-
Written by Junio C Hamano <gitster@pobox.com>
204-
205201
GIT
206202
---
207203
Part of the linkgit:git[1] suite

Documentation/git-branch.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -232,14 +232,6 @@ linkgit:git-remote[1],
232232
link:user-manual.html#what-is-a-branch[``Understanding history: What is
233233
a branch?''] in the Git User's Manual.
234234

235-
Author
236-
------
237-
Written by Linus Torvalds <torvalds@osdl.org> and Junio C Hamano <gitster@pobox.com>
238-
239-
Documentation
240-
--------------
241-
Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
242-
243235
GIT
244236
---
245237
Part of the linkgit:git[1] suite

Documentation/git-bundle.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,10 +201,6 @@ You can also see what references it offers:
201201
$ git ls-remote mybundle
202202
----------------
203203

204-
Author
205-
------
206-
Written by Mark Levedahl <mdl123@verizon.net>
207-
208204
GIT
209205
---
210206
Part of the linkgit:git[1] suite

0 commit comments

Comments
 (0)