mbox series

[v5,0/5] Introduce --first-parent flag for git bisect

Message ID 20200807215838.19571-1-alipman88@gmail.com (mailing list archive)
Headers show
Series Introduce --first-parent flag for git bisect | expand

Message

Aaron Lipman Aug. 7, 2020, 9:58 p.m. UTC
Thanks for catching those style violations, Eric. (And to everyone
else who reviewed!)

Junio, here is the (hopefully) final update with Eric's style
corrections applied to 2/5.

Aaron Lipman (5):
  t6030: modernize "git bisect run" tests
  rev-list: allow bisect and first-parent flags
  cmd_bisect__helper: defer parsing no-checkout flag
  bisect: introduce first-parent flag
  bisect: combine args passed to find_bisection()

 Documentation/git-bisect.txt       |  13 +++-
 Documentation/rev-list-options.txt |   7 +-
 bisect.c                           |  79 +++++++++++++---------
 bisect.h                           |   9 +--
 builtin/bisect--helper.c           |  23 ++++---
 builtin/rev-list.c                 |   9 ++-
 git-bisect.sh                      |   2 +-
 revision.c                         |   3 -
 t/t6000-rev-list-misc.sh           |   4 +-
 t/t6002-rev-list-bisect.sh         |  45 +++++++++++++
 t/t6030-bisect-porcelain.sh        | 104 ++++++++++++++++-------------
 11 files changed, 195 insertions(+), 103 deletions(-)