summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-20refactor and cleanup codeJesse Ezell
2014-03-20merge with latestJesse Ezell
2014-03-20cleanup and refactor diff / patchJesse Ezell
2014-03-21Merge pull request #71 from jezell/add-index-write-tree-toCarlos Martín Nieto
2014-03-21Merge pull request #70 from jezell/add-remote-listCarlos Martín Nieto
2014-03-20Add index WriteTreeTo + testJesse Ezell
2014-03-20return nil instead of empty array on errorJesse Ezell
2014-03-20add remote listJesse Ezell
2014-03-20Remote: remove Get prefix from refspecsCarlos Martín Nieto
2014-03-19Clean up after the testsCarlos Martín Nieto
2014-03-19Remote: don't mix allocatorsCarlos Martín Nieto
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-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 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-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-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-26Actually type constants; unwrap DiffFile, DiffDelta, DiffHunk.lye
2014-02-26merge latest, cleanup error handling, add thread locksJesse Ezell
2014-02-26LastError -> MakeGitErrorJesse Ezell