summaryrefslogtreecommitdiff
path: root/tests-clar/stash/stash_helpers.h
blob: bb7fec4f539c21a3a1286b3cda80f6e06de6ab61 (plain)
1
2
3
4
5
6
7
8
void setup_stash(
	git_repository *repo,
	git_signature *signature);

void commit_staged_files(
	git_oid *commit_oid,
	git_index *index,
	git_signature *signature);