about summary refs log tree commit diff
path: root/third_party/git/t/helper/test-sha1.c
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/helper/test-sha1.c')
-rw-r--r--third_party/git/t/helper/test-sha1.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/git/t/helper/test-sha1.c b/third_party/git/t/helper/test-sha1.c
new file mode 100644
index 0000000000..d860c387c3
--- /dev/null
+++ b/third_party/git/t/helper/test-sha1.c
@@ -0,0 +1,7 @@
+#include "test-tool.h"
+#include "cache.h"
+
+int cmd__sha1(int ac, const char **av)
+{
+	return cmd_hash_impl(ac, av, GIT_HASH_SHA1);
+}