]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jk/log-cherry-pick-duplicate-patches'
authorJunio C Hamano <gitster@pobox.com>
Mon, 25 Jan 2021 22:19:19 +0000 (14:19 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 25 Jan 2021 22:19:19 +0000 (14:19 -0800)
When more than one commit with the same patch ID appears on one
side, "git log --cherry-pick A...B" did not exclude them all when a
commit with the same patch ID appears on the other side.  Now it
does.

* jk/log-cherry-pick-duplicate-patches:
  patch-ids: handle duplicate hashmap entries

1  2 
patch-ids.c
revision.c
t/t6007-rev-list-cherry-pick-file.sh

diff --cc patch-ids.c
Simple merge
diff --cc revision.c
Simple merge
Simple merge