git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH] repository-version.txt: partialClone casing change
@ 2022-11-10 16:05 Kousik Sanagavarapu
  2022-11-11 22:23 ` Taylor Blau
  0 siblings, 1 reply; 2+ messages in thread
From: Kousik Sanagavarapu @ 2022-11-10 16:05 UTC (permalink / raw)
  To: git; +Cc: Kousik Sanagavarapu

Remotes are considered "promisor" if extensions.partialClone and some
other configuration variables are set. The casing for this in
Documentation/technical/repository-version.txt is not proper and may
cause confusion. This change corrects this casing.

Signed-off-by: Kousik Sanagavarapu <five231003@gmail.com>
---
 Documentation/technical/repository-version.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/technical/repository-version.txt b/Documentation/technical/repository-version.txt
index 7844ef30ff..8ef664b0b9 100644
--- a/Documentation/technical/repository-version.txt
+++ b/Documentation/technical/repository-version.txt
@@ -82,9 +82,9 @@ When the config key `extensions.preciousObjects` is set to `true`,
 objects in the repository MUST NOT be deleted (e.g., by `git-prune` or
 `git repack -d`).
 
-==== `partialclone`
+==== `partialClone`
 
-When the config key `extensions.partialclone` is set, it indicates
+When the config key `extensions.partialClone` is set, it indicates
 that the repo was created with a partial clone (or later performed
 a partial fetch) and that the remote may have omitted sending
 certain unwanted objects.  Such a remote is called a "promisor remote"
-- 
2.25.1


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

* Re: [PATCH] repository-version.txt: partialClone casing change
  2022-11-10 16:05 [PATCH] repository-version.txt: partialClone casing change Kousik Sanagavarapu
@ 2022-11-11 22:23 ` Taylor Blau
  0 siblings, 0 replies; 2+ messages in thread
From: Taylor Blau @ 2022-11-11 22:23 UTC (permalink / raw)
  To: Kousik Sanagavarapu; +Cc: git

On Thu, Nov 10, 2022 at 09:35:56PM +0530, Kousik Sanagavarapu wrote:
> ---
>  Documentation/technical/repository-version.txt | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Looking good, thanks.

Thanks,
Taylor

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

end of thread, other threads:[~2022-11-11 22:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-10 16:05 [PATCH] repository-version.txt: partialClone casing change Kousik Sanagavarapu
2022-11-11 22:23 ` Taylor Blau

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).