]> git.proxmox.com Git - libgit2.git/blob - tests/libgit2/stash/stash_helpers.h
New upstream version 1.5.0+ds
[libgit2.git] / tests / libgit2 / stash / stash_helpers.h
1 void setup_stash(
2 git_repository *repo,
3 git_signature *signature);
4
5 void assert_status(
6 git_repository *repo,
7 const char *path,
8 int status_flags);