projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed85ae5
)
docs: process: Add an example for creating a fixes tag
author
Tom Rix
<trix@redhat.com>
Fri, 10 Jul 2020 20:01:15 +0000
(13:01 -0700)
committer
Jonathan Corbet
<corbet@lwn.net>
Thu, 23 Jul 2020 20:49:23 +0000
(14:49 -0600)
To make it a little clearer how to create a fixes tag,
add an example based on the preceeding gitconfig setup.
Signed-off-by: Tom Rix <trix@redhat.com>
Link:
https://lore.kernel.org/r/20200710200115.21176-1-trix@redhat.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/process/submitting-patches.rst
patch
|
blob
|
history
diff --git
a/Documentation/process/submitting-patches.rst
b/Documentation/process/submitting-patches.rst
index e58b2c541d2533524bcda5b0b8783bc9d548cfe8..5219bf3cddfc6af1ca378b3e9274c1ca91273fa6 100644
(file)
--- a/
Documentation/process/submitting-patches.rst
+++ b/
Documentation/process/submitting-patches.rst
@@
-196,6
+196,11
@@
outputting the above style in the ``git log`` or ``git show`` commands::
[pretty]
fixes = Fixes: %h (\"%s\")
+An example call::
+
+ $ git log -1 --pretty=fixes 54a4f0239f2e
+ Fixes: 54a4f0239f2e ("KVM: MMU: make kvm_mmu_zap_page() return the number of pages it actually freed")
+
.. _split_changes:
3) Separate your changes