hash: require hash algorithm in `empty_tree_oid_hex()`
[git/gitster.git] / hash.h
blob39a0164be32256fef2737c7f15a2b4c57f977569
1 #ifndef HASH_H
2 #define HASH_H
4 #include "hash-ll.h"
5 #include "repository.h"
7 #define the_hash_algo the_repository->hash_algo
9 #endif