[OUTREACHY] pack: make packed_git_mru global a value instead of a pointer
case. Therefore this patch makes packed_git_mru global a value instead of a pointer and makes use of list.h Signed-off-by: phionah bugosi --- builtin/pack-objects.c | 5 +++-- cache.h| 7 --- list.h | 6 ++ packfile.c | 12 ++-- 4 f
[PATCH] pack: make packed_git_mru global a value instead of a pointer
Signed-off-by: phionah bugosi --- builtin/pack-objects.c | 5 +++-- cache.h| 7 --- list.h | 6 ++ packfile.c | 12 ++-- 4 files changed, 15 insertions(+), 15 deletions(-) This patch makes packed_git_mru global a value instead of a