Re: [PATCH] pack: make packed_git_mru global a value instead of a pointer

2017-09-18 Thread Stefan Beller
On Sun, Sep 17, 2017 at 1:44 PM, Christian Couder wrote: > On Sun, Sep 17, 2017 at 10:42 PM, Christian Couder > wrote: >> On Sun, Sep 17, 2017 at 10:17 PM, phionah bugosi wrote: >>> Signed-off-by: phionah bugosi >>> --- >>> builtin/pack-objects.c | 5 +++-- >>> cache.h| 7 ---

Re: [PATCH] pack: make packed_git_mru global a value instead of a pointer

2017-09-17 Thread Christian Couder
On Sun, Sep 17, 2017 at 10:42 PM, Christian Couder wrote: > On Sun, Sep 17, 2017 at 10:17 PM, phionah bugosi wrote: >> Signed-off-by: phionah bugosi >> --- >> builtin/pack-objects.c | 5 +++-- >> cache.h| 7 --- >> list.h | 6 ++ >> packfile.c

Re: [PATCH] pack: make packed_git_mru global a value instead of a pointer

2017-09-17 Thread Christian Couder
On Sun, Sep 17, 2017 at 10:17 PM, phionah bugosi wrote: > 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 dele

[PATCH] pack: make packed_git_mru global a value instead of a pointer

2017-09-17 Thread phionah bugosi
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 p