Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Add the configuration option skipFetchAll
[gitweb.git]
/
advice.h
diff --git
a/advice.h
b/advice.h
index 862bae37b811b08ccb0fda2449a1c61d5d37f7a1..e9df8e026c301767b12217ba0374860a15742f2e 100644
(file)
--- a/
advice.h
+++ b/
advice.h
@@
-2,6
+2,7
@@
#define ADVICE_H
extern int advice_push_nonfastforward;
+extern int advice_status_hints;
int git_default_advice_config(const char *var, const char *value);