]> git.ipfire.org Git - thirdparty/git.git/commit
sequencer: improve error message when an OID could not be parsed
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 13 Mar 2019 10:16:32 +0000 (03:16 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 14 Mar 2019 03:46:29 +0000 (12:46 +0900)
commit8b637cdab0cb07dbd45d0f0155685455f46981ea
treea24cf5d9e4140e4fa26d0b0cda75a3a234b853fb
parent26527ed86ec373b1063016a4df46d90a36f9c089
sequencer: improve error message when an OID could not be parsed

The interactive rebase simply complains about an "invalid line" when the
object hash of, say, a `pick` line could not be parsed.

Let's tell the user what happened in a little more detail.

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