]> git.ipfire.org Git - thirdparty/git.git/commit
for-each-ref: reword the documentation for '--start-after'
authorKarthik Nayak <karthik.188@gmail.com>
Mon, 28 Jul 2025 20:20:48 +0000 (22:20 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 28 Jul 2025 21:16:37 +0000 (14:16 -0700)
commitfa0f4e46f5db22d0be63e66228d5f27fa1cb7ee6
tree34d00b2306bd6d1f470c6d39b3fc62c2914ef884
parenta7c8a4c5f5bbe6c232c8aefc02499fe1c0b6d221
for-each-ref: reword the documentation for '--start-after'

The documentation for '--start-after' states that the flag cannot be
used with general pattern matching. This is a bit vague, since there is
no clear understanding about what 'general' means here. Rewrite the
sentence to be more specific.

While here, fix a typo in the 'OPT_STRING'.

Helped-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Karthik Nayak <karthik.188@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-for-each-ref.adoc
builtin/for-each-ref.c