Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
sha1_file: convert cached object code to struct object_id
[gitweb.git]
/
t
/
helper
/
test-ref-store.c
diff --git
a/t/helper/test-ref-store.c
b/t/helper/test-ref-store.c
index 7314b5943effac1fea8d39ee365a4b56fec723cb..7c4f43746e8792a368814664a70c51ca55ab43e1 100644
(file)
--- a/
t/helper/test-ref-store.c
+++ b/
t/helper/test-ref-store.c
@@
-1,3
+1,4
@@
+#include "test-tool.h"
#include "cache.h"
#include "refs.h"
#include "worktree.h"
@@
-275,7
+276,7
@@
static struct command commands[] = {
{ NULL, NULL }
};
-int cmd_
main
(int argc, const char **argv)
+int cmd_
_ref_store
(int argc, const char **argv)
{
struct ref_store *refs;
const char *func;