Re: [PATCH] [Outreachy] cleanup: use list.h in mru.h and mru.c

2017-09-27 Thread Christian Couder
About the title, we don't usually start with "fix:" or "cleanup:" or "feature:". We usually start with the (main) area of the code that is changed. So maybe something like "mru: use double-linked list implementation from list.h" would be better. On Wed, Sep 27, 2017 at 12:18 PM, Оля Тележная

[PATCH] [Outreachy] cleanup: use list.h in mru.h and mru.c

2017-09-27 Thread Оля Тележная
Remove implementation of double-linked list in mru.c and mru.h and use implementation from list.h. Signed-off-by: Olga Telezhnaia Mentored-by: Christian Couder , Jeff King --- builtin/pack-objects.c | 5 +++-- mru.c