| Commit message (Expand) | Author | Age | Files | Lines |
* | ref_cache: remove support for storing peeled values | Michael Haggerty | 2017-09-25 | 1 | -41/+1 |
* | ref_iterator: keep track of whether the iterator output is ordered | Michael Haggerty | 2017-09-14 | 1 | -1/+1 |
* | *.[ch] refactoring: make use of the FREE_AND_NULL() macro | Ævar Arnfjörð Bjarmason | 2017-06-16 | 1 | -2/+1 |
* | cache_ref_iterator_begin(): avoid priming unneeded directories | Michael Haggerty | 2017-05-24 | 1 | -10/+85 |
* | create_ref_entry(): remove `check_name` option | Michael Haggerty | 2017-05-23 | 1 | -5/+1 |
* | refs/files-backend: convert many internals to struct object_id | brian m. carlson | 2017-05-08 | 1 | -2/+2 |
* | do_for_each_entry_in_dir(): delete functionmh/separate-ref-cache | Michael Haggerty | 2017-04-16 | 1 | -21/+0 |
* | cache_ref_iterator_begin(): make function smarter | Michael Haggerty | 2017-04-16 | 1 | -4/+34 |
* | do_for_each_entry_in_dir(): eliminate `offset` argument | Michael Haggerty | 2017-04-16 | 1 | -3/+3 |
* | refs: handle "refs/bisect/" in `loose_fill_ref_dir()` | Michael Haggerty | 2017-04-16 | 1 | -16/+0 |
* | ref-cache: use a callback function to fill the cache | Michael Haggerty | 2017-04-16 | 1 | -5/+7 |
* | refs: record the ref_store in ref_cache, not ref_dir | Michael Haggerty | 2017-04-16 | 1 | -5/+7 |
* | ref-cache: introduce a new type, ref_cache | Michael Haggerty | 2017-04-16 | 1 | -1/+15 |
* | refs: split `ref_cache` code into separate files | Michael Haggerty | 2017-04-16 | 1 | -0/+512 |