]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jk/log-cherry-pick-duplicate-patches' into maint
authorJunio C Hamano <gitster@pobox.com>
Sat, 6 Feb 2021 00:31:27 +0000 (16:31 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 6 Feb 2021 00:31:28 +0000 (16:31 -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

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