index
:
go.wit.com/lib/libgit2.git
devel
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rebase_test.go
Age
Commit message (
Expand
)
Author
2024-12-16
update to libgit2 version 1.8.4. dump old github and vendor stuff
Jeff Carr
2022-12-09
Replace golang.org/x/crypto/openpgp with github.com/ProtonMail/go-crypto
Roland Shoemaker
2022-02-24
rebase: Add wrapper for `git_rebase_inmemory_index()` (#900)
Patrick Steinhardt
2020-12-05
Mark some symbols to be deprecated #minor (#698)
lhchavez
2020-08-18
Add support for creating signed commits and signing commits during a rebase (...
michael boulton
2017-07-08
rebase: correct the return values for CurrentOperationIndex
Carlos MartÃn Nieto
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() [git_rebase_init_options(GIT_REBASE_OPTIONS_VERSIO...
ezwiebel
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