File: magit-bisect.el.html

Use a binary search to find the commit that introduced a bug.

Defined variables (1)

magit-bisect-show-graphWhether to use ‘--graph’ in the log showing commits yet to be bisected.

Defined functions (18)

magit-bisect()
magit-bisect-bad()
magit-bisect-good()
magit-bisect-mark()
magit-bisect-reset()
magit-bisect-run(CMDLINE &optional BAD GOOD ARGS)
magit-bisect-skip()
magit-bisect-start(BAD GOOD ARGS)
magit-bisect-start--assert(BAD GOOD ARGS)
magit-bisect:--term-new()
magit-bisect:--term-old()
magit-git-bisect(SUBCOMMAND &optional ARGS NO-ASSERT)
magit-insert-bisect-log()
magit-insert-bisect-output()
magit-insert-bisect-rest()
magit-wash-bisect-log(ARGS)
transient:magit-bisect:--first-parent()
transient:magit-bisect:--no-checkout()

Defined faces (3)

magit-bisect-badFace for bad bisect revisions.
magit-bisect-goodFace for good bisect revisions.
magit-bisect-skipFace for skipped bisect revisions.