libgit2/tests/libgit2/stash/stash_helpers.h
2022-08-28 14:13:25 +02:00

9 lines
152 B
C

void setup_stash(
git_repository *repo,
git_signature *signature);
void assert_status(
git_repository *repo,
const char *path,
int status_flags);