Welcome to mirror list, hosted at ThFree Co, Russian Federation.

stash_helpers.h « stash « tests-clar - github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 66d758fe2b29526938dec354ff7ccfb2ad0746cd (plain)
1
2
3
4
5
6
7
8
void setup_stash(
	git_repository *repo,
	git_signature *signature);

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