]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'js/rebase-i-with-colliding-hash'
authorJunio C Hamano <gitster@pobox.com>
Fri, 14 Feb 2020 20:54:20 +0000 (12:54 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 14 Feb 2020 20:54:20 +0000 (12:54 -0800)
commit251187084d5ebdb3ba898ba4a8f9b005b7626655
treeea556c7380d8b45c04e92a2e3d6c07ed98700e22
parentc9a33e5e5d7e124feb86ccff08ea466faff53b26
parent26027625dd1ee358e2174a09d519252995d51662
Merge branch 'js/rebase-i-with-colliding-hash'

"git rebase -i" identifies existing commits in its todo file with
their abbreviated object name, which could become ambigous as it
goes to create new commits, and has a mechanism to avoid ambiguity
in the main part of its execution.  A few other cases however were
not covered by the protection against ambiguity, which has been
corrected.

* js/rebase-i-with-colliding-hash:
  rebase -i: also avoid SHA-1 collisions with missingCommitsCheck
  rebase -i: re-fix short SHA-1 collision
  parse_insn_line(): improve error message when parsing failed
sequencer.c