rebase: warn about the correct tree's OID
commit4d86503eed995fe27bfa284b55fc63328534d11b
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 20 Nov 2018 09:44:33 +0000 (20 01:44 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Nov 2018 04:48:11 +0000 (21 13:48 +0900)
tree19cc3517d1087ad5170f661dbe99c64509535ba4
parentbac2a1e36ffd7ae8b62e1ba708b64979c0f10ee8
rebase: warn about the correct tree's OID

This was a simple copy/paste error, and an obvious one at that: if we
cannot fill the tree descriptor, we should show an error message about
*that* tree, not another one.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/rebase.c