| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-09-30 | Allow skipping an entry expansion in `tree.Walk()` (#838) | lhchavez | |
| It is now possible to skip expanding an entry in `tree.Walk()` by returning `TreeWalkSkip`, in addition to stopping altogether by returning a non-nil error. Fixes: #837 | |||
| 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. | |||
| 2016-02-17 | Use Filemode in TreeBuilder.Insert, and add test coverage for some | Han-Wen Nienhuys | |
| TreeBuilder methods. | |||
| 2015-07-24 | Find tree entry by id | Calin Seciu | |
| Add support for 'git_tree_entry_byid'. | |||
