aboutsummaryrefslogtreecommitdiffstats
path: root/advice.h
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 /advice.h
parentMerge branch 'maint-1.6.6' into maint (diff)
parentReword "detached HEAD" notification (diff)
downloadgit-89cd4aa8624de4fa80469ab9ef8482f44b2cc2db.tar.gz
git-89cd4aa8624de4fa80469ab9ef8482f44b2cc2db.zip
Merge branch 'jc/checkout-detached' into maint
* 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);