]> git.99rst.org Git - git.git/commit
docs: clarify git-rev-list(1) --filter behavior
authorJustin Tobler <redacted>
Mon, 15 Dec 2025 20:05:12 +0000 (14:05 -0600)
committerJunio C Hamano <redacted>
Tue, 16 Dec 2025 01:11:41 +0000 (10:11 +0900)
commit6d8dc99478adeefc1a74f3b4db9336decadddc48
tree23de5d9a266ace54664732eb53f72200129174c5
parent9a2fb147f2c61d0cab52c883e7e26f5b7948e3ed
docs: clarify git-rev-list(1) --filter behavior

When using the --filter option for git-rev-list(1), objects that are
explicitly provided ignore filters and are always printed unless the
--filter-provided-objects option is also specified. Clarify this
behavior in the documentation.

Signed-off-by: Justin Tobler <redacted>
Signed-off-by: Junio C Hamano <redacted>
Documentation/rev-list-options.adoc
git clone https://git.99rst.org/PROJECT