]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jz/rev-list-exclude-first-parent-only'
authorJunio C Hamano <gitster@pobox.com>
Fri, 18 Feb 2022 00:25:05 +0000 (16:25 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 18 Feb 2022 00:25:05 +0000 (16:25 -0800)
commit708cbef33a2c905c920e94b70d0946f9f4ff3a4e
tree97c45e78e356cdfc71deb5f57499d3e2f5e8ae45
parentd077db1df0aef3db479904429e8008d8fc0e3fb3
parent9d505b7b49c00c5fa99a25506e63a2ef326a0062
Merge branch 'jz/rev-list-exclude-first-parent-only'

"git log" and friends learned an option --exclude-first-parent-only
to propagate UNINTERESTING bit down only along the first-parent
chain, just like --first-parent option shows commits that lack the
UNINTERESTING bit only along the first-parent chain.

* jz/rev-list-exclude-first-parent-only:
  git-rev-list: add --exclude-first-parent-only flag
revision.h
t/t6012-rev-list-simplify.sh