Re: [PATCH 03/16] replace-object: move replace_map to object store

2018-04-09 Thread Junio C Hamano
Stefan Beller writes: > Signed-off-by: Stefan Beller > --- > object-store.h | 8 > replace-object.c | 17 +++-- > replace-object.h | 9 + > 3 files changed, 24 insertions(+), 10 deletions(-) > create mode 100644 replace-object.h With this, the relationship bet

[PATCH 03/16] replace-object: move replace_map to object store

2018-04-09 Thread Stefan Beller
Signed-off-by: Stefan Beller --- object-store.h | 8 replace-object.c | 17 +++-- replace-object.h | 9 + 3 files changed, 24 insertions(+), 10 deletions(-) create mode 100644 replace-object.h diff --git a/object-store.h b/object-store.h index fef33f345f..c04b4c