| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-12-05 | Mark some symbols to be deprecated #minor (#698) | lhchavez | |
| This change introduces the file deprecated.go, which contains any constants, functions, and types that are slated to be deprecated in the next major release. These symbols are deprecated because they refer to old spellings in pre-1.0 libgit2. This also makes the build be done with the `-DDEPRECATE_HARD` flag to avoid regressions. This, together with [gorelease](https://godoc.org/golang.org/x/exp/cmd/gorelease)[1] should make releases safer going forward. 1: More information about how that works at https://go.googlesource.com/exp/+/refs/heads/master/apidiff/README.md | |||
| 2020-08-18 | Add support for creating signed commits and signing commits during a rebase ↵ | michael boulton | |
| (#626) | |||
| 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 | |
