index
:
jcarr/git2go
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.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-02-24
rebase: Add wrapper for `git_rebase_inmemory_index()` (#900)
Patrick Steinhardt
2021-09-05
libgit2 v1.2.0 #major
lhchavez
2021-09-05
Make all Options objects consistent
lhchavez
2021-09-05
Make all non-user-creatable structures non-comparable (#802)
lhchavez
2020-12-10
More callback refactoring (#713)
lhchavez
2020-12-05
Refactor all callbacks (#700)
lhchavez
2020-12-05
Mark some symbols to be deprecated #minor (#698)
lhchavez
2020-10-22
refactor: Use undeprecated options init (#656)
Suhaib Mujahid
2020-08-18
Add support for creating signed commits and signing commits during a rebase (...
michael boulton
2018-01-21
rebase: make RebaseOperationType a fmt.Stringer
Josh Bleecher Snyder
2018-01-21
rebase: add RebaseOperationReword
Josh Bleecher Snyder
2017-10-01
Fix typo in the error message
Harsimran Singh Maan
2017-07-08
rebase: correct the return values for CurrentOperationIndex
Carlos Martín Nieto
2017-07-08
Third round of keep-alive aditions
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-08
Fix Free() service in Rebase 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