Re: [PATCH 0/3] completion: improvements for git stash

2018-04-18 Thread Thomas Gummerer
On 04/18, Junio C Hamano wrote: > Thomas Gummerer writes: > > > In this series we stop completing the 'git stash save' subcommand in > > git-completion.bash. The command has been deprecated for a while,... > > Anything deprecated in Oct 2017 is still too young in Git's > timescale, but this is

Re: [PATCH 0/3] completion: improvements for git stash

2018-04-18 Thread Junio C Hamano
Thomas Gummerer writes: > In this series we stop completing the 'git stash save' subcommand in > git-completion.bash. The command has been deprecated for a while,... Anything deprecated in Oct 2017 is still too young in Git's timescale, but this is the right thing to do in the longer term. Reg

[PATCH 0/3] completion: improvements for git stash

2018-04-17 Thread Thomas Gummerer
In this series we stop completing the 'git stash save' subcommand in git-completion.bash. The command has been deprecated for a while, so I think we're doing the users a disservice by still completing it, making them think it's still supported while we already deprecated it. The first commit is a