| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-07-08 | rebase: correct the return values for CurrentOperationIndex | Carlos 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. | |||
| 2016-11-23 | LockOSThread in CurrentOperationIndex for git error creation | ezwiebel | |
| 2016-11-01 | Took @carlosmn PR review into account | ezwiebel | |
| 2016-09-14 | Fix reference bug introduced with RebaseOptions implementation | ezwiebel | |
| 2016-09-13 | Add DefaultRebaseOptions() ↵ | ezwiebel | |
| [git_rebase_init_options(GIT_REBASE_OPTIONS_VERSION)] service to wrapper | |||
| 2016-09-12 | Add RebaseOpen() service to wrapper | ezwiebel | |
| 2016-08-07 | Add CurrentOperationIndex() and OperationAt(index uint) services to wrapper | ezwiebel | |
| 2016-08-07 | Add Abort() service to wrapper | ezwiebel | |
| 2016-08-07 | Add operation OperationCount() service and enrich UTs | ezwiebel | |
| 2016-08-07 | Initial rebase wrapper version | ezwiebel | |
