| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-07-11 | fixed typos | reujab | |
| 2017-07-08 | Third round of keep-alive aditions | Carlos Martín Nieto | |
| 2017-07-08 | Second round of keep-alives | Carlos Martín Nieto | |
| 2017-07-08 | First round of mass keep-alive additions | Carlos Martín Nieto | |
| 2017-03-07 | Add new repository open flags | M. Adam Kendall | |
| 2016-08-27 | Merge remote-tracking branch 'upstream/master' into next | Carlos Martín Nieto | |
| 2016-05-29 | Tag Remove | Mirko Nosenzo | |
| Added support for removal of a Tag | |||
| 2016-03-29 | Add Repository.IsShallow | Hans Rødtang | |
| 2016-03-29 | Add Repository.IsEmpty | Hans Rødtang | |
| 2016-03-29 | Add Repository.IsHeadUnborn | Hans Rødtang | |
| 2016-02-20 | Merge branch 'next' into stash-support | Calin Seciu | |
| 2016-02-15 | Merge remote-tracking branch 'upstream/master' into next | Carlos Martín Nieto | |
| 2016-01-15 | Add missing RepositoryOpenExtended arguments | Michael Gehring | |
| Fixes #277 | |||
| 2015-10-13 | Expose AddGitIgnoreRules and ClearGitIgnoreRules funcs | Jose Alvarez | |
| 2015-09-21 | Add stash support | Calin Seciu | |
| 2015-08-31 | Run go fmt | Carlos Martín Nieto | |
| As it seems to be something that many people can't get over, reformat all the files; as we're breaking things, whoever depended on 'next' will have to take many changes into account anyway, so let's include this to reduce the noise of incoming patches. | |||
| 2015-08-04 | Move from an Object interface to a type | Carlos Martín Nieto | |
| An Object should be about representing a libgit2 object rather than showing which methods it should support. Change any return of Object to *Object and provide methods to convert between this and the particular type. | |||
| 2015-07-31 | Move CreateTag to the tags collection | Carlos Martín Nieto | |
| 2015-07-31 | Add TagsCollection | Calin Seciu | |
| 2015-07-01 | Merge remote-tracking branch 'upstream/master' into next | Carlos Martín Nieto | |
| 2015-07-01 | Adjust style | Carlos Martín Nieto | |
| 2015-07-01 | Merge commit 'refs/pull/198/head' of github.com:libgit2/git2go | Carlos Martín Nieto | |
| 2015-07-01 | Merge commit 'refs/pull/174/head' of github.com:libgit2/git2go | Carlos Martín Nieto | |
| 2015-06-30 | Repository: move to use an actual constructor | Carlos Martín Nieto | |
| This should further reduce the changes of the creation of the object going badly. | |||
| 2015-06-28 | Create a NotesCollection for managing notes | Carlos Martín Nieto | |
| As with the others, move these methods into their own namespace. | |||
| 2015-06-28 | Create a ReferenceCollection for managing references | Carlos Martín Nieto | |
| As with the other commits, this clears up the clutter in naming and around the Repository's API. | |||
| 2015-06-28 | Create a SubmoduleCollection for managing submodules | Carlos Martín Nieto | |
| Similarly to RemoteCollection, this allows us to namespace the submodule operations much more concisely and removes API on the Repository. | |||
| 2015-06-28 | Create a RemoteCollection for managing remotes | Carlos Martín Nieto | |
| Instead of making the 'Remote' part of the function calls, create a collection object which serves to namespace the operations for the remotes. | |||
| 2015-04-30 | Add method to check if repo is detached | Fernando Oliveira | |
| 2015-04-18 | Update to libgit2 4c02d3937 | Carlos Martín Nieto | |
| 2015-03-15 | Update to libgit2 d675982a153 | Carlos Martín Nieto | |
| There's been some changes to the checkout strategy, especially the SAFE_CREATE mode, which is now the RECREATE_MISSING flag, though that shouldn't be necessary to use in the general case. The largest changes come from the removal of the signture from ref-modifying functions/methods and the removal of the reflog string in all but those directly related to moving references. | |||
| 2015-03-04 | Default signature | Mark Probst | |
| 2015-03-04 | State cleanup | Mark Probst | |
| 2015-03-04 | Repository state | Mark Probst | |
| 2015-02-13 | use git_signature_free | Matthew Donoughe | |
| 2015-01-07 | Add git note support | Ben Burkert | |
| 2015-01-04 | Update to libgit2 master | Carlos Martín Nieto | |
| This gets rid of the Push object. All network now goes through the Remote object. | |||
| 2014-12-18 | Update libgit2 | David Calavera | |
| Fix calls to C.git_treebuilder_create and C.git_treebuilder_write. | |||
| 2014-12-06 | Add missing thread locking | Carlos Martín Nieto | |
| 2014-09-04 | Repository.CreateCommit: Only allocate CStr on non-empty refname | Alexander Surma | |
| 2014-09-01 | Repository.CreateCommit: Allow empty refname for non-update commit | Alexander Surma | |
| 2014-08-22 | Extract data into a go struct. | David Calavera | |
| 2014-06-11 | fix indentation | Frank Benkstein | |
| 2014-06-09 | add support for annotated tags | Frank Benkstein | |
| 2014-05-26 | Keep a pointer to the repository in the objects and references | Carlos Martín Nieto | |
| Otherwise, the garbage collector might decide it's a good idea to throw away the repository instance while the C object still has a pointer to it. Hilarity ensues. | |||
| 2014-05-23 | Merge branch 'repo-ext' | Carlos Martín Nieto | |
| 2014-05-23 | Add function to open repository from subpaths | cloudson | |
| 2014-05-03 | Implement git_repository_set_head(_detached) | Ondrej Kupka | |
| This closes #88 Signed-off-by: Ondrej Kupka <[email protected]> | |||
| 2014-04-26 | Merge commit 'refs/pull/72/head' of github.com:libgit2/git2go | Carlos Martín Nieto | |
| Conflicts: git.go wrapper.c | |||
| 2014-04-26 | Merge pull request #63 from jezell/jezell/merge | Carlos Martín Nieto | |
| Merge functions (in progress) | |||
