fix cherry-pick/revert status after commit
authorPhillip Wood <phillip.wood@dunelm.org.uk>
Tue, 16 Apr 2019 10:18:42 +0000 (11:18 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 17 Apr 2019 02:31:39 +0000 (11:31 +0900)
If the user commits a conflict resolution using `git commit` in the
middle of a sequence of cherry-picks/reverts then `git status` missed
the fact that a cherry-pick/revert is still in progress.

Signed-off-by: Phillip Wood <phillip.wood@dunelm.org.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found