summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-19Merge pull request #68 from libgit2/cmn/oid-revampCarlos Martín Nieto
2014-03-19Oid: fix IsZero()Carlos Martín Nieto
2014-03-19Oid: use Go's conversion functionsCarlos Martín Nieto
2014-03-19Oid: remove Bytes()Carlos Martín Nieto
2014-03-19Oid: make NewOid take a stringCarlos Martín Nieto
2014-03-19Oid: make the type directly [20]byteCarlos Martín Nieto
2014-03-19Merge pull request #69 from jezell/clone_opts_init_fixCarlos Martín Nieto
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
2014-03-17Merge pull request #67 from jezell/chunk-create-fixCarlos Martín Nieto
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
2014-03-11Merge branch 'cmn/checkout-opts'Carlos Martín Nieto
2014-03-11CheckoutIndex: allow for index to be nilCarlos Martín Nieto
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