On Wed, Dec 6, 2017 at 4:01 PM, Jacob Keller <jacob.keller@xxxxxxxxx> wrote: > On Wed, Dec 6, 2017 at 3:53 PM, Jacob Keller <jacob.keller@xxxxxxxxx> wrote: >> Hi, >> >> I'm still investigating, but thought I'd send an email. I recently >> updated to jch branch, and found that completion for git commit does >> not work as expected. >> >> If I have a git repository with a modified file in a subdirectiory, >> then git commit <TAB> produces the name of the subdirectory instead of >> the file names. >> >> This occurs regardless of where I run the git commit command. >> >> Thanks, >> Jake > > I think I narrowed this down to "git diff-index --name-only --relative > HEAD" producing a list of files *not* relative to the current > directory. > > Thanks, > Jake I've started a git bisect to see if i can find the source of the problem. Thanks, Jake