Code

Merge branch 'np/pack-default'
authorJunio C Hamano <gitster@pobox.com>
Tue, 1 Jul 2008 23:22:07 +0000 (16:22 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 1 Jul 2008 23:22:07 +0000 (16:22 -0700)
* np/pack-default:
  pack.indexversion config option now defaults to 2
  repack.usedeltabaseoffset config option now defaults to "true"

1  2 
Documentation/config.txt

index 6966384cefcb53edb9d74f59139d3b37f849ad23,e523997e7ed051b220dcf3c4637e7f94e9f863bf..561ff645f96af3a53a6d43c4d9320090aef623e8
@@@ -1004,9 -1004,17 +1012,13 @@@ remotes.<group>:
        <group>".  See linkgit:git-remote[1].
  
  repack.usedeltabaseoffset::
-       Allow linkgit:git-repack[1] to create packs that uses
-       delta-base offset.  Defaults to false.
+       By default, linkgit:git-repack[1] creates packs that use
+       delta-base offset. If you need to share your repository with
+       git older than version 1.4.4, either directly or via a dumb
+       protocol such as http, then you need to set this option to
+       "false" and repack. Access from old git versions over the
+       native protocol are unaffected by this option.
  
 -show.difftree::
 -      The default linkgit:git-diff-tree[1] arguments to be used
 -      for linkgit:git-show[1].
 -
  showbranch.default::
        The default set of branches for linkgit:git-show-branch[1].
        See linkgit:git-show-branch[1].