repo.or.cz
/
git
/
gitster.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
hash: require hash algorithm in `empty_tree_oid_hex()`
[git/gitster.git]
/
hash.h
blob
39a0164be32256fef2737c7f15a2b4c57f977569
1
#ifndef HASH_H
2
#define HASH_H
3
4
#include
"hash-ll.h"
5
#include
"repository.h"
6
7
#define the_hash_algo the_repository->hash_algo
8
9
#endif