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-03-08 11:35:59 +0300
committerJunio C Hamano <gitster@pobox.com>2010-03-08 11:35:59 +0300
commit89cd4aa8624de4fa80469ab9ef8482f44b2cc2db (patch)
tree9d0def7c00f2c26929e9f4e91bb420477bf53cd0 /Documentation
parent4ac23f375f144d06d66d04a5e5323388d6f53251 (diff)
parent13be3e31f1775bd496fc5bc1ab5b745052f4d07d (diff)
Merge branch 'jc/checkout-detached' into maint
* 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 2dc3a0583b..7103172ed3 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::