On Fri, Feb 3, 2017 at 7:15 PM, Jacob Keller <jacob.kel...@gmail.com> wrote: > I haven't had a chance to further investigate, but I tried this series > out (from your github) and it appears that this series (or the > previous series for __gitdir work) breaks "git log" ref completion. > I'll have further details when I am able to investigate a it more. > > Thanks, > Jake
At first I had the same problem, but I verified by re-installing the completion script and the problem appears to have gone away. I suspect what happened is that the original time, I forgot to actually install the new version of git, and only installed the completion script, so when some of the commands were run with new options they (silently) failed and the result was missing completion values. Once I properly re-installed everything it appears to work as expected. I haven't found any other issues yet. Regards, Jake