Skip to content

Commit

Permalink
fixup! rebase: allow overriding the maximal length of the generated l…
Browse files Browse the repository at this point in the history
…abels

Ooops. That was for debugging, not supposed to be committed.

Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Aug 11, 2023
1 parent d4e8fa6 commit 0d36c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t3430-rebase-merges.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ test_expect_success 'create completely different structure' '
EOF
test_config sequence.editor \""$PWD"/replace-editor.sh\" &&
test_tick &&
debug git rebase -i -r A main &&
git rebase -i -r A main &&
test_cmp_graph <<-\EOF
* Merge the topic branch '\''onebranch'\''
|\
Expand Down

0 comments on commit 0d36c05

Please sign in to comment.