]> git.ipfire.org Git - thirdparty/git.git/commit - t/t7512-status-help.sh
status: give more information during rebase -i
authorGuillaume Pagès <guillaume.pages@ensimag.grenoble-inp.fr>
Mon, 6 Jul 2015 20:56:03 +0000 (22:56 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 Jul 2015 23:02:50 +0000 (16:02 -0700)
commit84e6fb9da95c1d2407fd2740336371f9604ef6d7
treedf5e391eab89e8e7b5ac284ecd0c046b94bfee19
parentdf25e9475bbec86c5c8adaea1d515e7559607def
status: give more information during rebase -i

git status gives more information during rebase -i, about the list of
command that are done during the rebase. It displays the two last
commands executed and the two next lines to be executed. It also gives
hints to find the whole files in .git directory.

Signed-off-by: Guillaume Pagès <guillaume.pages@ensimag.grenoble-inp.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7512-status-help.sh
wt-status.c