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: 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);