1 #ifndef SUBMODULE_CONFIG_CACHE_H
2 #define SUBMODULE_CONFIG_CACHE_H
8 * Submodule entry containing the information about a certain submodule
9 * in a certain revision.
17 /* the sha1 blob id of the responsible .gitmodules file */
18 unsigned char gitmodules_sha1[20];
21 const struct submodule *submodule_from_name(const unsigned char *commit_sha1,
23 const struct submodule *submodule_from_path(const unsigned char *commit_sha1,
25 void submodule_free(void);
27 #endif /* SUBMODULE_CONFIG_H */