aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorKarthik Nayak <karthik.188@gmail.com>2025-07-28 22:20:48 +0200
committerJunio C Hamano <gitster@pobox.com>2025-07-28 14:16:37 -0700
commitfa0f4e46f5db22d0be63e66228d5f27fa1cb7ee6 (patch)
tree34d00b2306bd6d1f470c6d39b3fc62c2914ef884 /Documentation
parenta7c8a4c5f5bbe6c232c8aefc02499fe1c0b6d221 (diff)
downloadgit-fa0f4e46f5db22d0be63e66228d5f27fa1cb7ee6.tar.xz
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>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-for-each-ref.adoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/git-for-each-ref.adoc b/Documentation/git-for-each-ref.adoc
index ec3b10e14a..060940904d 100644
--- a/Documentation/git-for-each-ref.adoc
+++ b/Documentation/git-for-each-ref.adoc
@@ -114,7 +114,8 @@ TAB %(refname)`.
deleted, modified or added between invocations. Output will only yield those
references which follow the marker lexicographically. Output begins from the
first reference that would come after the marker alphabetically. Cannot be
- used with general pattern matching or custom sort options.
+ used with `--sort=<key>` or `--stdin` options, or the _<pattern>_ argument(s)
+ to limit the refs.
FIELD NAMES
-----------