reflog_expire: convert to struct object_id
[git] / refs / ref-cache.c
2017-05-01  Junio C HamanoMerge branch 'sh/rebase-i-reread-todo-after-exec'
2017-05-01  Junio C HamanoMerge branch 'ls/travis-stricter-linux32-builds'
2017-05-01  Junio C HamanoMerge branch 'ls/travis-win-fix-status'
2017-05-01  Junio C HamanoMerge branch 'jk/submodule-init-segv-fix'
2017-05-01  Junio C HamanoMerge branch 'jk/prio-queue-avoid-swap-with-self'
2017-05-01  Junio C HamanoMerge branch 'ab/align-perf-descriptions'
2017-05-01  Junio C HamanoMerge branch 'jk/complete-checkout-sans-dwim-remote'
2017-04-26  Junio C HamanoMerge branch 'mh/separate-ref-cache'
2017-04-17  Michael Haggertydo_for_each_entry_in_dir(): delete function
2017-04-17  Michael Haggertycache_ref_iterator_begin(): make function smarter
2017-04-17  Michael Haggertydo_for_each_entry_in_dir(): eliminate `offset` argument
2017-04-17  Michael Haggertyrefs: handle "refs/bisect/" in `loose_fill_ref_dir()`
2017-04-17  Michael Haggertyref-cache: use a callback function to fill the cache
2017-04-17  Michael Haggertyrefs: record the ref_store in ref_cache, not ref_dir
2017-04-17  Michael Haggertyref-cache: introduce a new type, ref_cache
2017-04-17  Michael Haggertyrefs: split `ref_cache` code into separate files