Skip to content

Commit b5dbfe2

Browse files
Linus Arvergitster
authored andcommitted
SubmittingPatches: de-emphasize branches as starting points
It could be that a suitable branch does not exist, so instead just use the phrase "starting point". Technically speaking the starting point would be a commit (not a branch) anyway. Helped-by: Junio C Hamano <[email protected]> Signed-off-by: Linus Arver <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3423e37 commit b5dbfe2

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
@@ -7,8 +7,8 @@ Here are some guidelines for contributing back to this
77
project. There is also a link:MyFirstContribution.html[step-by-step tutorial]
88
available which covers many of these same guidelines.
99

10-
[[base-branch]]
11-
=== Decide what to base your work on.
10+
[[choose-starting-point]]
11+
=== Choose a starting point.
1212

1313
In general, always base your work on the oldest branch that your
1414
change is relevant to.
@@ -317,8 +317,8 @@ Please make sure your patch does not add commented out debugging code,
317317
or include any extra files which do not relate to what your patch
318318
is trying to achieve. Make sure to review
319319
your patch after generating it, to ensure accuracy. Before
320-
sending out, please make sure it cleanly applies to the base you
321-
have chosen in the "Decide what to base your work on" section,
320+
sending out, please make sure it cleanly applies to the starting point you
321+
have chosen in the "Choose a starting point" section,
322322
and unless it targets the `master` branch (which is the default),
323323
mark your patches as such.
324324

0 commit comments

Comments
 (0)