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