On Sun, Sep 17, 2017 at 10:17 PM, phionah bugosi <bugosip@xxxxxxxxx> wrote: > Signed-off-by: phionah bugosi <bugosip@xxxxxxxxx> > --- > 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 pointer and > makes use of list.h Please explain _why_ you are doing that (why is the resulting code better). You may also add [Outreachy] in the patch subject to tell people that you are applying for the Outreachy round 15 program (https://git.github.io/Outreachy-15/). Thanks!