If `/commit` is run when the repo has no commit history, we get this error: ``` Error: failed to get git log: exit status 128 ``` We should catch this and print a helpful message.
If
/commitis run when the repo has no commit history, we get this error:We should catch this and print a helpful message.