Skip to content

Commit 4478882

Browse files
committed
Merge branch 'rs/for-each-ref-start-after-marker-fix' into next
* rs/for-each-ref-start-after-marker-fix: for-each-ref: call --start-after argument "marker"
2 parents 2494970 + 51d9ed5 commit 4478882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/for-each-ref.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ int cmd_for_each_ref(int argc,
4646
OPT_GROUP(""),
4747
OPT_INTEGER( 0 , "count", &format.array_opts.max_count, N_("show only <n> matched refs")),
4848
OPT_STRING( 0 , "format", &format.format, N_("format"), N_("format to use for the output")),
49-
OPT_STRING( 0 , "start-after", &filter.start_after, N_("start-after"), N_("start iteration after the provided marker")),
49+
OPT_STRING( 0 , "start-after", &filter.start_after, N_("marker"), N_("start iteration after the provided marker")),
5050
OPT__COLOR(&format.use_color, N_("respect format colors")),
5151
OPT_REF_FILTER_EXCLUDE(&filter),
5252
OPT_REF_SORT(&sorting_options),

0 commit comments

Comments
 (0)