replace-object.hon commit replace-object: move replace_map to object store (d88f9fd)
   1#ifndef REPLACE_OBJECT_H
   2#define REPLACE_OBJECT_H
   3
   4struct replace_object {
   5        struct oidmap_entry original;
   6        struct object_id replacement;
   7};
   8
   9#endif /* REPLACE_OBJECT_H */