summaryrefslogtreecommitdiff
path: root/tests/stash/stash_helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/stash/stash_helpers.h')
-rw-r--r--tests/stash/stash_helpers.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/stash/stash_helpers.h b/tests/stash/stash_helpers.h
new file mode 100644
index 000000000..66d758fe2
--- /dev/null
+++ b/tests/stash/stash_helpers.h
@@ -0,0 +1,8 @@
+void setup_stash(
+ git_repository *repo,
+ git_signature *signature);
+
+void assert_status(
+ git_repository *repo,
+ const char *path,
+ int status_flags);