stash_helpers.h 164 Bytes
Newer Older
nulltoken committed
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);