aboutsummaryrefslogtreecommitdiff
path: root/Documentation/config.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-03-08 00:35:59 -0800
committerJunio C Hamano <gitster@pobox.com>2010-03-08 00:35:59 -0800
commit89cd4aa8624de4fa80469ab9ef8482f44b2cc2db (patch)
tree9d0def7c00f2c26929e9f4e91bb420477bf53cd0 /Documentation/config.txt
parent4ac23f375f144d06d66d04a5e5323388d6f53251 (diff)
parent13be3e31f1775bd496fc5bc1ab5b745052f4d07d (diff)
downloadgit-89cd4aa8624de4fa80469ab9ef8482f44b2cc2db.tar.gz
git-89cd4aa8624de4fa80469ab9ef8482f44b2cc2db.tar.xz
Merge branch 'jc/checkout-detached' into maint
* 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 2dc3a0583..7103172ed 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::