Skip to content

Commit f04c690

Browse files
andreas-schwabgitster
authored andcommitted
Documentation/config: fix inconsistent label on gc.*.reflogExpireUnreachable
Change <ref> to <pattern> in the description of gc.*.reflogExpireUnreachable, since that is what the text refers to. Signed-off-by: Andreas Schwab <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent da0005b commit f04c690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1256,7 +1256,7 @@ gc.<pattern>.reflogExpire::
12561256
the refs that match the <pattern>.
12571257

12581258
gc.reflogExpireUnreachable::
1259-
gc.<ref>.reflogExpireUnreachable::
1259+
gc.<pattern>.reflogExpireUnreachable::
12601260
'git reflog expire' removes reflog entries older than
12611261
this time and are not reachable from the current tip;
12621262
defaults to 30 days. With "<pattern>" (e.g. "refs/stash")

0 commit comments

Comments
 (0)