]> git.ipfire.org Git - thirdparty/git.git/blob - object-store.h
Merge branch 'es/add-doc-list-short-form-of-all-in-synopsis' into maint-2.43
[thirdparty/git.git] / object-store.h
1 #ifndef OBJECT_STORE_H
2 #define OBJECT_STORE_H
3
4 #include "khash.h"
5 #include "dir.h"
6 #include "object-store-ll.h"
7
8 KHASH_INIT(odb_path_map, const char * /* key: odb_path */,
9 struct object_directory *, 1, fspathhash, fspatheq)
10
11 #endif /* OBJECT_STORE_H */