]> git.ipfire.org Git - thirdparty/git.git/commit - sequencer.c
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)
commit4a72486de97b5c6b0979b2b51e50c268bdb0d4f6
tree59f14e26ef0542b206a0e991f0a9ac7a582f466a
parentb07d9bfd171d881a02d110b68673c58cb63e9f62
fix cherry-pick/revert status after commit

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>
sequencer.c
sequencer.h
t/t7512-status-help.sh
wt-status.c