| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-01-02 | Merge pull request #425 from josharian/more-merge-file-flags | Carlos Martín Nieto | |
| merge: add missing MergeFileFlag constants | |||
| 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 | |
| While we're here, pull in comments as well. While one can pop back and forth between godoc and libgit2 refs, it's much nicer to have it in one place. Note that MergeFileStyleSimplifyAlnum probably should have been called merely MergeFileSimplifyAlnum (no "Style"). It's probably not worth breaking backwards compatibility to fix it, but we avoid the mistake going forwards. | |||
| 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 | |
| See http://tip.golang.org/cmd/cgo/#hdr-Passing_pointers . | |||
| 2015-10-26 | Mention that MergeAnalysis is a bitmask | Carlos Martín Nieto | |
| 2015-10-26 | Update libgit2 to 821131f | Calin Seciu | |
| The API changes are: - `*Remote.Connect` ```go // from: func (o *Remote) Connect(direction ConnectDirection, callbacks *RemoteCallbacks) error // to: func (o *Remote) Connect(direction ConnectDirection, callbacks *RemoteCallbacks, headers []string) error ``` - `*Remote.ConnectFetch` - `headers` was added as above - `*Remote.ConnectPush` - `headers` was added as above | |||
| 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 | |
| As it seems to be something that many people can't get over, reformat all the files; as we're breaking things, whoever depended on 'next' will have to take many changes into account anyway, so let's include this to reduce the noise of incoming patches. | |||
| 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 | |
| While here, test MergeBase as well. | |||
| 2015-04-18 | Update to libgit2 4c02d3937 | Carlos Martín Nieto | |
| 2015-01-29 | Add TargetDirectory field to Checkout options. | joseferminj | |
| TargetDirectory field indicates a alternative checkout path to workdir. | |||
| 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 | |
| While Go will assign the correct type to a const block when it auto-creates the values, assigning makes the const be typeless and will only gain it in each particular use. Make each constant in the blocks have an assigned type. | |||
| 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 | |
