| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-09-05 | The big Callback type adjustment of 2020 | lhchavez | |
| This change makes all callbacks that can fail return an `error`. This makes things a lot more idiomatic. | |||
| 2020-02-23 | Merge remote-tracking branch 'upstream/master' into git_index_add_frombuffer | lhchavez | |
| 2019-01-04 | Bump vendored libgit2 to fba70a9d5f | Carlos Martín Nieto | |
| This includes updating the `Index.WriteTreeTo` test as it was abusing an oversight of the object creation safety checks and creating a tree referencing a non-existent blob. Instead we update it to the primary purpose of this method which is to write into a repository from an unattached index. | |||
| 2017-07-17 | Add binding for `git_index_add_frombuffer` | Vadzim Ramanenka | |
| 2016-10-31 | Merge pull request #351 from ezwiebel/index-remove-directory | Carlos Martín Nieto | |
| Implement git_index_remove_directory in index wrapper | |||
| 2016-10-20 | Implement git_index_remove_directory in index wrapper | ezwiebel | |
| 2016-08-27 | Run the tests in parallel | Carlos Martín Nieto | |
| This saves about 1s, or 1/3 of the test runtime. The linking is still much slower, but this we can control. | |||
| 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-05-30 | Fix test error messages | taylorchu | |
| 2015-05-19 | Index: Add Path() accessor | Carlos Martín Nieto | |
| 2015-05-19 | Index: Add OpenIndex | Carlos Martín Nieto | |
| This lets you persist an index at an arbitrary location. | |||
| 2015-05-19 | Index: Add ReadTree() | Carlos Martín Nieto | |
| 2015-04-24 | tests: always clean up temporary repository dirs | Patrick Steinhardt | |
| Some test repositories are not correctly removed after the tests did run. Fix by introducing a function that is to be used for cleaning up temporary test repositories. | |||
| 2014-10-24 | implemented Index.AddAll, Index.RemoveAll, Index.UpdateAll | Lucas Clemente | |
| 2014-05-25 | Index: add functions to handle the data structure | Carlos Martín Nieto | |
| Index is not just the index file | |||
| 2014-03-20 | Add index WriteTreeTo + test | Jesse Ezell | |
| 2013-04-16 | Add @carlosmn's tests | Vicent Marti | |
| 2013-03-07 | Delete the whole test dir | Carlos Martín Nieto | |
| 2013-03-07 | Factor out creating the test repo | Carlos Martín Nieto | |
| 2013-03-06 | Fixed renamed func in index_test | mrb | |
| 2013-03-06 | Test the index code slightly | Carlos Martín Nieto | |
