This patch series 1. adds "the perfect patch" doc 2. adds "submission format" doc 3. update refs to perfect-patch 4. fix link in perfect patch 5. update refs to sub-format 6. fix source ref in perfect patch 7. reformat submission format doc 8. move other documents into patch sub directory. Ben Minerds (8): Documentation: Adding "The Perfect Patch" by Andrew Morton Documentation: Adding "Linux Kernel Patch Submission Format" Documentation: Replacing references to broken perfect patch URL Documentation: Replacing reference to broken perfect patch URL Documentation: Replacing reference to broken submission format URL Documentation: Updating a broken link in "the perfect patch" Documentation: Reformatting "Linux Kernel Patch Submission Format" Documentation: Move other patch related document Documentation/HOWTO | 12 +- Documentation/SubmittingPatches | 743 --------------------- Documentation/applying-patches.txt | 454 ------------- .../patches/Patch-Submission-Format.txt | 131 ++++ .../development-process/patches/SubmittingPatches | 743 +++++++++++++++++++++ .../patches/The-Perfect-Patch.txt | 167 +++++ .../patches/applying-patches.txt | 454 +++++++++++++ Documentation/ja_JP/HOWTO | 10 +- Documentation/ja_JP/SubmittingPatches | 4 +- Documentation/ko_KR/HOWTO | 6 +- Documentation/zh_CN/HOWTO | 6 +- Documentation/zh_CN/SubmittingPatches | 4 +- 12 files changed, 1516 insertions(+), 1218 deletions(-) delete mode 100644 Documentation/SubmittingPatches delete mode 100644 Documentation/applying-patches.txt create mode 100644 Documentation/development-process/patches/Patch-Submission-Format.txt create mode 100644 Documentation/development-process/patches/SubmittingPatches create mode 100644 Documentation/development-process/patches/The-Perfect-Patch.txt create mode 100644 Documentation/development-process/patches/applying-patches.txt -- 1.8.1.2 -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html