mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-08-07 22:02:56 +03:00
Remove obsolete git version restrictions
This commit is contained in:
@@ -8,7 +8,6 @@ import (
|
||||
var NegativeRefspec = NewIntegrationTest(NewIntegrationTestArgs{
|
||||
Description: "Having a config with a negative refspec",
|
||||
ExtraCmdArgs: []string{},
|
||||
GitVersion: AtLeast("2.29.0"),
|
||||
SetupRepo: func(shell *Shell) {
|
||||
shell.
|
||||
SetConfig("remote.origin.fetch", "^refs/heads/test").
|
||||
|
Reference in New Issue
Block a user