haproxy/scripts
Amaury Denoyelle a4c5cae3bb 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.

(cherry picked from commit b27470fd1d06acd6dc33161e1fdb6743f72770df)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
2024-06-26 15:16:24 +02:00
..
announce-release SCRIPTS: announce-release: add a link to the data plane API 2022-11-28 07:31:54 +01:00
backport CLEANUP: assorted typo fixes in the code and comments 2020-04-17 09:37:36 +02:00
build-ot.sh CI: refactor OpenTracing build script 2022-01-19 07:37:40 +01:00
build-ssl.sh CI: scripts/buil-ssl: cleanup the boringssl and quictls build 2024-05-23 16:54:30 +02:00
build-vtest.sh CI: scripts: build vtest using multiple CPUs 2024-05-27 12:15:50 +02:00
create-release REORG: include: move version.h to haproxy/ 2020-06-11 10:18:56 +02:00
git-show-backports SCRIPTS: git-show-backports: do not truncate git-show output 2024-06-26 15:16:24 +02:00
make-releases-json CLEANUP: assorted typo fixes in the code and comments 2022-10-30 17:17:56 +01:00
mk-patch-list.sh SCRIPTS: mk-patch-list: produce a list of patches 2023-12-18 20:50:51 +01:00
publish-release SCRIPTS: publish-release: update the umask to keep group write access 2023-05-24 22:49:12 +02:00
run-regtests.sh REGTESTS: scripts: allow to change the vtest timeout 2024-05-22 15:43:53 +02:00