Skip to content

Commit 3423e37

Browse files
Linus Arvergitster
authored andcommitted
SubmittingPatches: discuss subsystems separately from git.git
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent fc0825d commit 3423e37

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Documentation/SubmittingPatches

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ change is relevant to.
3535
to stabilize, you would have to rebase it (see the "depends on other
3636
topics" above).
3737

38-
* Some parts of the system have dedicated maintainers with their own
39-
repositories (see the section "Subsystems" below). Changes to
40-
these parts should be based on their trees.
41-
4238
To find the tip of a topic branch, run `git log --first-parent
4339
master..seen` and look for the merge commit. The second parent of this
4440
commit is the tip of the topic branch.
4541

42+
Finally, note that some parts of the system have dedicated maintainers
43+
with their own separate source code repositories (see the section
44+
"Subsystems" below).
45+
4646
[[separate-commits]]
4747
=== Make separate commits for logically separate changes.
4848

0 commit comments

Comments
 (0)