Skip to content

Commit 1d5742c

Browse files
committed
Merge branch 'jk/doc-credits' of git://github.com/peff/git
* 'jk/doc-credits' of git://github.com/peff/git: docs: point git.txt author credits to git-scm.com doc: add missing git footers doc: drop author/documentation sections from most pages
2 parents a35138a + d8f708f commit 1d5742c

File tree

138 files changed

+25
-1133
lines changed

Some content is hidden

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

138 files changed

+25
-1133
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 <[email protected]>
384-
385-
Documentation
386-
--------------
387-
Documentation by Junio C Hamano and the git-list <[email protected]>.
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 <[email protected]>
196-
197-
Documentation
198-
--------------
199-
Documentation by Petr Baudis, Junio C Hamano and the git-list <[email protected]>.
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 <[email protected]>.
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 <[email protected]>
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 <[email protected]>.
113-
114-
Documentation
115-
--------------
116-
Documentation by Junio C Hamano, Martin Langhoff and the git-list <[email protected]>.
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 <[email protected]>.
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 <[email protected]>
328-
329-
Documentation
330-
-------------
331-
Documentation by Junio C Hamano and the git-list <[email protected]>.
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 <[email protected]>
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 <[email protected]> and Junio C Hamano <[email protected]>
238-
239-
Documentation
240-
--------------
241-
Documentation by Junio C Hamano and the git-list <[email protected]>.
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 <[email protected]>
207-
208204
GIT
209205
---
210206
Part of the linkgit:git[1] suite

0 commit comments

Comments
 (0)