Merge branch 'jc/checkout-detached'
authorJunio C Hamano <gitster@pobox.com>
Sun, 21 Feb 2010 19:59:42 +0000 (11:59 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sun, 21 Feb 2010 19:59:42 +0000 (11:59 -0800)
* jc/checkout-detached:
Reword "detached HEAD" notification

1  2 
Documentation/config.txt
diff --combined Documentation/config.txt
index 4c36aa95b7d3fc0d456d42bbdfdf5a118931094b,fee44d8a4ab5f2f59baa320f9f72b004d5d5ad3c..664de6b1ab1fa187ff510eda414c46b5213a8397
@@@ -138,6 -138,11 +138,11 @@@ advice.*:
                Advice on how to set your identity configuration when
                your information is guessed from the system username and
                domain name. Default: true.
+       detachedHead::
+               Advice shown when you used linkgit::git-checkout[1] to
+               move to the detach HEAD state, to instruct how to create
+               a local branch after the fact.  Default: true.
  --
  
  core.fileMode::
@@@ -417,20 -422,6 +422,20 @@@ You probably do not need to adjust thi
  +
  Common unit suffixes of 'k', 'm', or 'g' are supported.
  
 +core.bigFileThreshold::
 +      Files larger than this size are stored deflated, without
 +      attempting delta compression.  Storing large files without
 +      delta compression avoids excessive memory usage, at the
 +      slight expense of increased disk usage.
 ++
 +Default is 512 MiB on all platforms.  This should be reasonable
 +for most projects as source code and other text files can still
 +be delta compressed, but larger binary media files won't be.
 ++
 +Common unit suffixes of 'k', 'm', or 'g' are supported.
 ++
 +Currently only linkgit:git-fast-import[1] honors this setting.
 +
  core.excludesfile::
        In addition to '.gitignore' (per-directory) and
        '.git/info/exclude', git looks into this file for patterns
@@@ -1368,13 -1359,10 +1373,13 @@@ you can use linkgit:git-index-pack[1] o
  the `{asterisk}.idx` file.
  
  pack.packSizeLimit::
 -      The default maximum size of a pack.  This setting only affects
 -      packing to a file, i.e. the git:// protocol is unaffected.  It
 -      can be overridden by the `\--max-pack-size` option of
 -      linkgit:git-repack[1].
 +      The maximum size of a pack.  This setting only affects
 +      packing to a file when repacking, i.e. the git:// protocol
 +      is unaffected.  It can be overridden by the `\--max-pack-size`
 +      option of linkgit:git-repack[1]. The minimum size allowed is
 +      limited to 1 MiB. The default is unlimited.
 +      Common unit suffixes of 'k', 'm', or 'g' are
 +      supported.
  
  pager.<cmd>::
        Allows turning on or off pagination of the output of a