diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-02-21 11:59:42 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-02-21 11:59:42 -0800 |
commit | 25666af37bf2998ff5e78c8ac6b92a0708af2f3d (patch) | |
tree | 9c885e529ab8b8f991332ad76eb6a7b9a1ffa8c0 /Documentation/config.txt | |
parent | 92de348948d59f797dd4f15d6a4558c0563203b1 (diff) | |
parent | 13be3e31f1775bd496fc5bc1ab5b745052f4d07d (diff) | |
download | git-25666af37bf2998ff5e78c8ac6b92a0708af2f3d.tar.gz |
Merge branch 'jc/checkout-detached'
* jc/checkout-detached:
Reword "detached HEAD" notification
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r-- | Documentation/config.txt | 5 |
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:: |