Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-02-21 22:59:42 +0300
committerJunio C Hamano <gitster@pobox.com>2010-02-21 22:59:42 +0300
commit25666af37bf2998ff5e78c8ac6b92a0708af2f3d (patch)
tree9c885e529ab8b8f991332ad76eb6a7b9a1ffa8c0 /Documentation
parent92de348948d59f797dd4f15d6a4558c0563203b1 (diff)
parent13be3e31f1775bd496fc5bc1ab5b745052f4d07d (diff)
Merge branch 'jc/checkout-detached'
* jc/checkout-detached: Reword "detached HEAD" notification
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/config.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 4c36aa95b7..664de6b1ab 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::