]> git.ipfire.org Git - thirdparty/haproxy.git/commit
SCRIPTS: git-show-backports: do not truncate git-show output
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 20 Jun 2024 09:22:59 +0000 (11:22 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 21 Jun 2024 13:08:42 +0000 (15:08 +0200)
commitb27470fd1d06acd6dc33161e1fdb6743f72770df
tree124bcc76c3a5331d8ddb7873166fc2f6159c34bf
parent5756f10cbcf0cb4108e2ef2463bdc21682213db4
SCRIPTS: git-show-backports: do not truncate git-show output

git-show-backports lists a git-show command which can be used to inspect
all commits subject to backport. This command specifies formatting
option to reproduce default git-show output, especially for commit
messages indented with 4 spaces character. However, it also add wrapping
on message line longer than 72 characters. This reduce lisibility of
messages where large info are written such as backtraces.

Improve this by changing git-show format option. Use a limit value of 0
to disable wrapping while preserving indentation.

This could be backported to every stable version to simplify backporting
process.
scripts/git-show-backports