summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-18fix naming on testJesse Ezell
2014-03-18add simple clone testJesse Ezell
2014-03-18fix clone options initJesse Ezell
2014-03-18Merge pull request #61 from jezell/remotes-wipCarlos Martín Nieto
Cleaned up remotes / clone / add push / fetch
2014-03-17Merge pull request #67 from jezell/chunk-create-fixCarlos Martín Nieto
fix chunk create return values
2014-03-16fix chunk create logicJesse Ezell
2014-03-12add branch iterator / remove useless repo from reference iteratorJesse Ezell
2014-03-11remove strarray wrappersJesse Ezell
2014-03-11fix return for old go versions / travisJesse Ezell
2014-03-11clean up clone codeJesse Ezell
2014-03-11cleanup clone codeJesse Ezell
2014-03-11merge with latestJesse Ezell
2014-03-11Merge branch 'merge' of https://github.com/jezell/git2go into mergeJesse Ezell
2014-03-11remove useless wrappersJesse Ezell
2014-03-11Merge branch 'jezell/merge' into mergeJesse Ezell
2014-03-11merge with latestJesse Ezell
2014-03-11merge with latest, replace merge wrappers with go codeJesse Ezell
2014-03-11Merge pull request #65 from jezell/blob_and_tree_updatesCarlos Martín Nieto
Minor API enhancements
2014-03-11Merge branch 'cmn/checkout-opts'Carlos Martín Nieto
2014-03-11CheckoutIndex: allow for index to be nilCarlos Martín Nieto
Allow for the index to be nil and pass that to the library to use the repository's index.
2014-03-11Move checkout functions options more in line with the libraryCarlos Martín Nieto
Afjust Checkout -> CheckoutHead and pass nil if the options structure is nil so as not to overide the library's decisions.
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
Add branch functions
2014-03-07add blob chunk creation, creation of tree builders for specific trees, minor ↵Jesse Ezell
API cleanup
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
Add a build script and ask Travis to run it. It downloads the tip of libgit2's dev branch and tests against that.
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
Add a few reference utility functions
2014-02-27Merge pull request #60 from libgit2/cmn/reflogs-defaultCarlos Martín Nieto
Allow for a default in reflog messages
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 ↵Jesse Ezell
add-branch-lookup
2014-02-26Add thread lockingJesse Ezell
2014-02-26cleanup add-branchJesse Ezell
2014-02-26Merge branch 'branch_functions' of http://github.com/JohannWeging/git2go ↵Jesse Ezell
into merge-add-branch-lookup
2014-02-26Merge branch 'more-errors'Carlos Martín Nieto