Merge branch 'cc/bisect-start-fix'
authorJunio C Hamano <gitster@pobox.com>
Sun, 4 Oct 2020 19:49:08 +0000 (12:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 4 Oct 2020 19:49:08 +0000 (12:49 -0700)
commit03a01824a4ee07cd06b152bbff45066d6cf5542b
tree4a038a3a4036c0faa7f38a86d160540eff9adcb6
parent230ff3e9970755fe4ba2e69165eab1f61752f1d1
parent73c6de06aff8d14b5e9f55f393d25f1213f3d43d
Merge branch 'cc/bisect-start-fix'

"git bisect start X Y", when X and Y are not valid committish
object names, should take X and Y as pathspec, but didn't.

* cc/bisect-start-fix:
  bisect: don't use invalid oid as rev when starting
builtin/bisect--helper.c
t/t6030-bisect-porcelain.sh