summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-28fix msg handling to treat empty str as nilJesse Ezell
2014-02-28Remove unused constsJesse Ezell
2014-02-28fix bad git_buf handlingJesse Ezell
2014-02-26LastError -> MakeGitErrorJesse Ezell
2014-02-26Merge branch 'master' of https://github.com/libgit2/git2go into add-branch-lo...Jesse Ezell
2014-02-26Add thread lockingJesse Ezell
2014-02-26cleanup add-branchJesse Ezell
2014-02-26Merge branch 'branch_functions' of http://github.com/JohannWeging/git2go into...Jesse Ezell
2014-02-26Merge branch 'more-errors'Carlos Martín Nieto
2014-02-26Convert the rest of the errorsCarlos Martín Nieto
2014-02-26Added git error code to the error object.Jesper Hansen
2014-02-26Remove 'oid' as id nameCarlos Martín Nieto
2014-02-26Merge branch 'index-entries'Carlos Martín Nieto
2014-02-26Adjust to oid -> idCarlos Martín Nieto
2014-02-26Remove pointer to git_index_entryCarlos Martín Nieto
2014-02-26Merge pull request #42 from libgit2/cmn/configCarlos Martín Nieto
2014-02-26Lock the thread so we can get the error messageCarlos Martín Nieto
2014-02-26Add iterators and ConfigEntryCarlos Martín Nieto
2014-02-26Add a few more missing config functionsCarlos Martín Nieto
2014-02-26Add a few missing config setters and gettersCarlos Martín Nieto
2014-02-23Return SubmoduleRecurseCarlos Martín Nieto
2014-02-23Merge pull request #52 from ursachec/masterCarlos Martín Nieto
2014-02-23Merge pull request #51 from Tobscher/masterCarlos Martín Nieto
2014-02-23Merge pull request #55 from lye/add-is-x-reference-methodsCarlos Martín Nieto
2014-02-23Merge commit 'refs/pull/53/head' of github.com:libgit2/git2goCarlos Martín Nieto
2014-02-20Add Is$Type methods to Reference.lye
2014-01-29update git2go to support latest libgit2 development commit (id: 66af84)Aidan Nulman
2014-01-26Remove unnecessary cast.Claudiu-Vlad Ursache
2014-01-25Test for Odb hash function.Claudiu-Vlad Ursache
2014-01-25Add Odb hash function.Claudiu-Vlad Ursache
2014-01-24added write methodTobias Haar
2013-12-18Merge pull request #41 from libgit2/cmn/threadingCarlos Martín Nieto
2013-12-18Lock the OS thread when acessing errorsCarlos Martín Nieto
2013-11-18Merge pull request #47 from kron4eg/tree_builder_mem_leakVicent Martí
2013-11-14Fix memleak for Config and parent commit objectsArtiom Di
2013-11-14Fix memleak, free TreeBuilderArtiom Di
2013-11-14ObjectType: capitalise TagCarlos Martín Nieto
2013-11-14Don't repeat the pkg-config lineCarlos Martín Nieto
2013-11-13Packbuilder: adjust to changes in devCarlos Martín Nieto
2013-10-30branch: Deleted BranchForeachJohann Weging
2013-10-10branch:BranchForeach: Correct handling of the ListFlagsJohann Weging
2013-10-08branch: Renamed BranchLookup to LookupBrnachJohann Weging
2013-10-08branch: Renamed BranchCreate to CreateBranchJohann Weging
2013-10-08branch: Variable names don't repeat its type name any longerJohann Weging
2013-10-08branch: Changed BranchT to BranchTypeJohann Weging
2013-10-08branch: Implemented branch functions.Johann Weging
2013-09-22Remove leftover reference to old constCarlos Martín Nieto
2013-09-17Merge pull request #36 from libgit2/ref-iterVicent Martí
2013-09-17Merge pull request #38 from libgit2/odb-streamVicent Martí
2013-09-17Merge pull request #39 from libgit2/goify-constsVicent Martí