First, say I am in a directory with two directories:
- Desktop
- Development
In the example directory, if I typed 'cd de' then pressed tab, it would do nothing because two items exist with 'de' as the first two characters of their name. Then if I hit tab twice in a row, it would display a list of all possible matches.
Now, in this version, if I do the same and press tab, it will display the possible matches with only the single tab press. This is extremely annoying especially if I am trying to checkout a file and many exist with similar names, then it displays the list and pushes up what I was looking at, so now I have to scroll back up to see what files I was trying to check out.
Is this a setting somewhere I can set or do I need to switch to a different version of git?
Thanks for any help!