From fec4e7243b3ef960fb5c4fd6b0bb54f4da34f949 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Thu, 14 May 2015 18:56:23 +0200 Subject: 35016: introduce new pretty formats %g[sdD] for reflog information --- Completion/Unix/Command/_git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index c01333ba4..5df01f706 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -5532,7 +5532,7 @@ __git_stashes () { local expl declare -a stashes - stashes=(${${(f)"$(_call_program stashes git stash list 2>/dev/null)"}/: */}) + stashes=(${(f)"$(_call_program stashes git stash list --pretty=format:%gd 2>/dev/null)"}) __git_command_successful $pipestatus || return 1 _wanted stashes expl stash compadd "$@" -a - stashes -- cgit 1.4.1