]> git.ipfire.org Git - thirdparty/git.git/commit
rebase: allow overriding the maximal length of the generated labels
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 10 Aug 2023 16:35:00 +0000 (16:35 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 10 Aug 2023 17:12:31 +0000 (10:12 -0700)
commitac300bda10a137be06b7ac7c41452dbf8864f134
treee4dfb61663faf46a4b0cc9d707287d835913144c
parent7481d2bfca7fd36f63fd437508be2bca338c9477
rebase: allow overriding the maximal length of the generated labels

With this change, users can override the compiled-in default for the
maximal length of the label names generated by `git rebase
--rebase-merges`.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Mark Ruvald Pedersen <mped@demant.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config/rebase.txt
sequencer.c
t/t3430-rebase-merges.sh