Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
rebase: factor out command line option processing
[gitweb.git]
/
advice.h
diff --git
a/advice.h
b/advice.h
index acd5fdde3fbb04acaeec19b5ab1bd463c54eb8b6..3244ebb5c1caffebaaf8f28ce221533c38ec29b5 100644
(file)
--- a/
advice.h
+++ b/
advice.h
@@
-7,6
+7,8
@@
extern int advice_push_nonfastforward;
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);