From: Olga Telezhnaya Date: Sat, 30 Sep 2017 17:51:01 +0000 (+0000) Subject: mru: use double-linked list from list.h X-Git-Tag: v2.17.0-rc0~131^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/8865859dfc346c61f0e75fa429c5d307bd27368c?hp=8865859dfc346c61f0e75fa429c5d307bd27368c mru: use double-linked list from list.h Simplify mru.[ch] and related code by reusing the double-linked list implementation from list.h instead of a custom one. This commit is an intermediate step. Our final goal is to get rid of mru.[ch] at all and inline all logic. Mentored-by: Christian Couder Mentored by: Jeff King Signed-off-by: Olga Telezhnaia Signed-off-by: Junio C Hamano ---