Merge branch 'jk/patch-ids-no-merges' into maint
commit35ca3e538d2e36c528ff5382a0e3cca35b46c6ed
authorJunio C Hamano <gitster@pobox.com>
Thu, 29 Sep 2016 23:49:38 +0000 (29 16:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 29 Sep 2016 23:49:38 +0000 (29 16:49 -0700)
treeaa74aa79c8c4c9510eacce8747e80a3454a30e2e
parentd7e74c940b9a2f9a8d1c5bfb1c7df5591afb9666
parent7c8104079239bb52380e32a11a686665fc16d040
Merge branch 'jk/patch-ids-no-merges' into maint

"git log --cherry-pick" used to include merge commits as candidates
to be matched up with other commits, resulting a lot of wasted time.
The patch-id generation logic has been updated to ignore merges to
avoid the wastage.

* jk/patch-ids-no-merges:
  patch-ids: refuse to compute patch-id for merge commit
  patch-ids: turn off rename detection