summaryrefslogtreecommitdiff
path: root/refs/ref-cache.c
Commit message (Expand)AuthorAgeFilesLines
* convert "oidcmp() != 0" to "!oideq()"Jeff King2018-08-291-1/+1
* Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-061-1/+1
* Use MOVE_ARRAYsg/cocci-move-arraySZEDER Gábor2018-01-221-4/+2
* refs: update some more docs to use "oid" rather than "sha1"mh/tidy-ref-update-flagsMichael Haggerty2017-11-061-2/+2
* refs: convert peel_object to struct object_idbrian m. carlson2017-10-161-1/+1
* ref_cache: remove support for storing peeled valuesMichael Haggerty2017-09-251-41/+1
* ref_iterator: keep track of whether the iterator output is orderedMichael Haggerty2017-09-141-1/+1
* *.[ch] refactoring: make use of the FREE_AND_NULL() macroÆvar Arnfjörð Bjarmason2017-06-161-2/+1
* cache_ref_iterator_begin(): avoid priming unneeded directoriesMichael Haggerty2017-05-241-10/+85
* create_ref_entry(): remove `check_name` optionMichael Haggerty2017-05-231-5/+1
* refs/files-backend: convert many internals to struct object_idbrian m. carlson2017-05-081-2/+2
* do_for_each_entry_in_dir(): delete functionmh/separate-ref-cacheMichael Haggerty2017-04-161-21/+0
* cache_ref_iterator_begin(): make function smarterMichael Haggerty2017-04-161-4/+34
* do_for_each_entry_in_dir(): eliminate `offset` argumentMichael Haggerty2017-04-161-3/+3
* refs: handle "refs/bisect/" in `loose_fill_ref_dir()`Michael Haggerty2017-04-161-16/+0
* ref-cache: use a callback function to fill the cacheMichael Haggerty2017-04-161-5/+7
* refs: record the ref_store in ref_cache, not ref_dirMichael Haggerty2017-04-161-5/+7
* ref-cache: introduce a new type, ref_cacheMichael Haggerty2017-04-161-1/+15
* refs: split `ref_cache` code into separate filesMichael Haggerty2017-04-161-0/+512