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
/
merge.go
Age
Commit message (
Expand
)
Author
2021-09-05
Make all Options objects consistent
lhchavez
2021-09-05
Make all non-user-creatable structures non-comparable (#802)
lhchavez
2020-12-13
Support more MergeBase functions (#720)
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-09-18
merge: Expose recursion limit merge option (#642)
Patrick Steinhardt
2020-06-04
Provide missing merge flags (#615)
Takuji Shimokawa
2020-02-23
Add test and runtime.KeepAlive()
lhchavez
2020-02-23
Merge remote-tracking branch 'upstream/master' into more-annotated-commit
lhchavez
2019-12-10
Adjust to libgit2 changes
Carlos Martín Nieto
2019-01-02
Merge pull request #425 from josharian/more-merge-file-flags
Carlos Martín Nieto
2018-02-22
merge: expose the conflict marker size option
Carlos Martín Nieto
2018-01-25
merge: add missing MergeFileFlag constants
Josh Bleecher Snyder
2018-01-25
merge: add two missing AnnotatedCommit methods
Josh Bleecher Snyder
2017-07-08
Third round of keep-alive aditions
Carlos Martín Nieto
2016-02-18
Merge branch 'master' into next
Carlos Martín Nieto
2016-02-17
Upgrade to libgit2 to 0f9d15493d5d8ad4353dd7beed52c9567334f6e5
Han-Wen Nienhuys
2016-02-16
merge: remove whitespace change
Ian Lance Taylor
2016-02-16
handles, merge: simplify code, don't copy file contents
Ian Lance Taylor
2016-02-15
Merge remote-tracking branch 'upstream/master' into next
Carlos Martín Nieto
2016-01-07
handles, merge, odb: changes for Go 1.6 pointer passing rules
Ian Lance Taylor
2015-10-26
Mention that MergeAnalysis is a bitmask
Carlos Martín Nieto
2015-10-26
Update libgit2 to 821131f
Calin Seciu
2015-09-18
Merge remote-tracking branch 'origin/master' into next
Carlos Martín Nieto
2015-08-31
Run go fmt
Carlos Martín Nieto
2015-08-31
Merge branch 'next'
Carlos Martín Nieto
2015-08-12
merge: fix memory leak related to merge file opts
Patrick Steinhardt
2015-08-04
Merge remote-tracking branch 'origin/master' into next
Carlos Martín Nieto
2015-07-31
Wrap MergeBases
Carlos Martín Nieto
2015-04-18
Update to libgit2 4c02d3937
Carlos Martín Nieto
2015-01-29
Add TargetDirectory field to Checkout options.
joseferminj
2014-12-11
Remove useless includes
Carlos Martín Nieto
2014-12-06
Add missing thread locking
Carlos Martín Nieto
2014-12-03
Update to master
Carlos Martín Nieto
2014-11-08
Fix MergeTrees func to accept nil as ancestor parameter
joseferminj
2014-10-28
Make the constants have types
Carlos Martín Nieto
2014-05-31
Merge: merge analysis now returns the user's preference
Carlos Martín Nieto
2014-04-04
use cast_ptr instead of ptr for travis go tip build
Jesse Ezell
2014-04-04
merge latest, copy merge bytes to go array
Jesse Ezell
2014-03-26
Merge analysis and merge file
Jesse Ezell
2014-03-26
support nil merge options
Jesse Ezell
2014-03-26
update to new merge API
Jesse Ezell
2014-03-11
remove useless wrappers
Jesse Ezell
2014-02-28
Add defaults, add simple test, merge heads should be pointer array
Jesse Ezell
2014-02-28
move finalizer above free
Jesse Ezell
2014-02-28
switch from iota to explicit def
Jesse Ezell
2014-02-28
merge options / merge tree options
Jesse Ezell
2014-02-28
wrap merge functions
Jesse Ezell