1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-08-09 09:22:48 +03:00

Remove the old experimentalShowBranchHeads mechanism and config

We are going to replace it with a better one later in this branch.
This commit is contained in:
Stefan Haller
2023-07-11 13:48:18 +02:00
parent 7b8ebfa27e
commit 9c57444adc
5 changed files with 43 additions and 111 deletions

View File

@@ -117,7 +117,6 @@ var tests = []*components.IntegrationTest{
interactive_rebase.AmendMerge,
interactive_rebase.AmendNonHeadCommitDuringRebase,
interactive_rebase.DropTodoCommitWithUpdateRef,
interactive_rebase.DropTodoCommitWithUpdateRefShowBranchHeads,
interactive_rebase.DropWithCustomCommentChar,
interactive_rebase.EditFirstCommit,
interactive_rebase.EditNonTodoCommitDuringRebase,