spenserblack/git-lazy-commit

Improve commit testing

Closed this issue · 1 comments

There are several variations of commits (new file + changed file, changed file + untracked file, etc.) that can be tested.


(This part of the issue might not be a "good first issue" in terms of easiness)

Also, the status of (expected) committed files should be checked. Need to research this, since the status of committed files seems to be "untracked" (byte('?')) instead of "unmodified" (byte(' ')).

Closing since this was written before major rewrite, and I need to revisit this project to see what needs to be done.