docs: simplify `Fixes:` git command
authorEric Engestrom <eric.engestrom@intel.com>
Fri, 19 Jul 2019 20:27:44 +0000 (21:27 +0100)
committerEric Engestrom <eric@engestrom.ch>
Fri, 19 Jul 2019 22:24:28 +0000 (22:24 +0000)
Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
docs/submittingpatches.html

index d8b9fc3b643d295af0675c04de38d474ae56f2a1..786af10459e979db9e90b9532b4de31ddb56bbe8 100644 (file)
@@ -85,7 +85,9 @@ noted in the patch comment.  For example:
 <pre>
    Fixes: d7b3707c612 "util/disk_cache: use stat() to check if entry is a directory"
 </pre>
-<li>You can produce those fixes lines by running <pre>git config --global pretty.fixes 'Fixes: %h ("%s")'</pre> once and then using <pre>git show -s --pretty=fixes &lt;sha1&gt;</pre>
+<li>You can produce those fixes lines by running
+<pre>git config --global alias.fixes "show -s --pretty='format:Fixes: %h (\"%s\")'"</pre>
+once and then using <pre>git fixes &lt;sha1&gt;</pre>
 <li>If there have been several revisions to a patch during the review
 process, they should be noted such as in this example:
 <pre>