diff options
| author | Doan Tran Cong Danh <congdanhqx@gmail.com> | 2019-11-18 18:57:47 +0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2019-11-20 11:53:57 +0900 |
| commit | e02058a72967b18bd906674de6191f42d03b0763 (patch) | |
| tree | d5f2580ad5866c767ad05111f5ae096b054b8ee1 /t/t4018/python-indented-class | |
| parent | cd5522271f6b985114b33332e148bff2283b0440 (diff) | |
| download | git-e02058a72967b18bd906674de6191f42d03b0763.tar.xz | |
sequencer: handle rebase-merges for "onto" message
In order to work correctly, git-rebase --rebase-merges needs to make
initial todo list with unique labels.
Those unique labels is being handled by employing a hashmap and
appending an unique number if any duplicate is found.
But, we forget that beside those labels for side branches,
we also have a special label `onto' for our so-called new-base.
In a special case that any of those labels for side branches named
`onto', git will run into trouble.
Correct it.
Signed-off-by: Doan Tran Cong Danh <congdanhqx@gmail.com>
Acked-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4018/python-indented-class')
0 files changed, 0 insertions, 0 deletions
