Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
rm: introduce advice.rmHints to shorten messages
[gitweb.git]
/
advice.h
diff --git
a/advice.h
b/advice.h
index 94caa32f9213f59a627176ec8b4aea022f6b0f8f..36104c477681436493c7f4c1b2fdc27136d1c0f6 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_rm_hints;
int git_default_advice_config(const char *var, const char *value);
void advise(const char *advice, ...);