| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-05-25 | Index: add functions to handle the data structure | Carlos Martín Nieto | |
| Index is not just the index file | |||
| 2014-04-02 | make it possible to handle errors | Jesse Ezell | |
| 2014-03-30 | add conflict functions | Jesse Ezell | |
| 2014-03-20 | Add index WriteTreeTo + test | Jesse Ezell | |
| 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 | 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-01-24 | added write method | Tobias Haar | |
| 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-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-05-22 | Support for index-entries | Axel Wagner | |
| 2013-03-06 | Wrap git_index | Carlos Martín Nieto | |
