Merge branch 'kd/rev-list-bisect-first-parent'
commit257b204f2537e50c8c53326d188094203cd3515f
authorJunio C Hamano <gitster@pobox.com>
Wed, 25 Mar 2015 19:54:21 +0000 (25 12:54 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 25 Mar 2015 19:54:21 +0000 (25 12:54 -0700)
tree196c07cbed8dcd79bad7c521c91ef9379ec57ca1
parent01c057df3fdf4b3fc50a49e61d0d9bd93517ff9b
parentf88851c6376f0b2a4cf87c061a848e4ae4438e0a
Merge branch 'kd/rev-list-bisect-first-parent'

"git rev-list --bisect --first-parent" does not work (yet) and can
even cause SEGV; forbid it.  "git log --bisect --first-parent"
would not be useful until "git bisect --first-parent" materializes,
so it is also forbidden for now.

* kd/rev-list-bisect-first-parent:
  rev-list: refuse --first-parent combined with --bisect
Documentation/rev-list-options.txt
revision.c
t/t6000-rev-list-misc.sh