]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jk/empty-pick-fix'
authorJunio C Hamano <gitster@pobox.com>
Tue, 24 Jul 2018 21:50:48 +0000 (14:50 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 24 Jul 2018 21:50:48 +0000 (14:50 -0700)
commitd94cecfe7525606070163437f7c59a51650f9e56
treec956ab875c2fd1109fd59c3a28c7033d789211ab
parent9cb10ca9df2f95e97b5a75d7fea3087972c298ae
parentc5e358d07355080ea0f7a56f1edcc2f28879d9f4
Merge branch 'jk/empty-pick-fix'

Handling of an empty range by "git cherry-pick" was inconsistent
depending on how the range ended up to be empty, which has been
corrected.

* jk/empty-pick-fix:
  sequencer: don't say BUG on bogus input
  sequencer: handle empty-set cases consistently
sequencer.c
t/t3510-cherry-pick-sequence.sh