repo.or.cz
/
alt-git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
read-cache*.h: move declarations for read-cache.c functions from cache.h
[alt-git.git]
/
t
/
helper
/
test-sha256.c
blob
f50f64f1f221acadb2e4ebb2b856a05a1a2810e5
1
#include
"test-tool.h"
2
#include
"cache.h"
3
#include
"hash-ll.h"
4
5
int
cmd__sha256
(
int
ac
,
const char
**
av
)
6
{
7
return
cmd_hash_impl
(
ac
,
av
,
GIT_HASH_SHA256
);
8
}