1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-08-09 09:22:48 +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

@@ -117,6 +117,7 @@ var tests = []*components.IntegrationTest{
patch_building.ApplyInReverseWithConflict,
patch_building.CopyPatchToClipboard,
patch_building.MoveToEarlierCommit,
patch_building.MoveToEarlierCommitNoKeepEmpty,
patch_building.MoveToIndex,
patch_building.MoveToIndexPartOfAdjacentAddedLines,
patch_building.MoveToIndexPartial,