All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv2] core.legacyheaders: Use the description used in RelNotes-1.5.0
@ 2007-02-24  9:17 Santi Béjar
  2007-02-24 12:38 ` Bill Lear
  0 siblings, 1 reply; 2+ messages in thread
From: Santi Béjar @ 2007-02-24  9:17 UTC (permalink / raw)
  To: Git Mailing List


It explains what it does and why, and says how to use the new format.

Signed-off-by: Santi Béjar <sbejar@gmail.com>
---
Hi *,

 this version removes one of the "older clients".

 Documentation/config.txt |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/Documentation/config.txt b/Documentation/config.txt
index 9d045d8..0c01472 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -192,10 +192,17 @@ core.compression::
 	slowest.
 
 core.legacyheaders::
-	A boolean which enables the legacy object header format in case
-	you want to interoperate with old clients accessing the object
-	database directly (where the "http://" and "rsync://" protocols
-	count as direct access).
+	A boolean which
+	changes the format of loose objects so that they are more
+	efficient to pack and to send out of the repository over git
+	native protocol, since v1.4.2.  However, loose objects
+	written in the new format cannot be read by git older than
+	that version; people fetching from your repository using
+	older clients over dumb transports (e.g. http) will also
+	be affected.
++
+To let git use the new loose object format, you have to
+set core.legacyheaders to false.
 
 core.packedGitWindowSize::
 	Number of bytes of a pack file to map into memory in a
-- 
1.5.0.1.576.g78541

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

* Re: [PATCHv2] core.legacyheaders: Use the description used in RelNotes-1.5.0
  2007-02-24  9:17 [PATCHv2] core.legacyheaders: Use the description used in RelNotes-1.5.0 Santi Béjar
@ 2007-02-24 12:38 ` Bill Lear
  0 siblings, 0 replies; 2+ messages in thread
From: Bill Lear @ 2007-02-24 12:38 UTC (permalink / raw)
  To: Santi Béjar; +Cc: Git Mailing List

On Saturday, February 24, 2007 at 10:17:10 (+0100) =?utf-8?Q?Santi_B=C3=A9jar?= writes:
>...
> core.legacyheaders::
>+	A boolean which

Since others have often worried about "proper" English --- strictly
speaking the above should be:

"A boolean that..."


Bill

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

end of thread, other threads:[~2007-02-24 12:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-24  9:17 [PATCHv2] core.legacyheaders: Use the description used in RelNotes-1.5.0 Santi Béjar
2007-02-24 12:38 ` Bill Lear

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.