Skip to content

Commit

Permalink
Documentation/config: fix inconsistent label on gc.*.reflogExpireUnre…
Browse files Browse the repository at this point in the history
…achable

Change <ref> to <pattern> in the description of
gc.*.reflogExpireUnreachable, since that is what the text refers to.

Signed-off-by: Andreas Schwab <schwab@linux-m68k.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Andreas Schwab authored and Junio C Hamano committed Aug 21, 2015
1 parent da0005b commit f04c690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1256,7 +1256,7 @@ gc.<pattern>.reflogExpire::
the refs that match the <pattern>.

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

0 comments on commit f04c690

Please sign in to comment.