repo.or.cz
/
git
/
debian.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
debian: new upstream release
[git/debian.git]
/
t
/
helper
/
test-sha256.c
blob
0ac6a99d5f2a38d89317564185e91ee5126fd3ac
1
#include
"test-tool.h"
2
#include
"cache.h"
3
4
int
cmd__sha256
(
int
ac
,
const char
**
av
)
5
{
6
return
cmd_hash_impl
(
ac
,
av
,
GIT_HASH_SHA256
);
7
}