diff options
author | Aaron Lipman <alipman88@gmail.com> | 2020-08-07 23:58:37 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-08-08 00:13:03 +0200 |
commit | e8861ffc203fe5ea3da97210e60b2e886002f218 (patch) | |
tree | 727cc7692a4e80c85631cfc3f997fa83cdf22a0a /builtin/rev-list.c | |
parent | cmd_bisect__helper: defer parsing no-checkout flag (diff) | |
download | git-e8861ffc203fe5ea3da97210e60b2e886002f218.tar.xz git-e8861ffc203fe5ea3da97210e60b2e886002f218.zip |
bisect: introduce first-parent flag
Upon seeing a merge commit when bisecting, this option may be used to
follow only the first parent.
In detecting regressions introduced through the merging of a branch, the
merge commit will be identified as introduction of the bug and its
ancestors will be ignored.
This option is particularly useful in avoiding false positives when a
merged branch contained broken or non-buildable commits, but the merge
itself was OK.
Signed-off-by: Aaron Lipman <alipman88@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions