Skip to content

Commit

Permalink
core.legacyheaders: Use the description used in RelNotes-1.5.0
Browse files Browse the repository at this point in the history
It explains what it does and why, and says how to use the new format.

Signed-off-by: Santi Béjar <sbejar@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Santi Béjar authored and Junio C Hamano committed Feb 24, 2007
1 parent 8ab40a2 commit bdd69c2
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions Documentation/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 versions of git 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
Expand Down

0 comments on commit bdd69c2

Please sign in to comment.