1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-15 00:15:32 +02:00

enlargen stash window when its focused

This commit is contained in:
Jesse Duffield
2020-08-23 15:01:02 +10:00
parent 4fb52ce2ab
commit fce7cdcc0a
2 changed files with 24 additions and 2 deletions

View File

@ -228,7 +228,7 @@ func stashEntryFromLine(line string, index int) *StashEntry {
// GetStashEntryDiff stash diff
func (c *GitCommand) ShowStashEntryCmdStr(index int) string {
return fmt.Sprintf("git stash show -p --color=%s stash@{%d}", c.colorArg(), index)
return fmt.Sprintf("git stash show -p --stat --color=%s stash@{%d}", c.colorArg(), index)
}
// GetStatusFiles git status files