Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
tests: move test for rebase messages from t3400 to t3406
[gitweb.git]
/
refs.h
diff --git
a/refs.h
b/refs.h
index a62b9dbd59e4efe0fc2d9ff9cbe3567d531221c4..a35eafc4ee15493c1473d71b5c2e83a1f9137c1a 100644
(file)
--- a/
refs.h
+++ b/
refs.h
@@
-147,4
+147,7
@@
int update_ref(const char *action, const char *refname,
const unsigned char *sha1, const unsigned char *oldval,
int flags, enum action_on_err onerr);
+extern int parse_hide_refs_config(const char *var, const char *value, const char *);
+extern int ref_is_hidden(const char *);
+
#endif /* REFS_H */