* [PATCH] Documentation/config: fix inconsistent label
@ 2015-08-21 15:06 Andreas Schwab
2015-08-21 17:11 ` Junio C Hamano
0 siblings, 1 reply; 2+ messages in thread
From: Andreas Schwab @ 2015-08-21 15:06 UTC (permalink / raw)
To: git
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>
---
Documentation/config.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 75ec02e..b4f7c46 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -1329,7 +1329,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. The value "now" expires all entries
--
2.5.0
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Documentation/config: fix inconsistent label
2015-08-21 15:06 [PATCH] Documentation/config: fix inconsistent label Andreas Schwab
@ 2015-08-21 17:11 ` Junio C Hamano
0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2015-08-21 17:11 UTC (permalink / raw)
To: Andreas Schwab; +Cc: git
Andreas Schwab <schwab@linux-m68k.org> writes:
> 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>
> ---
Makes sense. Thanks.
> Documentation/config.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/config.txt b/Documentation/config.txt
> index 75ec02e..b4f7c46 100644
> --- a/Documentation/config.txt
> +++ b/Documentation/config.txt
> @@ -1329,7 +1329,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. The value "now" expires all entries
> --
> 2.5.0
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-08-21 17:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-21 15:06 [PATCH] Documentation/config: fix inconsistent label Andreas Schwab
2015-08-21 17:11 ` Junio C Hamano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox