]> git.ipfire.org Git - thirdparty/git.git/blobdiff - resolve-undo.h
resolve-undo: convert struct resolve_undo_info to object_id
[thirdparty/git.git] / resolve-undo.h
index 46306455edddb94a554a7a2fcadf49a30861f599..87291904bd34e0e7f3a3601b6742f5345391824d 100644 (file)
@@ -3,7 +3,7 @@
 
 struct resolve_undo_info {
        unsigned int mode[3];
-       unsigned char sha1[3][20];
+       struct object_id oid[3];
 };
 
 extern void record_resolve_undo(struct index_state *, struct cache_entry *);