sequencer: stop abbreviating stopped-sha file
commit0512eabd915a6a7e79b368bf6408b36bbdc56386
authorJunio C Hamano <gitster@pobox.com>
Fri, 25 Sep 2020 05:49:12 +0000 (24 22:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 25 Sep 2020 21:11:12 +0000 (25 14:11 -0700)
treeaf3d1cf4b5a552de14c8ce97e71b5a80c0eb6c0e
parent47ae905ffb98cc4d4fd90083da6bc8dab55d9ecc
sequencer: stop abbreviating stopped-sha file

The object name written to this file is not exposed to end-users and
the only reader of this file immediately expands it back to a full
object name.  Stop abbreviating while writing, and expect a full
object name while reading, which simplifies the code a bit.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
sequencer.c