]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ak/sequencer-fix-find-uniq-abbrev'
authorJunio C Hamano <gitster@pobox.com>
Wed, 19 Aug 2020 23:14:48 +0000 (16:14 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 19 Aug 2020 23:14:48 +0000 (16:14 -0700)
commit4499a42d0cb774c1ed6953d03226b7cbe0756af7
tree6a548106ec6d081166b5b20480887b4b97249a09
parent6cceea19eb6b86a4a293c92fe9653ccc8bb71526
parent5da69c0dacb65cf80fc80b53e652fefad7469bf1
Merge branch 'ak/sequencer-fix-find-uniq-abbrev'

Ring buffer with size 4 used for bin-hex translation resulted in a
wrong object name in the sequencer's todo output, which has been
corrected.

* ak/sequencer-fix-find-uniq-abbrev:
  rebase -i: fix possibly wrong onto hash in todo
sequencer.c
t/t3404-rebase-interactive.sh