thoughtbot / gitsh

An interactive shell for git
https://thoughtbot.com
BSD 3-Clause "New" or "Revised" License
1.96k stars 106 forks source link

Handle empty tab completion config files #356

Closed georgebrock closed 5 years ago

georgebrock commented 5 years ago

If the file is empty, or contains only comments, it should be interpreted as "no rules". Previously it caused a parse error and would crash.

Ticks off one of the items in #316