mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 08:14:15 +08:00
022bb490c7
A branch with merges in will sometimes create a diffstat containing a lot of unrelated work at "git request-pull" time. Create a document based on Linus's advice (found in the links below) and add it to the maintainer manual in the hope of saving some wear on Linus's keyboard going forward. Link: https://lore.kernel.org/lkml/CAHk-=wg3wXH2JNxkQi+eLZkpuxqV+wPiHhw_Jf7ViH33Sw7PHA@mail.gmail.com/ Link: https://lore.kernel.org/lkml/CAHk-=wgXbSa8yq8Dht8at+gxb_idnJ7X5qWZQWRBN4_CUPr=eQ@mail.gmail.com/ Acked-by: Borislav Petkov <bp@suse.de> Reviewed-by: Akira Yokosawa <akiyks@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
19 lines
411 B
ReStructuredText
19 lines
411 B
ReStructuredText
==========================
|
|
Kernel Maintainer Handbook
|
|
==========================
|
|
|
|
This document is the humble beginning of a manual for kernel maintainers.
|
|
There is a lot yet to go here! Please feel free to propose (and write)
|
|
additions to this manual.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
configure-git
|
|
rebasing-and-merging
|
|
pull-requests
|
|
messy-diffstat
|
|
maintainer-entry-profile
|
|
modifying-patches
|
|
|