summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-09-04remove unused status version fieldBen Navetta
2014-09-04give status option flags their own typeBen Navetta
2014-08-25fix status list to handle null head_to_index in entriesBen Navetta
2014-08-25add thread locking to status apiBen Navetta
2014-08-25remove status_foreach bindingBen Navetta
2014-08-25don't return anything from StatusList.FreeBen Navetta
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-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
2014-05-06Packbuilder: use a callback for ForEach instead of a channelCarlos Martín Nieto
2014-05-06Odb: use a callback instead of a channel for ForEachCarlos Martín Nieto
2014-05-04Fix typoCarlos Martín Nieto
2014-05-03Merge pull request #89 from tchap/set-headCarlos Martín Nieto
2014-05-03test: adjust to safe commit appendCarlos Martín Nieto
2014-05-03checkout: init_opts -> init_optionsCarlos Martín Nieto