summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-03Update vendored libgit2 to v0.21.0Carlos Martín Nieto
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
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-26Merge pull request #66 from jezell/branch-iteratorCarlos Martín Nieto
2014-04-26Merge pull request #80 from jezell/oid-parse-protectionCarlos Martín Nieto
2014-04-26Merge pull request #81 from jezell/remote-set-callbacksCarlos Martín Nieto
2014-04-26Adjust to libgit2 dev changesCarlos Martín Nieto
2014-04-17Recursive find respositorycloudson
2014-04-04add set callbacks / set cert checkJesse Ezell
2014-04-04use cast_ptr instead of ptr for travis go tip buildJesse Ezell
2014-04-04merge with improved error handling logicJesse Ezell
2014-04-04Merge branch 'oid-parse-protection' into branch-iteratorJesse Ezell
2014-04-04use cast_ptr instead of ptr for travis go tip buildJesse Ezell
2014-04-04Merge remote-tracking branch 'libgit/master' into add-basic-diff-patchJesse Ezell
2014-04-04fix typo / return name iteratorJesse Ezell
2014-04-04Merge remote-tracking branch 'libgit/master' into branch-iteratorJesse Ezell
2014-04-04merge latest, copy merge bytes to go arrayJesse Ezell
2014-04-04adjust comments on error messages to standard godoc styleJesse Ezell
2014-04-03fix for travisciAidan Nulman
2014-04-03update for upstream changesAidan Nulman
2014-04-03Merge branch 'master' into custom_odbAidan Nulman