Passing -a or --commit-all parameter doesn't commit all files
#217 · JavaScript · ★ 645 · ISC · updated 27d ago
Describe the bug There is an option to commit all tracked files on git by passing parameter -a or --commit-all, but it doesn't work. While inspecting the code, I noticed that in commit.js file when option commitAll is true, it passes empty string while it should either add dot…