summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-26Allow for a default in reflog messagesCarlos Martín Nieto
2014-02-26Add a few reference utility functionsCarlos Martín Nieto
2014-02-26Bundle consts more idiomatically; add GitLineType alias.lye
2014-02-26Unwrap DiffLine; add types for git_diff_flag_t and git_delta_t.lye
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-24Merge branch 'master' into custom_odbAidan Nulman
2014-02-24add custom refdb backend supportAidan Nulman
2014-02-23Pre-emptively copy data when marshalling diff callback data.lye
2014-02-23Export the constants and enumerations for diffs.lye
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 partial diff/patch functionality.lye
2014-02-20Add Is$Type methods to Reference.lye
2014-01-29add OdbBackend.Free() and the C it wraps; go fmt odb.goAidan Nulman
2014-01-29Merge branch 'catchupTo66af84' into custom_odbAidan Nulman
2014-01-29update git2go to support latest libgit2 development commit (id: 66af84)Aidan Nulman
2014-01-28Merge branch 'master' into custom_odbAidan 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
2014-01-06wip wrapping git_remoteJason Toffaletti
2014-01-06minorJason Toffaletti
2014-01-05wrappers for git_cred, git_transfer_progress. don't call nil callbacks.Jason Toffaletti
2014-01-04work in progress wrapping git_cloneJason Toffaletti
2014-01-02add git_submodule_recurse_t typeJason Toffaletti
2013-12-20remove unnecessary commentAidan Nulman
2013-12-20Add OdbBackend constructorAidan Nulman
2013-12-19Rename constructor functions to New...Aidan Nulman
2013-12-19Refactor InitRepositoryWCustomOdbBackend() into component functionsAidan Nulman
2013-12-18Stop assuming ODB backend includes wrapping routine; wrap in git2go insteadAidan Nulman
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-12-17add function to init repos w/custom odb backendsAidan Nulman
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