| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| Add branch functions | |||
| 2014-02-28 | move return outside of switch for go 1.0 / travis | 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 | |
| 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-28 | Fix an old error function call that snuck in | Carlos Martín Nieto | |
| 2014-02-27 | Merge pull request #59 from libgit2/cmn/refs | Carlos Martín Nieto | |
| Add a few reference utility functions | |||
| 2014-02-27 | Merge pull request #60 from libgit2/cmn/reflogs-default | Carlos Martín Nieto | |
| Allow for a default in reflog messages | |||
| 2014-02-26 | LastError -> MakeGitError | Jesse Ezell | |
| 2014-02-26 | Merge branch 'master' of https://github.com/libgit2/git2go into ↵ | Jesse Ezell | |
| add-branch-lookup | |||
| 2014-02-26 | Add thread locking | Jesse Ezell | |
| 2014-02-26 | cleanup add-branch | Jesse Ezell | |
| 2014-02-26 | Merge branch 'branch_functions' of http://github.com/JohannWeging/git2go ↵ | Jesse Ezell | |
| into merge-add-branch-lookup | |||
| 2014-02-26 | Merge branch 'more-errors' | Carlos Martín Nieto | |
| 2014-02-26 | Convert the rest of the errors | Carlos Martín Nieto | |
| 2014-02-26 | Added git error code to the error object. | Jesper Hansen | |
| 2014-02-26 | Remove 'oid' as id name | Carlos Martín Nieto | |
| Following the cleanup from libgit2, let's not use 'oid' unless we mean the name of the data type. In the other cases, we mean an identifier, hence the name 'id'. | |||
| 2014-02-26 | Merge branch 'index-entries' | Carlos Martín Nieto | |
| 2014-02-26 | Adjust to oid -> id | Carlos Martín Nieto | |
| 2014-02-26 | Remove pointer to git_index_entry | Carlos Martín Nieto | |
| We have all the data | |||
| 2014-02-26 | Allow for a default in reflog messages | Carlos Martín Nieto | |
| We don't have a way to represent a NULL string, so if the user passes an empty string, let's pass NULL down so we tell libgit2 to use the default. | |||
| 2014-02-26 | Add a few reference utility functions | Carlos Martín Nieto | |
| 2014-02-26 | Merge pull request #42 from libgit2/cmn/config | Carlos Martín Nieto | |
| Wrap some more config functions | |||
| 2014-02-26 | Lock the thread so we can get the error message | Carlos Martín Nieto | |
| 2014-02-26 | Add iterators and ConfigEntry | Carlos Martín Nieto | |
| 2014-02-26 | Add a few more missing config functions | Carlos Martín Nieto | |
| 2014-02-26 | Add a few missing config setters and getters | Carlos Martín Nieto | |
| 2014-02-23 | Return SubmoduleRecurse | Carlos Martín Nieto | |
| 2014-02-23 | Merge pull request #52 from ursachec/master | Carlos Martín Nieto | |
| Support for git_odb_hash. | |||
| 2014-02-23 | Merge pull request #51 from Tobscher/master | Carlos Martín Nieto | |
| added write method to index | |||
| 2014-02-23 | Merge pull request #55 from lye/add-is-x-reference-methods | Carlos Martín Nieto | |
| Add Is$Type methods to Reference. | |||
| 2014-02-23 | Merge commit 'refs/pull/53/head' of github.com:libgit2/git2go | Carlos Martín Nieto | |
| On top: fix git_buf handling and rename signature This fixes #57, #54. Conflicts: git.go reference.go repository.go submodule.go | |||
| 2014-02-20 | Add Is$Type methods to Reference. | lye | |
| This patch adds the following methods to Reference: IsBranch() bool IsRemote() bool IsTag() bool which correspond to the `git_reference_is_$type` functions in libgit2. | |||
| 2014-01-29 | update git2go to support latest libgit2 development commit (id: 66af84) | Aidan Nulman | |
| 2014-01-26 | Remove unnecessary cast. | Claudiu-Vlad Ursache | |
| 2014-01-25 | Test for Odb hash function. | Claudiu-Vlad Ursache | |
| 2014-01-25 | Add Odb hash function. | Claudiu-Vlad Ursache | |
| 2014-01-24 | added write method | Tobias Haar | |
| 2013-12-18 | Merge pull request #41 from libgit2/cmn/threading | Carlos Martín Nieto | |
| Lock the OS thread when acessing errors | |||
| 2013-12-18 | Lock the OS thread when acessing errors | Carlos Martín Nieto | |
| The library stores error information in thread-local storage, which means we need to make sure that the Go runtime doesn't switch OS threads between the time we call a function and th time we attempt to retrieve the error information. | |||
| 2013-11-18 | Merge pull request #47 from kron4eg/tree_builder_mem_leak | Vicent Martí | |
| Fix memleak, TreeBuilder, Config and Parent commit | |||
| 2013-11-14 | Fix memleak for Config and parent commit objects | Artiom Di | |
| 2013-11-14 | Fix memleak, free TreeBuilder | Artiom Di | |
| 2013-11-14 | ObjectType: capitalise Tag | Carlos Martín Nieto | |
| 2013-11-14 | Don't repeat the pkg-config line | Carlos Martín Nieto | |
| This is only needed once per package. Having it on every file makes the build system ask about it n times, which is silly. | |||
| 2013-11-13 | Packbuilder: adjust to changes in dev | Carlos Martín Nieto | |
| 2013-10-30 | branch: Deleted BranchForeach | Johann Weging | |
| 2013-10-10 | branch:BranchForeach: Correct handling of the ListFlags | Johann Weging | |
