summaryrefslogtreecommitdiffstats
path: root/pkg/commands
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-08-23 15:01:02 +1000
committerJesse Duffield <jessedduffield@gmail.com>2020-08-23 15:11:06 +1000
commitfce7cdcc0ae54ce625659a178af698db398c047e (patch)
tree237c19ae514418772c94e0a2e5c93b58ac03707d /pkg/commands
parent4fb52ce2abcd9cfbd566188a20c8919e27dafebb (diff)
enlargen stash window when its focused
Diffstat (limited to 'pkg/commands')
-rw-r--r--pkg/commands/git.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/commands/git.go b/pkg/commands/git.go
index 51e277835..d5577068a 100644
--- a/pkg/commands/git.go
+++ b/pkg/commands/git.go
@@ -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