1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-08-07 22:02:56 +03:00

Fix stashing partialy staged files for git version >= 2.35.0

Use `git stash push --staged` git feature available on git version >
2.35.0.
This commit is contained in:
dsolerhww
2024-05-17 21:36:28 +03:00
committed by Stefan Haller
parent d8b3c0e568
commit 5b80c0c792
3 changed files with 86 additions and 2 deletions

View File

@@ -257,6 +257,7 @@ var tests = []*components.IntegrationTest{
stash.StashAndKeepIndex,
stash.StashIncludingUntrackedFiles,
stash.StashStaged,
stash.StashStagedPartialFile,
stash.StashUnstaged,
status.ClickRepoNameToOpenReposMenu,
status.ClickToFocus,