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
Merge branch 'main' of github.com:git/git
[alt-git.git]
/
t
/
helper
/
test-sha1.c
blob
d860c387c3846d69b7bd63a144ede2f93da60886
1
#include
"test-tool.h"
2
#include
"cache.h"
3
4
int
cmd__sha1
(
int
ac
,
const char
**
av
)
5
{
6
return
cmd_hash_impl
(
ac
,
av
,
GIT_HASH_SHA1
);
7
}