summaryrefslogtreecommitdiff
path: root/rebase.go
AgeCommit message (Collapse)Author
2017-10-01Fix typo in the error messageHarsimran Singh Maan
2017-07-08rebase: correct the return values for CurrentOperationIndexCarlos Martín Nieto
We were incorectly reporting `C.GIT_REBASE_NO_OPERATION` as an error code when it is none. We should instead return it as the value. The compiler doesn't seem to actually look at the sizes so instead we must recreate the value ourselves with `^uint(0)`. The error return is kept for API compatibility but should go away eventually.
2017-07-08Third round of keep-alive aditionsCarlos Martín Nieto
2016-11-23LockOSThread in CurrentOperationIndex for git error creationezwiebel
2016-11-01Took @carlosmn PR review into accountezwiebel
2016-09-14Fix reference bug introduced with RebaseOptions implementationezwiebel
2016-09-13Add DefaultRebaseOptions() ↵ezwiebel
[git_rebase_init_options(GIT_REBASE_OPTIONS_VERSION)] service to wrapper
2016-09-12Add RebaseOpen() service to wrapperezwiebel
2016-08-08Fix Free() service in Rebase wrapperezwiebel
2016-08-07Add CurrentOperationIndex() and OperationAt(index uint) services to wrapperezwiebel
2016-08-07Add Abort() service to wrapperezwiebel
2016-08-07Add operation OperationCount() service and enrich UTsezwiebel
2016-08-07Initial rebase wrapper versionezwiebel