diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-03-27 19:46:59 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-03-27 19:46:59 -0700 |
commit | 93567c43eb2a4771b9c590435928f9b3a428e568 (patch) | |
tree | 67879e1e1b597d5557a8a7798d22a1dab6b92d01 /Documentation/development-process/7.AdvancedTopics | |
parent | 1680a013b4ef5c5a6aea239d08042652ea65e759 (diff) | |
parent | 5c050fb96380a87a85aad9084b68fdcd2b84c193 (diff) | |
download | op-kernel-dev-93567c43eb2a4771b9c590435928f9b3a428e568.zip op-kernel-dev-93567c43eb2a4771b9c590435928f9b3a428e568.tar.gz |
Merge branch 'docs-next' of git://git.lwn.net/linux-2.6
* 'docs-next' of git://git.lwn.net/linux-2.6:
docs: update the development process document
docs: fix dev_debug() braino in dynamic-debug-howto.txt
Diffstat (limited to 'Documentation/development-process/7.AdvancedTopics')
-rw-r--r-- | Documentation/development-process/7.AdvancedTopics | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/development-process/7.AdvancedTopics b/Documentation/development-process/7.AdvancedTopics index 8371794..26dc3fa 100644 --- a/Documentation/development-process/7.AdvancedTopics +++ b/Documentation/development-process/7.AdvancedTopics @@ -119,7 +119,7 @@ can affect your ability to get trees pulled in the future. Quoting Linus: to trust things *without* then having to go and check every individual change by hand. -(http://lwn.net/Articles/224135/). +(http://lwn.net/Articles/224135/). To avoid this kind of situation, ensure that all patches within a given branch stick closely to the associated topic; a "driver fixes" branch @@ -138,7 +138,7 @@ When requesting a pull, be sure to give all the relevant information: where your tree is, what branch to pull, and what changes will result from the pull. The git request-pull command can be helpful in this regard; it will format the request as other developers expect, and will also check to be -sure that you have remembered to push those changes to the public server. +sure that you have remembered to push those changes to the public server. 7.2: REVIEWING PATCHES |