Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
name-rev: differentiate between tags and commits they point at
[gitweb.git]
/
advice.h
diff --git
a/advice.h
b/advice.h
index 36104c477681436493c7f4c1b2fdc27136d1c0f6..93a7d110ea94b055476644fd5ecbec43bb0aaf92 100644
(file)
--- a/
advice.h
+++ b/
advice.h
@@
-17,6
+17,7
@@
extern int advice_resolve_conflict;
extern int advice_implicit_identity;
extern int advice_detached_head;
extern int advice_set_upstream_failure;
+extern int advice_object_name_warning;
extern int advice_rm_hints;
int git_default_advice_config(const char *var, const char *value);