]> git.ipfire.org Git - thirdparty/git.git/commitdiff
SubmittingPatches: discuss subsystems separately from git.git
authorLinus Arver <linusa@google.com>
Fri, 14 Jul 2023 06:01:30 +0000 (06:01 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 14 Jul 2023 17:31:43 +0000 (10:31 -0700)
The discussion around subsystems disrupts the flow of discussion in the
surrounding area, which only deals with starting points used for the
git.git project. So move this bullet point out to the end.

Signed-off-by: Linus Arver <linusa@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/SubmittingPatches

index b89678cedc3890b4cd748365cf2c7f2e6e5c1b32..7919a362e3160e92620f97206aa10dc65700d631 100644 (file)
@@ -35,14 +35,14 @@ change is relevant to.
   to stabilize, you would have to rebase it (see the "depends on other
   topics" above).
 
-* Some parts of the system have dedicated maintainers with their own
-  repositories (see the section "Subsystems" below).  Changes to
-  these parts should be based on their trees.
-
 To find the tip of a topic branch, run `git log --first-parent
 master..seen` and look for the merge commit. The second parent of this
 commit is the tip of the topic branch.
 
+Finally, note that some parts of the system have dedicated maintainers
+with their own separate source code repositories (see the section
+"Subsystems" below).
+
 [[separate-commits]]
 === Make separate commits for logically separate changes.