]> git.ipfire.org Git - thirdparty/git.git/blobdiff - refs/refs-internal.h
read_loose_refs(): read refs using resolve_ref_recursively()
[thirdparty/git.git] / refs / refs-internal.h
index 793c850e98fd0a2e2250b36a8efecf4293560245..33adbf93b564ce33ecfb2cdde92c02c9393dcb48 100644 (file)
@@ -650,4 +650,9 @@ void base_ref_store_init(struct ref_store *refs,
  */
 struct ref_store *get_ref_store(const char *submodule);
 
+const char *resolve_ref_recursively(struct ref_store *refs,
+                                   const char *refname,
+                                   int resolve_flags,
+                                   unsigned char *sha1, int *flags);
+
 #endif /* REFS_REFS_INTERNAL_H */