]> git.ipfire.org Git - thirdparty/git.git/commit - cache.h
mru: Replace mru.[ch] with list.h implementation
authorGargi Sharma <gs051095@gmail.com>
Tue, 23 Jan 2018 23:46:51 +0000 (18:46 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 Jan 2018 17:52:16 +0000 (09:52 -0800)
commitec2dd32c705f43ef133a54cee99426c44eb3ab88
tree31dbbe1fe450167adf4575f1128f3e01de7da26d
parent8865859dfc346c61f0e75fa429c5d307bd27368c
mru: Replace mru.[ch] with list.h implementation

Replace the custom calls to mru.[ch] with calls to list.h. This patch is
the final step in removing the mru API completely and inlining the logic.
This patch leads to significant code reduction and the mru API hence, is
not a useful abstraction anymore.

Signed-off-by: Gargi Sharma <gs051095@gmail.com>
Reviewed-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
builtin/pack-objects.c
cache.h
mru.c [deleted file]
mru.h [deleted file]
packfile.c
sha1_file.c