* [PATCH] t/README: add missing value for GIT_TEST_DEFAULT_REF_FORMAT
@ 2024-10-11 19:11 Bence Ferdinandy
2024-10-11 21:18 ` Junio C Hamano
0 siblings, 1 reply; 3+ messages in thread
From: Bence Ferdinandy @ 2024-10-11 19:11 UTC (permalink / raw)
To: git; +Cc: Patrick Steinhardt, Bence Ferdinandy
The documentation only lists "files" as a possible value, but
"reftable" is also valid.
Signed-off-by: Bence Ferdinandy <bence@ferdinandy.com>
---
t/README | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/t/README b/t/README
index 8dcb778e26..8c0319b58e 100644
--- a/t/README
+++ b/t/README
@@ -465,8 +465,9 @@ GIT_TEST_DEFAULT_HASH=<hash-algo> specifies which hash algorithm to
use in the test scripts. Recognized values for <hash-algo> are "sha1"
and "sha256".
-GIT_TEST_DEFAULT_REF_FORMAT=<format> specifies which ref storage format
-to use in the test scripts. Recognized values for <format> are "files".
+GIT_TEST_DEFAULT_REF_FORMAT=<format> specifies which ref storage format to use
+in the test scripts. Recognized values for <format> are "files" and
+"reftable".
GIT_TEST_NO_WRITE_REV_INDEX=<boolean>, when true disables the
'pack.writeReverseIndex' setting.
--
2.47.0.6.g93f83f3a03
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] t/README: add missing value for GIT_TEST_DEFAULT_REF_FORMAT
2024-10-11 19:11 [PATCH] t/README: add missing value for GIT_TEST_DEFAULT_REF_FORMAT Bence Ferdinandy
@ 2024-10-11 21:18 ` Junio C Hamano
2024-10-12 8:32 ` Patrick Steinhardt
0 siblings, 1 reply; 3+ messages in thread
From: Junio C Hamano @ 2024-10-11 21:18 UTC (permalink / raw)
To: Bence Ferdinandy; +Cc: git, Patrick Steinhardt
Bence Ferdinandy <bence@ferdinandy.com> writes:
> The documentation only lists "files" as a possible value, but
> "reftable" is also valid.
Makes sense. Will queue. Thanks.
>
> Signed-off-by: Bence Ferdinandy <bence@ferdinandy.com>
> ---
> t/README | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/t/README b/t/README
> index 8dcb778e26..8c0319b58e 100644
> --- a/t/README
> +++ b/t/README
> @@ -465,8 +465,9 @@ GIT_TEST_DEFAULT_HASH=<hash-algo> specifies which hash algorithm to
> use in the test scripts. Recognized values for <hash-algo> are "sha1"
> and "sha256".
>
> -GIT_TEST_DEFAULT_REF_FORMAT=<format> specifies which ref storage format
> -to use in the test scripts. Recognized values for <format> are "files".
> +GIT_TEST_DEFAULT_REF_FORMAT=<format> specifies which ref storage format to use
> +in the test scripts. Recognized values for <format> are "files" and
> +"reftable".
>
> GIT_TEST_NO_WRITE_REV_INDEX=<boolean>, when true disables the
> 'pack.writeReverseIndex' setting.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] t/README: add missing value for GIT_TEST_DEFAULT_REF_FORMAT
2024-10-11 21:18 ` Junio C Hamano
@ 2024-10-12 8:32 ` Patrick Steinhardt
0 siblings, 0 replies; 3+ messages in thread
From: Patrick Steinhardt @ 2024-10-12 8:32 UTC (permalink / raw)
To: Junio C Hamano; +Cc: Bence Ferdinandy, git
On Fri, Oct 11, 2024 at 02:18:49PM -0700, Junio C Hamano wrote:
> Bence Ferdinandy <bence@ferdinandy.com> writes:
>
> > The documentation only lists "files" as a possible value, but
> > "reftable" is also valid.
>
> Makes sense. Will queue. Thanks.
Indeed. Thanks for plugging this gap!
Patrick
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-10-12 8:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-11 19:11 [PATCH] t/README: add missing value for GIT_TEST_DEFAULT_REF_FORMAT Bence Ferdinandy
2024-10-11 21:18 ` Junio C Hamano
2024-10-12 8:32 ` Patrick Steinhardt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).