From: Michael Haggerty Date: Sun, 16 Apr 2017 06:41:35 +0000 (+0200) Subject: refs: handle "refs/bisect/" in `loose_fill_ref_dir()` X-Git-Tag: v2.13.0-rc1~1^2~7 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e3bf2989cad99b67fceeb55ff7b822b5a7e1aff2?ds=sidebyside;hp=e3bf2989cad99b67fceeb55ff7b822b5a7e1aff2 refs: handle "refs/bisect/" in `loose_fill_ref_dir()` That "refs/bisect/" has to be handled specially when filling the ref_cache for loose references is a peculiarity of the files backend, and the ref-cache code shouldn't need to know about it. So move this code to the callback function, `loose_fill_ref_dir()`. Signed-off-by: Michael Haggerty Signed-off-by: Junio C Hamano ---