]> git.ipfire.org Git - thirdparty/git.git/commit
t6302: add test combining '--start-after' with '--exclude'
authorKarthik Nayak <karthik.188@gmail.com>
Mon, 28 Jul 2025 20:20:49 +0000 (22:20 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 28 Jul 2025 21:16:37 +0000 (14:16 -0700)
commited9cc2144c97b3ad609d71b6033a95079179fc0e
tree6d0477e3e1c8334092d323c88576ec3db745e28e
parentfa0f4e46f5db22d0be63e66228d5f27fa1cb7ee6
t6302: add test combining '--start-after' with '--exclude'

The '--start-after' doesn't explicitly mention being compatible with the
'--exclude' flag, generally only incompatibility is explicitly called
out. However, it would be nice to test the compatibility between the
two to avoid future regressions. Let's do that.

Signed-off-by: Karthik Nayak <karthik.188@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t6302-for-each-ref-filter.sh