| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-06-03 | Switch default to static linking | Carlos Martín Nieto | |
| Build in libgit2 statically into git2go by default, removing the need for the right version to be available as a shared object. We do still need to link dynamically against OpenSSL and LibSSH2. | |||
| 2014-05-26 | Keep a pointer to the repository in the objects and references | Carlos Martín Nieto | |
| Otherwise, the garbage collector might decide it's a good idea to throw away the repository instance while the C object still has a pointer to it. Hilarity ensues. | |||
| 2014-04-04 | merge with improved error handling logic | Jesse Ezell | |
| 2014-04-04 | Merge remote-tracking branch 'libgit/master' into branch-iterator | Jesse Ezell | |
| 2014-04-01 | Adjust to Go tip changes | Carlos Martín Nieto | |
| It does not like breaking aliasing rules, so let's keep a casted pointer for when libgit2 wants that. | |||
| 2014-03-20 | remove channel based iteration for branch / ref. Add ReferenceNameIterator. ↵ | Jesse Ezell | |
| All iterators use Next(). Remove interfaces. | |||
| 2014-03-19 | various improvements to interface | Jesse Ezell | |
| 2014-03-19 | remove Branch struct, unify reference iterators | Jesse Ezell | |
| 2014-03-12 | add branch iterator / remove useless repo from reference iterator | Jesse Ezell | |
| 2014-02-28 | move return outside of switch for go 1.0 / travis | Jesse Ezell | |
| 2014-02-28 | fix msg handling to treat empty str as nil | Jesse Ezell | |
| 2014-02-28 | Remove unused consts | Jesse Ezell | |
| 2014-02-28 | fix bad git_buf handling | Jesse Ezell | |
| 2014-02-26 | LastError -> MakeGitError | Jesse Ezell | |
| 2014-02-26 | Add thread locking | Jesse Ezell | |
| 2014-02-26 | cleanup add-branch | Jesse Ezell | |
| 2013-10-30 | branch: Deleted BranchForeach | Johann Weging | |
| 2013-10-10 | branch:BranchForeach: Correct handling of the ListFlags | Johann Weging | |
| 2013-10-08 | branch: Renamed BranchLookup to LookupBrnach | Johann Weging | |
| 2013-10-08 | branch: Renamed BranchCreate to CreateBranch | Johann Weging | |
| 2013-10-08 | branch: Variable names don't repeat its type name any longer | Johann Weging | |
| 2013-10-08 | branch: Changed BranchT to BranchType | Johann Weging | |
| 2013-10-08 | branch: Implemented branch functions. | Johann Weging | |
