*: 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user