Signed-off-by: Kristoffer Haugsbakk <code@xxxxxxxxxxxxxxx> --- Documentation/git-interpret-trailers.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/git-interpret-trailers.txt b/Documentation/git-interpret-trailers.txt index 22ff3a603e..787332771e 100644 --- a/Documentation/git-interpret-trailers.txt +++ b/Documentation/git-interpret-trailers.txt @@ -408,9 +408,9 @@ $ git config trailer.see.ifMissing "doNothing" $ git config trailer.see.command "git log -1 --oneline --format=\"%h (%s)\" --abbrev-commit --abbrev=14 \$ARG" $ git interpret-trailers <<EOF > subject -> +> > message -> +> > see: HEAD~2 > EOF subject @@ -429,9 +429,9 @@ See-also: fe3187489d69c4 (subject of related commit) ------------ $ sed -e 's/ Z$/ /' >commit_template.txt <<EOF > ***subject*** -> +> > ***message*** -> +> > Fixes: Z > Cc: Z > Reviewed-by: Z -- 2.40.0