Skip to content

Commit 5fc64ce

Browse files
committed
Remove obsolete git version restrictions
1 parent 6a58076 commit 5fc64ce

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

pkg/integration/tests/config/negative_refspec.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import (
88
var NegativeRefspec = NewIntegrationTest(NewIntegrationTestArgs{
99
Description: "Having a config with a negative refspec",
1010
ExtraCmdArgs: []string{},
11-
GitVersion: AtLeast("2.29.0"),
1211
SetupRepo: func(shell *Shell) {
1312
shell.
1413
SetConfig("remote.origin.fetch", "^refs/heads/test").

pkg/integration/tests/patch_building/move_to_earlier_commit.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ var MoveToEarlierCommit = NewIntegrationTest(NewIntegrationTestArgs{
99
Description: "Move a patch from a commit to an earlier commit",
1010
ExtraCmdArgs: []string{},
1111
Skip: false,
12-
GitVersion: AtLeast("2.26.0"),
1312
SetupConfig: func(config *config.AppConfig) {},
1413
SetupRepo: func(shell *Shell) {
1514
shell.CreateDir("dir")

pkg/integration/tests/patch_building/move_to_new_commit_before.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ var MoveToNewCommitBefore = NewIntegrationTest(NewIntegrationTestArgs{
99
Description: "Move a patch from a commit to a new commit before the original one",
1010
ExtraCmdArgs: []string{},
1111
Skip: false,
12-
GitVersion: AtLeast("2.26.0"),
1312
SetupConfig: func(config *config.AppConfig) {},
1413
SetupRepo: func(shell *Shell) {
1514
shell.CreateDir("dir")

0 commit comments

Comments
 (0)