summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/interactive_rebase/drop_todo_commit_with_update_ref_show_branch_heads.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2023-05-03 17:59:07 +1000
committerGitHub <noreply@github.com>2023-05-03 17:59:07 +1000
commit5149b24ab3dfad3860e2300519c7c583dcc8c9ff (patch)
tree5fc70b6d1cfb018dbba64de1425a9cd3b9de3d65 /pkg/integration/tests/interactive_rebase/drop_todo_commit_with_update_ref_show_branch_heads.go
parentc520c5cfc3916def187581145c7dcc876e988f8f (diff)
parentd607b366cb809e821c4d5531a2f2f8abe35e5ba0 (diff)
Merge pull request #2585 from stefanhaller/only-use-empty-arg-when-availablev0.38.2
Diffstat (limited to 'pkg/integration/tests/interactive_rebase/drop_todo_commit_with_update_ref_show_branch_heads.go')
-rw-r--r--pkg/integration/tests/interactive_rebase/drop_todo_commit_with_update_ref_show_branch_heads.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/integration/tests/interactive_rebase/drop_todo_commit_with_update_ref_show_branch_heads.go b/pkg/integration/tests/interactive_rebase/drop_todo_commit_with_update_ref_show_branch_heads.go
index cb42ce989..6321891a7 100644
--- a/pkg/integration/tests/interactive_rebase/drop_todo_commit_with_update_ref_show_branch_heads.go
+++ b/pkg/integration/tests/interactive_rebase/drop_todo_commit_with_update_ref_show_branch_heads.go
@@ -9,7 +9,7 @@ var DropTodoCommitWithUpdateRefShowBranchHeads = NewIntegrationTest(NewIntegrati
Description: "Drops a commit during interactive rebase when there is an update-ref in the git-rebase-todo file (with experimentalShowBranchHeads on)",
ExtraCmdArgs: "",
Skip: false,
- GitVersion: From("2.38.0"),
+ GitVersion: AtLeast("2.38.0"),
SetupConfig: func(config *config.AppConfig) {
config.UserConfig.Gui.ExperimentalShowBranchHeads = true
},