summaryrefslogtreecommitdiff
path: root/repository.go
AgeCommit message (Expand)Author
2014-09-04Repository.CreateCommit: Only allocate CStr on non-empty refnameAlexander Surma
2014-09-01Repository.CreateCommit: Allow empty refname for non-update commitAlexander Surma
2014-08-22Extract data into a go struct.David Calavera
2014-06-11fix indentationFrank Benkstein
2014-06-09add support for annotated tagsFrank Benkstein
2014-05-26Keep a pointer to the repository in the objects and referencesCarlos Martín Nieto
2014-05-23Merge branch 'repo-ext'Carlos Martín Nieto
2014-05-23Add function to open repository from subpathscloudson
2014-05-03Implement git_repository_set_head(_detached)Ondrej Kupka
2014-04-26Merge commit 'refs/pull/72/head' of github.com:libgit2/git2goCarlos Martín Nieto
2014-04-26Merge pull request #63 from jezell/jezell/mergeCarlos Martín Nieto
2014-04-26Merge commit 'refs/pull/48/head' of github.com:libgit2/git2goCarlos Martín Nieto
2014-04-17Recursive find respositorycloudson
2014-04-04Merge remote-tracking branch 'libgit/master' into add-basic-diff-patchJesse Ezell
2014-04-04merge latest, copy merge bytes to go arrayJesse Ezell
2014-04-03update for upstream changesAidan Nulman
2014-04-03Merge branch 'master' into custom_odbAidan Nulman
2014-04-03explicit returnsAidan Nulman
2014-04-01Adjust to Go tip changesCarlos Martín Nieto
2014-03-20refactor and cleanup codeJesse Ezell
2014-03-20merge with latestJesse Ezell
2014-03-20cleanup and refactor diff / patchJesse Ezell
2014-03-11merge with latestJesse Ezell
2014-03-07add blob chunk creation, creation of tree builders for specific trees, minor ...Jesse Ezell
2014-02-28Fix an old error function call that snuck inCarlos Martín Nieto
2014-02-28fix bad merge (LastError -> MakeGitError)Jesse Ezell
2014-02-27Merge pull request #59 from libgit2/cmn/refsCarlos Martín Nieto
2014-02-27Merge pull request #60 from libgit2/cmn/reflogs-defaultCarlos Martín Nieto
2014-02-26re-encapsulate repositoryAidan Nulman
2014-02-26Added git error code to the error object.Jesper Hansen
2014-02-26Remove 'oid' as id nameCarlos 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-24Merge branch 'master' into custom_odbAidan Nulman
2014-02-24add custom refdb backend supportAidan Nulman
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-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
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-18Lock the OS thread when acessing errorsCarlos Martín Nieto
2013-12-17add function to init repos w/custom odb backendsAidan Nulman
2013-11-14Fix memleak for Config and parent commit objectsArtiom Di
2013-11-14Fix memleak, free TreeBuilderArtiom Di
2013-11-14Don't repeat the pkg-config lineCarlos Martín Nieto
2013-09-12Camel-case constantsCarlos Martín Nieto
2013-06-13Merge pull request #13 from libgit2/polymorphism-take-2Vicent Martí