]> git.ipfire.org Git - thirdparty/git.git/commit
git-completion.bash: add completion for stash list
authorSteven Fernandez <steve@lonetwin.net>
Thu, 27 Sep 2018 19:59:00 +0000 (20:59 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 7 Oct 2018 01:05:49 +0000 (10:05 +0900)
commit705f5f122cb3659db20e0a621ab1e9c09f1e0624
treea25432814f9fb5ffb890d1eb9a9b33c3592e3fc1
parentf84b9b09d40408cf91bbc500d9f190a7866c3e0f
git-completion.bash: add completion for stash list

Since stash list accepts git-log options, add the following useful
options that make sense in the context of the `git stash list` command:

  --name-status --oneline --patch-with-stat

Signed-off-by: Steven Fernandez <steve@lonetwin.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash