summaryrefslogtreecommitdiffstats
path: root/replace-object.h
blob: f9a2b70eb8bbff9c4e59ad100743e38d664e795c (plain)
1
2
3
4
5
6
7
8
9
#ifndef REPLACE_OBJECT_H
#define REPLACE_OBJECT_H

struct replace_object {
	struct oidmap_entry original;
	struct object_id replacement;
};

#endif /* REPLACE_OBJECT_H */