]> git.ipfire.org Git - thirdparty/git.git/commit - wt-status.c
status: be prepared for not-yet-started interactive rebase
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 26 Jan 2017 16:08:41 +0000 (17:08 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 26 Jan 2017 19:43:18 +0000 (11:43 -0800)
commitdf9ded4984ca9a2d8da9007049f4fb5275eaa3ac
tree153da5ea5a3a1385485fdd5a1522c04a398c193e
parentc3808ca6982b0ad7ee9b87eca9b50b9a24ec08b0
status: be prepared for not-yet-started interactive rebase

Some developers might want to call `git status` in a working
directory where they just started an interactive rebase, but the
edit script is still opened in the editor.

Let's show a meaningful message in such cases.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7512-status-help.sh
wt-status.c