| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-05-31 | Update travis settings | Carlos Martín Nieto | |
| Build on 1.2 and allow tip to fail. These failures sometimes are our fault, sometimes go's. | |||
| 2014-05-31 | Merge: merge analysis now returns the user's preference | Carlos Martín Nieto | |
| 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-25 | Index: add functions to handle the data structure | Carlos Martín Nieto | |
| Index is not just the index file | |||
| 2014-05-25 | Give Object and Reference an Onwer accessor | Carlos Martín Nieto | |
| This reduces the need to carry around a pointer to the repository as well as the objects. | |||
| 2014-05-23 | Merge branch 'repo-ext' | Carlos Martín Nieto | |
| 2014-05-23 | Add function to open repository from subpaths | cloudson | |
| 2014-05-23 | Reference: expose Peel() | Carlos Martín Nieto | |
| Peel a reference to a particular type of object, returning an Object, which you then perform a type assertion on. | |||
| 2014-05-07 | Merge pull request #90 from libgit2/unchanify | Carlos Martín Nieto | |
| Remove usage of channels for `ForEach` | |||
| 2014-05-06 | Packbuilder: use a callback for ForEach instead of a channel | Carlos Martín Nieto | |
| Channels provide no means to report an error. Closing a channel could mean anything. This is particularly important when dealing with IO, which we do quite often in the pack builder. Use ForEach which returns an error instead. | |||
| 2014-05-06 | Odb: use a callback instead of a channel for ForEach | Carlos Martín Nieto | |
| A channel provides no way to specify whether we stopped sending data because of an error or because there is no more data. Therefore, make Odb.ForEach() take a callback with which the user is free to do whatever they need, letting us return en error. | |||
| 2014-05-04 | Fix typo | Carlos Martín Nieto | |
| 2014-05-03 | Merge pull request #89 from tchap/set-head | Carlos Martín Nieto | |
| Implement git_repository_set_head(_detached) | |||
| 2014-05-03 | test: adjust to safe commit append | Carlos Martín Nieto | |
| When we create a commit and tell the library to update a ref, we need to make sure to pass the current tip. This is what we should have been doing in a function called 'upateReadme()' anyway. The existing code creates a new root commit, which is not an update. | |||
| 2014-05-03 | checkout: init_opts -> init_options | Carlos Martín Nieto | |
| 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) | |||
| 2014-04-26 | Merge commit 'refs/pull/48/head' of github.com:libgit2/git2go | Carlos Martín Nieto | |
| 2014-04-26 | Merge pull request #66 from jezell/branch-iterator | Carlos Martín Nieto | |
| Add branch iterator | |||
| 2014-04-26 | Merge pull request #80 from jezell/oid-parse-protection | Carlos Martín Nieto | |
| make it possible to handle errors | |||
| 2014-04-26 | Merge pull request #81 from jezell/remote-set-callbacks | Carlos Martín Nieto | |
| add remote functions to set callbacks / set cert check | |||
| 2014-04-26 | Adjust to libgit2 dev changes | Carlos Martín Nieto | |
| This fixes #87 | |||
| 2014-04-17 | Recursive find respository | cloudson | |
| 2014-04-04 | add set callbacks / set cert check | Jesse Ezell | |
| 2014-04-04 | use cast_ptr instead of ptr for travis go tip build | Jesse Ezell | |
| 2014-04-04 | merge with improved error handling logic | Jesse Ezell | |
| 2014-04-04 | Merge branch 'oid-parse-protection' into branch-iterator | Jesse Ezell | |
| 2014-04-04 | use cast_ptr instead of ptr for travis go tip build | Jesse Ezell | |
| 2014-04-04 | Merge remote-tracking branch 'libgit/master' into add-basic-diff-patch | Jesse Ezell | |
| 2014-04-04 | fix typo / return name iterator | Jesse Ezell | |
| 2014-04-04 | Merge remote-tracking branch 'libgit/master' into branch-iterator | Jesse Ezell | |
| 2014-04-04 | merge latest, copy merge bytes to go array | Jesse Ezell | |
| 2014-04-04 | adjust comments on error messages to standard godoc style | Jesse Ezell | |
| 2014-04-03 | fix for travisci | Aidan Nulman | |
| 2014-04-03 | update for upstream changes | Aidan Nulman | |
| 2014-04-03 | Merge branch 'master' into custom_odb | Aidan Nulman | |
| Conflicts: odb.go wrapper.c | |||
| 2014-04-03 | explicit returns | Aidan Nulman | |
| 2014-04-02 | make it possible to handle errors | Jesse Ezell | |
| 2014-04-01 | Remote: The whole point of the anonymous change | Carlos Martín Nieto | |
| Was that it would break and we'd remember that the order changed. Oh well. | |||
| 2014-04-01 | Merge pull request #77 from jezell/inmemory-to-anon | Carlos Martín Nieto | |
| rename inmemory to anonymous remote | |||
| 2014-04-01 | rename inmemory to anonymous remote | Jesse Ezell | |
| 2014-04-01 | Merge pull request #73 from libgit2/cmn/settings | Carlos Martín Nieto | |
| Add a settings package | |||
| 2014-04-01 | Merge pull request #75 from jezell/add-conflict-to-index | Carlos Martín Nieto | |
| Add index conflict functions | |||
| 2014-04-01 | Adjust to Go tip changes | Carlos Martín Nieto | |
| It does not like breaking aliasing rules, so let's keep a casted pointer for when libgit2 wants that. | |||
| 2014-04-01 | Merge pull request #76 from jezell/walk-enhancements | Carlos Martín Nieto | |
| Add missing walk functions | |||
| 2014-03-31 | Merge pull request #74 from fd/master | Carlos Martín Nieto | |
| Added force argument for (*Submodule).Reload() and (*Repository).ReloadAllSubmodules() | |||
| 2014-03-30 | add conflict functions | Jesse Ezell | |
| 2014-03-30 | add missing walk functions | Jesse Ezell | |
| 2014-03-27 | Added force argument for (*Submodule).Reload() and ↵ | Simon Menke | |
| (*Repository).ReloadAllSubmodules() | |||
