forked from mirrors/nixpkgs
doc/contributing: mention the word “backporting” for grep-ability
When a contributor wants to know how to do this ominous “backporting” everybody is talking about, a grep should be enough to find it.
This commit is contained in:
parent
50d06185ca
commit
85c2bb3781
|
@ -441,7 +441,7 @@ Additional information.
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
If you're cherry-picking a commit to a stable release branch, always use <command>git cherry-pick -xe</command> and ensure the message contains a clear description about why this needs to be included in the stable branch.
|
||||
If you're cherry-picking a commit to a stable release branch (“backporting”), always use <command>git cherry-pick -xe</command> and ensure the message contains a clear description about why this needs to be included in the stable branch.
|
||||
</para>
|
||||
<para>
|
||||
An example of a cherry-picked commit would look like this:
|
||||
|
|
Loading…
Reference in a new issue