replace-object: move replace_map to object store
[git] / replace-object.h
1 #ifndef REPLACE_OBJECT_H
2 #define REPLACE_OBJECT_H
3
4 struct replace_object {
5         struct oidmap_entry original;
6         struct object_id replacement;
7 };
8
9 #endif /* REPLACE_OBJECT_H */