1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-31 14:24:25 +03:00

Add own version for test move_to_earlier_commit for older git versions

This commit is contained in:
Stefan Haller
2023-04-15 12:53:23 +02:00
parent c8f26aca68
commit d607b366cb
3 changed files with 79 additions and 0 deletions

View File

@ -9,6 +9,7 @@ var MoveToEarlierCommit = NewIntegrationTest(NewIntegrationTestArgs{
Description: "Move a patch from a commit to an earlier commit",
ExtraCmdArgs: "",
Skip: false,
GitVersion: AtLeast("2.26.0"),
SetupConfig: func(config *config.AppConfig) {},
SetupRepo: func(shell *Shell) {
shell.CreateDir("dir")