diff options
author | Thomas Gummerer <t.gummerer@gmail.com> | 2018-04-20 00:25:13 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-04-20 10:39:48 +0900 |
commit | 0eb5a4f91182d8c05fdc15597273d2381b112d7f (patch) | |
tree | c4232a474a58744b7d4f24510c66f78298417b78 /t | |
parent | Merge branch 'svn/authors-prog-2' of git://bogomips.org/git-svn (diff) | |
download | tgif-0eb5a4f91182d8c05fdc15597273d2381b112d7f.tar.xz |
completion: stop showing 'save' for stash by default
The 'save' subcommand in git stash has been deprecated in
fd2ebf14db ("stash: mark "git stash save" deprecated in the man page",
2017-10-22).
Stop showing it when the users enters 'git stash <tab>' or 'git stash
s<tab>'. Keep showing it however when the user enters 'git stash sa<tab>'
or any more characters of the 'save' subcommand. This is designed to
not encourage users to use 'git stash save', but still leaving the
completion option once it's clear that's what the user means.
Signed-off-by: Thomas Gummerer <t.gummerer@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't')
0 files changed, 0 insertions, 0 deletions