| Age | Commit message (Expand) | Author |
| 2014-03-19 | Oid: make NewOid take a string | Carlos Martín Nieto |
| 2014-03-19 | Oid: make the type directly [20]byte | Carlos Martín Nieto |
| 2014-03-19 | Merge pull request #69 from jezell/clone_opts_init_fix | Carlos Martín Nieto |
| 2014-03-18 | fix naming on test | Jesse Ezell |
| 2014-03-18 | add simple clone test | Jesse Ezell |
| 2014-03-18 | fix clone options init | Jesse Ezell |
| 2014-03-18 | Merge pull request #61 from jezell/remotes-wip | Carlos Martín Nieto |
| 2014-03-17 | Merge pull request #67 from jezell/chunk-create-fix | Carlos Martín Nieto |
| 2014-03-16 | fix chunk create logic | Jesse Ezell |
| 2014-03-12 | add branch iterator / remove useless repo from reference iterator | Jesse Ezell |
| 2014-03-11 | remove strarray wrappers | Jesse Ezell |
| 2014-03-11 | fix return for old go versions / travis | Jesse Ezell |
| 2014-03-11 | clean up clone code | Jesse Ezell |
| 2014-03-11 | cleanup clone code | Jesse Ezell |
| 2014-03-11 | merge with latest | Jesse Ezell |
| 2014-03-11 | Merge branch 'merge' of https://github.com/jezell/git2go into merge | Jesse Ezell |
| 2014-03-11 | remove useless wrappers | Jesse Ezell |
| 2014-03-11 | Merge branch 'jezell/merge' into merge | Jesse Ezell |
| 2014-03-11 | merge with latest | Jesse Ezell |
| 2014-03-11 | merge with latest, replace merge wrappers with go code | Jesse Ezell |
| 2014-03-11 | Merge pull request #65 from jezell/blob_and_tree_updates | Carlos Martín Nieto |
| 2014-03-11 | Merge branch 'cmn/checkout-opts' | Carlos Martín Nieto |
| 2014-03-11 | CheckoutIndex: allow for index to be nil | Carlos Martín Nieto |
| 2014-03-11 | Move checkout functions options more in line with the library | Carlos Martín Nieto |
| 2014-03-11 | Remove custom checkout opts init function | Carlos Martín Nieto |
| 2014-03-11 | Adjust to checkout_opts -> checkout_options | Carlos Martín Nieto |
| 2014-03-11 | Merge pull request #58 from jezell/add-branch-lookup | Carlos Martín Nieto |
| 2014-03-07 | add blob chunk creation, creation of tree builders for specific trees, minor ... | Jesse Ezell |
| 2014-02-28 | Add defaults, add simple test, merge heads should be pointer array | Jesse Ezell |
| 2014-02-28 | move finalizer above free | Jesse Ezell |
| 2014-02-28 | switch from iota to explicit def | Jesse Ezell |
| 2014-02-28 | move return outside of switch for go 1.0 / travis | Jesse Ezell |
| 2014-02-28 | fix handling of msg to treat empty str as nil | Jesse Ezell |
| 2014-02-28 | fix msg handling to treat empty str as nil | Jesse Ezell |
| 2014-02-28 | Remove unused consts | Jesse Ezell |
| 2014-02-28 | fix bad git_buf handling | Jesse Ezell |
| 2014-02-28 | Add a travis script | Carlos Martín Nieto |
| 2014-02-28 | Fix an old error function call that snuck in | Carlos Martín Nieto |
| 2014-02-28 | merge options / merge tree options | Jesse Ezell |
| 2014-02-28 | wrap merge functions | Jesse Ezell |
| 2014-02-28 | fix bad merge (LastError -> MakeGitError) | Jesse Ezell |
| 2014-02-27 | add push, refine remotes | Jesse Ezell |
| 2014-02-27 | Merge pull request #59 from libgit2/cmn/refs | Carlos Martín Nieto |
| 2014-02-27 | Merge pull request #60 from libgit2/cmn/reflogs-default | Carlos Martín Nieto |
| 2014-02-26 | re-encapsulate repository | Aidan Nulman |
| 2014-02-26 | Actually type constants; unwrap DiffFile, DiffDelta, DiffHunk. | lye |
| 2014-02-26 | merge latest, cleanup error handling, add thread locks | Jesse Ezell |
| 2014-02-26 | LastError -> MakeGitError | Jesse Ezell |
| 2014-02-26 | Merge branch 'master' of https://github.com/libgit2/git2go into add-branch-lo... | Jesse Ezell |
| 2014-02-26 | Add thread locking | Jesse Ezell |