aboutsummaryrefslogtreecommitdiff
path: root/Documentation/config.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-02-21 11:59:42 -0800
committerJunio C Hamano <gitster@pobox.com>2010-02-21 11:59:42 -0800
commit25666af37bf2998ff5e78c8ac6b92a0708af2f3d (patch)
tree9c885e529ab8b8f991332ad76eb6a7b9a1ffa8c0 /Documentation/config.txt
parent92de348948d59f797dd4f15d6a4558c0563203b1 (diff)
parent13be3e31f1775bd496fc5bc1ab5b745052f4d07d (diff)
downloadgit-25666af37bf2998ff5e78c8ac6b92a0708af2f3d.tar.gz
git-25666af37bf2998ff5e78c8ac6b92a0708af2f3d.tar.xz
Merge branch 'jc/checkout-detached'
* jc/checkout-detached: Reword "detached HEAD" notification
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r--Documentation/config.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 4c36aa95b..664de6b1a 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -138,6 +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::