[next] Add stash support #257

Merged
clns merged 5 commits from stash-support into next 2016-03-17 12:14:30 -05:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 71ff6ab0d5 - Show all commits

View File

@ -62,7 +62,7 @@ func (c *StashCollection) Save(
ret := C.git_stash_save( ret := C.git_stash_save(
oid.toC(), c.repo.ptr, oid.toC(), c.repo.ptr,
stasherC, messageC, C.uint(flags)) stasherC, messageC, C.uint32_t(flags))
if ret < 0 { if ret < 0 {
return nil, MakeGitError(ret) return nil, MakeGitError(ret)