summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-11Move checkout functions options more in line with the libraryCarlos Martín Nieto
2014-03-11Remove custom checkout opts init functionCarlos Martín Nieto
2014-03-11Adjust to checkout_opts -> checkout_optionsCarlos Martín Nieto
2014-03-11Merge pull request #58 from jezell/add-branch-lookupCarlos Martín Nieto
2014-03-07add blob chunk creation, creation of tree builders for specific trees, minor ...Jesse Ezell
2014-02-28Add defaults, add simple test, merge heads should be pointer arrayJesse Ezell
2014-02-28move finalizer above freeJesse Ezell
2014-02-28switch from iota to explicit defJesse Ezell
2014-02-28move return outside of switch for go 1.0 / travisJesse Ezell
2014-02-28fix handling of msg to treat empty str as nilJesse Ezell
2014-02-28fix msg handling to treat empty str as nilJesse Ezell
2014-02-28Remove unused constsJesse Ezell
2014-02-28fix bad git_buf handlingJesse Ezell
2014-02-28Add a travis scriptCarlos Martín Nieto
2014-02-28Fix an old error function call that snuck inCarlos Martín Nieto
2014-02-28merge options / merge tree optionsJesse Ezell
2014-02-28wrap merge functionsJesse Ezell
2014-02-28fix bad merge (LastError -> MakeGitError)Jesse Ezell
2014-02-27add push, refine remotesJesse 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-26Actually type constants; unwrap DiffFile, DiffDelta, DiffHunk.lye
2014-02-26merge latest, cleanup error handling, add thread locksJesse Ezell
2014-02-26LastError -> MakeGitErrorJesse Ezell
2014-02-26Merge branch 'master' of https://github.com/libgit2/git2go into add-branch-lo...Jesse Ezell
2014-02-26Add thread lockingJesse Ezell
2014-02-26cleanup add-branchJesse Ezell
2014-02-26Merge branch 'branch_functions' of http://github.com/JohannWeging/git2go into...Jesse Ezell
2014-02-26Merge branch 'more-errors'Carlos Martín Nieto
2014-02-26Convert the rest of the errorsCarlos Martín Nieto
2014-02-26Added git error code to the error object.Jesper Hansen
2014-02-26Remove 'oid' as id nameCarlos Martín Nieto
2014-02-26Merge branch 'index-entries'Carlos Martín Nieto
2014-02-26Adjust to oid -> idCarlos Martín Nieto
2014-02-26Remove pointer to git_index_entryCarlos 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-26Bundle consts more idiomatically; add GitLineType alias.lye
2014-02-26Unwrap DiffLine; add types for git_diff_flag_t and git_delta_t.lye
2014-02-26Merge pull request #42 from libgit2/cmn/configCarlos Martín Nieto
2014-02-26Lock the thread so we can get the error messageCarlos Martín Nieto
2014-02-26Add iterators and ConfigEntryCarlos Martín Nieto
2014-02-26Add a few more missing config functionsCarlos Martín Nieto
2014-02-26Add a few missing config setters and gettersCarlos Martín Nieto
2014-02-24Merge branch 'master' into custom_odbAidan Nulman
2014-02-24add custom refdb backend supportAidan Nulman
2014-02-23Pre-emptively copy data when marshalling diff callback data.lye
2014-02-23Export the constants and enumerations for diffs.lye
2014-02-23Return SubmoduleRecurseCarlos Martín Nieto