]> asedeno.scripts.mit.edu Git - git.git/blobdiff - unpack-trees.h
cvsexportcommit: introduce -W for shared working trees (between Git and CVS)
[git.git] / unpack-trees.h
index ad8cc65d68cf8c69b47970bb6bc239ad7acdf722..d436d6ced9939beeb4599dc8fddebe0890e55db8 100644 (file)
@@ -31,7 +31,7 @@ struct unpack_trees_options {
        void *unpack_data;
 
        struct index_state *dst_index;
-       const struct index_state *src_index;
+       struct index_state *src_index;
        struct index_state result;
 };