mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-03 11:20:59 +00:00
8 lines
164 B
C
8 lines
164 B
C
void setup_stash(
|
|
git_repository *repo,
|
|
git_signature *signature);
|
|
|
|
void commit_staged_files(
|
|
git_oid *commit_oid,
|
|
git_index *index,
|
|
git_signature *signature); |