summaryrefslogtreecommitdiff
path: root/repository.go
AgeCommit message (Expand)Author
2016-02-20Merge branch 'next' into stash-supportCalin Seciu
2016-02-15Merge remote-tracking branch 'upstream/master' into nextCarlos Martín Nieto
2016-01-15Add missing RepositoryOpenExtended argumentsMichael Gehring
2015-10-13Expose AddGitIgnoreRules and ClearGitIgnoreRules funcsJose Alvarez
2015-09-21Add stash supportCalin Seciu
2015-08-31Run go fmtCarlos Martín Nieto
2015-08-04Move from an Object interface to a typeCarlos Martín Nieto
2015-07-31Move CreateTag to the tags collectionCarlos Martín Nieto
2015-07-31Add TagsCollectionCalin Seciu
2015-07-01Merge remote-tracking branch 'upstream/master' into nextCarlos Martín Nieto
2015-07-01Adjust styleCarlos Martín Nieto
2015-07-01Merge commit 'refs/pull/198/head' of github.com:libgit2/git2goCarlos Martín Nieto
2015-07-01Merge commit 'refs/pull/174/head' of github.com:libgit2/git2goCarlos Martín Nieto
2015-06-30Repository: move to use an actual constructorCarlos Martín Nieto
2015-06-28Create a NotesCollection for managing notesCarlos Martín Nieto
2015-06-28Create a ReferenceCollection for managing referencesCarlos Martín Nieto
2015-06-28Create a SubmoduleCollection for managing submodulesCarlos Martín Nieto
2015-06-28Create a RemoteCollection for managing remotesCarlos Martín Nieto
2015-04-30Add method to check if repo is detachedFernando Oliveira
2015-04-18Update to libgit2 4c02d3937Carlos Martín Nieto
2015-03-15Update to libgit2 d675982a153Carlos Martín Nieto
2015-03-04Default signatureMark Probst
2015-03-04State cleanupMark Probst
2015-03-04Repository stateMark Probst
2015-02-13use git_signature_freeMatthew Donoughe
2015-01-07Add git note supportBen Burkert
2015-01-04Update to libgit2 masterCarlos Martín Nieto
2014-12-18Update libgit2David Calavera
2014-12-06Add missing thread lockingCarlos Martín Nieto
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