travisdowns/travisdowns.github.io

Screenshot commit messages can be wrong when a rebase occurs

Closed this issue · 1 comments

As seen in this commit, screenshot messages which embed the number of new and modified files can be wrong if they race with another commit and a rebase occurs: the number of modified files (1, in this case) may change (from 19, originally).

We need to redo the commit message after a rebase, or maybe just abandon rebasing and just redo the pull/copy/commit steps in this case.

Fixed in c1156d0.