All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] multi-pack-index: correct configuration in documentation
@ 2020-01-04 12:43 Johannes Berg
  2020-01-04 23:03 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Johannes Berg @ 2020-01-04 12:43 UTC (permalink / raw)
  To: git

It's core.multiPackIndex, not pack.multiIndex.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
---
 Documentation/technical/multi-pack-index.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/technical/multi-pack-index.txt b/Documentation/technical/multi-pack-index.txt
index 1e312396966c..4e7631437a58 100644
--- a/Documentation/technical/multi-pack-index.txt
+++ b/Documentation/technical/multi-pack-index.txt
@@ -36,7 +36,7 @@ Design Details
   directory of an alternate. It refers only to packfiles in that
   same directory.
 
-- The pack.multiIndex config setting must be on to consume MIDX files.
+- The core.multiPackIndex config setting must be on to consume MIDX files.
 
 - The file format includes parameters for the object ID hash
   function, so a future change of hash algorithm does not require
-- 
2.24.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] multi-pack-index: correct configuration in documentation
  2020-01-04 12:43 [PATCH] multi-pack-index: correct configuration in documentation Johannes Berg
@ 2020-01-04 23:03 ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2020-01-04 23:03 UTC (permalink / raw)
  To: Johannes Berg; +Cc: git, Derrick Stolee

Johannes Berg <johannes@sipsolutions.net> writes:

> It's core.multiPackIndex, not pack.multiIndex.
>
> Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
> ---
>  Documentation/technical/multi-pack-index.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Thanks, will queue.

> diff --git a/Documentation/technical/multi-pack-index.txt b/Documentation/technical/multi-pack-index.txt
> index 1e312396966c..4e7631437a58 100644
> --- a/Documentation/technical/multi-pack-index.txt
> +++ b/Documentation/technical/multi-pack-index.txt
> @@ -36,7 +36,7 @@ Design Details
>    directory of an alternate. It refers only to packfiles in that
>    same directory.
>  
> -- The pack.multiIndex config setting must be on to consume MIDX files.
> +- The core.multiPackIndex config setting must be on to consume MIDX files.
>  
>  - The file format includes parameters for the object ID hash
>    function, so a future change of hash algorithm does not require

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-04 23:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-04 12:43 [PATCH] multi-pack-index: correct configuration in documentation Johannes Berg
2020-01-04 23:03 ` Junio C Hamano

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.