aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/SubmittingPatches
diff options
context:
space:
mode:
authorLinus Arver <linusa@google.com>2023-07-14 06:01:31 +0000
committerJunio C Hamano <gitster@pobox.com>2023-07-14 10:31:43 -0700
commitb5dbfe28a4eafc2c6c7f495983f141abcafafdfb (patch)
treebf87218e005e2301b3ed2b7b14468fa00b3f4a6a /Documentation/SubmittingPatches
parent3423e372e4021b6608d4b5e65da9231425d0c455 (diff)
downloadgit-b5dbfe28a4eafc2c6c7f495983f141abcafafdfb.tar.gz
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 <gitster@pobox.com> Signed-off-by: Linus Arver <linusa@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/SubmittingPatches')
-rw-r--r--Documentation/SubmittingPatches8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches
index 7919a362e3..f1d1446764 100644
--- a/Documentation/SubmittingPatches
+++ b/Documentation/SubmittingPatches
@@ -7,8 +7,8 @@ Here are some guidelines for contributing back to this
project. There is also a link:MyFirstContribution.html[step-by-step tutorial]
available which covers many of these same guidelines.
-[[base-branch]]
-=== Decide what to base your work on.
+[[choose-starting-point]]
+=== Choose a starting point.
In general, always base your work on the oldest branch that your
change is relevant to.
@@ -317,8 +317,8 @@ Please make sure your patch does not add commented out debugging code,
or include any extra files which do not relate to what your patch
is trying to achieve. Make sure to review
your patch after generating it, to ensure accuracy. Before
-sending out, please make sure it cleanly applies to the base you
-have chosen in the "Decide what to base your work on" section,
+sending out, please make sure it cleanly applies to the starting point you
+have chosen in the "Choose a starting point" section,
and unless it targets the `master` branch (which is the default),
mark your patches as such.