summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-08-25don't return anything from StatusList.FreeBen Navetta
2014-08-25Update vendored libgit2 version to v0.21.1Carlos Martín Nieto
2014-08-25Handle empty slices in CreateBlobFromBuffer()Carlos Martín Nieto
2014-08-25Merge pull request #105 from mattes/patch-1Carlos Martín Nieto
2014-08-22Extract data into a go struct.David Calavera
2014-08-19add git_status_foreach bindingBen Navetta
2014-08-19comment out issue with entry countBen Navetta
2014-08-18add StatusFile functionBen Navetta
2014-08-18add status option supportBen Navetta
2014-08-18start on status tests; fix bug in Repository.StatusList()Ben Navetta
2014-08-18add StatusList() to RepositoryBen Navetta
2014-08-18add StatusList.EntryCount()Ben Navetta
2014-08-18add ByIndex, reorder to match other filesBen Navetta
2014-08-18status data typesBen Navetta
2014-08-06Make sure install/lib dir exists. Fixes #104Matthias Kadenbach
2014-07-24Add Repository#RevParseExt.David Calavera
2014-07-24Add Repository#RevParseSingle.David Calavera
2014-07-24Make a new pointer to pass to git_revparse.David Calavera
2014-07-24Add simple test for `rev-parse HEAD`.David Calavera
2014-07-24Move RevSpec#From and RevSpec#To to struct methods.David Calavera
2014-07-24Add Repository#RevParse.David Calavera
2014-07-12Merge pull request #101 from bargez/patch-1Carlos Martín Nieto
2014-07-12Fix a typo in git2go pathBartosz Gęza
2014-07-03travis: build with Go 1.3Carlos Martín Nieto
2014-07-03Update READMECarlos Martín Nieto
2014-07-03Merge commit 'refs/pull/95/head' of github.com:libgit2/git2goCarlos Martín Nieto
2014-07-03Update vendored libgit2 to v0.21.0Carlos Martín Nieto
2014-06-11fix indentationFrank Benkstein
2014-06-09add support for annotated tagsFrank Benkstein
2014-06-07Remove left-over submodule configurationCarlos Martín Nieto
2014-06-07Upate README with static instructionsCarlos Martín Nieto
2014-06-07Don't build with Go 1.0Carlos Martín Nieto
2014-06-07Tighten up the buildCarlos Martín Nieto
2014-06-07Move the settings into the main git2goCarlos Martín Nieto
2014-06-07Really build staticallyCarlos Martín Nieto
2014-06-07hack for travisCarlos Martín Nieto
2014-06-07Adjust travis script to staticCarlos Martín Nieto
2014-06-07Use a submodule for libgit2Carlos Martín Nieto
2014-06-03Move some logic into the MakefileCarlos Martín Nieto
2014-06-03Switch default to static linkingCarlos Martín Nieto
2014-06-03Add scripts to build and use a static libgit2Carlos Martín Nieto
2014-05-31Update travis settingsCarlos Martín Nieto
2014-05-31Merge: merge analysis now returns the user's preferenceCarlos Martín Nieto
2014-05-26Keep a pointer to the repository in the objects and referencesCarlos Martín Nieto
2014-05-25Index: add functions to handle the data structureCarlos Martín Nieto
2014-05-25Give Object and Reference an Onwer accessorCarlos Martín Nieto
2014-05-23Merge branch 'repo-ext'Carlos Martín Nieto
2014-05-23Add function to open repository from subpathscloudson
2014-05-23Reference: expose Peel()Carlos Martín Nieto
2014-05-07Merge pull request #90 from libgit2/unchanifyCarlos Martín Nieto