Re: Bug: subcommand autocomplete fails on 2.21.0

2019-04-06 Thread SZEDER Gábor
On Sat, Apr 06, 2019 at 07:49:29PM +0200, SZEDER Gábor wrote: > On Sat, Apr 06, 2019 at 12:36:30PM -0400, Paul Schreiber wrote: > > With git 2.21.0, tab completion no longer works for subcommands. > > > > STEPS TO REPRODUCE > > 1. install git 2.21.0 from https://git-scm.com/download/mac > > 2. sou

Re: Bug: subcommand autocomplete fails on 2.21.0

2019-04-06 Thread SZEDER Gábor
On Sat, Apr 06, 2019 at 12:36:30PM -0400, Paul Schreiber wrote: > With git 2.21.0, tab completion no longer works for subcommands. > > STEPS TO REPRODUCE > 1. install git 2.21.0 from https://git-scm.com/download/mac > 2. source /usr/local/etc/bash_completion.d/git-extras (manually, or update > yo

Bug: subcommand autocomplete fails on 2.21.0

2019-04-06 Thread Paul Schreiber
With git 2.21.0, tab completion no longer works for subcommands. STEPS TO REPRODUCE 1. install git 2.21.0 from https://git-scm.com/download/mac 2. source /usr/local/etc/bash_completion.d/git-extras (manually, or update your .bashrc/.profile and start a new terminal) 2. git clone https://github.co