| 1983 | } |
| 1984 | |
| 1985 | static int ignore_symref_update(const char *refname, struct strbuf *scratch) |
| 1986 | { |
| 1987 | return !refs_read_symbolic_ref(get_main_ref_store(the_repository), refname, scratch); |
| 1988 | } |
| 1989 | |
| 1990 | /* |
| 1991 | * Create and return a list of (struct ref) consisting of copies of |
no test coverage detected