*: Wrap lines at 80 columns where appropriate

Wrap lines at 80 columns where appropriate and I had the energy to think
about how/where to wrap.

There are still lines longer than that, which I plan to wrap in the
future. But that is enough for now.
This commit is contained in:
2022-05-11 14:58:08 +02:00
parent 3ced540d3a
commit b96d32996b
18 changed files with 165 additions and 65 deletions

View File

@@ -25,7 +25,8 @@ subject="${subject#squash! }"
# and thus all other characters are free to use.
git_comment_char="$(git config --get --default='#' core.commentChar \
| sed 's:\^:\\&:g')"
# git's cut-line to cut off everything behind it (e.g. commit patch when verbose)
# git's cut-line to cut off everything behind it (e.g. commit patch with
# `commit.verbose`)
cut_line='------------------------ >8 ------------------------'
# Take all lines after the subject until EOF or the cut-line (here `auto` is