2018-03-24 08:44:32 +01:00
|
|
|
#include "test-tool.h"
|
2006-06-24 09:59:49 +02:00
|
|
|
#include "cache.h"
|
|
|
|
|
2018-03-24 08:44:32 +01:00
|
|
|
int cmd__sha1(int ac, const char **av)
|
2006-06-24 09:59:49 +02:00
|
|
|
{
|
2018-11-14 05:09:32 +01:00
|
|
|
return cmd_hash_impl(ac, av, GIT_HASH_SHA1);
|
2006-06-24 09:59:49 +02:00
|
|
|
}
|