summaryrefslogtreecommitdiff
path: root/advice.h
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2010-02-21 11:59:42 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2010-02-21 11:59:42 -0800
commit25666af37bf2998ff5e78c8ac6b92a0708af2f3d (patch)
tree9c885e529ab8b8f991332ad76eb6a7b9a1ffa8c0 /advice.h
parentMerge branch 'jc/maint-fix-test-perm' (diff)
parentReword "detached HEAD" notification (diff)
downloadtgif-25666af37bf2998ff5e78c8ac6b92a0708af2f3d.tar.xz
Merge branch 'jc/checkout-detached'
* jc/checkout-detached: Reword "detached HEAD" notification
Diffstat (limited to 'advice.h')
-rw-r--r--advice.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/advice.h b/advice.h
index 9b7a3ad1ca..3244ebb5c1 100644
--- a/advice.h
+++ b/advice.h
@@ -8,6 +8,7 @@ extern int advice_status_hints;
extern int advice_commit_before_merge;
extern int advice_resolve_conflict;
extern int advice_implicit_identity;
+extern int advice_detached_head;
int git_default_advice_config(const char *var, const char *value);