]> git.ipfire.org Git - thirdparty/git.git/commit
for-each-ref: call --start-after argument "marker"
authorRené Scharfe <l.s.r@web.de>
Sat, 9 Aug 2025 08:29:16 +0000 (10:29 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 10 Aug 2025 00:10:39 +0000 (17:10 -0700)
commit51d9ed581f37a27c1060e8ba54303f7aefca9756
treed91dc97e0bfb6d8db902a842228342991979c8f3
parent444ad14e02edc59e61f7d53ae3b9f8ebe90860fd
for-each-ref: call --start-after argument "marker"

dabecb9db2 (for-each-ref: introduce a '--start-after' option,
2025-07-15) added the option --start-after and referred to its argument
as "marker" in documentation and usage string, but not in the option's
short help.  Use "marker" there as well for consistency and brevity.

Signed-off-by: René Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/for-each-ref.c