mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-31 14:24:25 +03:00
Remove obsolete git version restrictions
This commit is contained in:
@ -8,7 +8,6 @@ import (
|
|||||||
var NegativeRefspec = NewIntegrationTest(NewIntegrationTestArgs{
|
var NegativeRefspec = NewIntegrationTest(NewIntegrationTestArgs{
|
||||||
Description: "Having a config with a negative refspec",
|
Description: "Having a config with a negative refspec",
|
||||||
ExtraCmdArgs: []string{},
|
ExtraCmdArgs: []string{},
|
||||||
GitVersion: AtLeast("2.29.0"),
|
|
||||||
SetupRepo: func(shell *Shell) {
|
SetupRepo: func(shell *Shell) {
|
||||||
shell.
|
shell.
|
||||||
SetConfig("remote.origin.fetch", "^refs/heads/test").
|
SetConfig("remote.origin.fetch", "^refs/heads/test").
|
||||||
|
@ -9,7 +9,6 @@ var MoveToEarlierCommit = NewIntegrationTest(NewIntegrationTestArgs{
|
|||||||
Description: "Move a patch from a commit to an earlier commit",
|
Description: "Move a patch from a commit to an earlier commit",
|
||||||
ExtraCmdArgs: []string{},
|
ExtraCmdArgs: []string{},
|
||||||
Skip: false,
|
Skip: false,
|
||||||
GitVersion: AtLeast("2.26.0"),
|
|
||||||
SetupConfig: func(config *config.AppConfig) {},
|
SetupConfig: func(config *config.AppConfig) {},
|
||||||
SetupRepo: func(shell *Shell) {
|
SetupRepo: func(shell *Shell) {
|
||||||
shell.CreateDir("dir")
|
shell.CreateDir("dir")
|
||||||
|
@ -9,7 +9,6 @@ var MoveToNewCommitBefore = NewIntegrationTest(NewIntegrationTestArgs{
|
|||||||
Description: "Move a patch from a commit to a new commit before the original one",
|
Description: "Move a patch from a commit to a new commit before the original one",
|
||||||
ExtraCmdArgs: []string{},
|
ExtraCmdArgs: []string{},
|
||||||
Skip: false,
|
Skip: false,
|
||||||
GitVersion: AtLeast("2.26.0"),
|
|
||||||
SetupConfig: func(config *config.AppConfig) {},
|
SetupConfig: func(config *config.AppConfig) {},
|
||||||
SetupRepo: func(shell *Shell) {
|
SetupRepo: func(shell *Shell) {
|
||||||
shell.CreateDir("dir")
|
shell.CreateDir("dir")
|
||||||
|
Reference in New Issue
Block a user