]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'js/get-short-oid-drop-cache'
authorJunio C Hamano <gitster@pobox.com>
Tue, 16 Apr 2019 10:28:06 +0000 (19:28 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 16 Apr 2019 10:28:06 +0000 (19:28 +0900)
A corner-case object name ambiguity while the sequencer machinery
is working (e.g. "rebase -i -x") has been (half) fixed.

* js/get-short-oid-drop-cache:
  get_oid(): when an object was not found, try harder
  sequencer: move stale comment into correct location
  sequencer: improve error message when an OID could not be parsed
  rebase -i: demonstrate obscure loose object cache bug


Trivial merge