commit: correctly respect skip-worktree bit
[gitweb.git] / unpack-trees.h
index 5c9e98a666b2004eec37b4bc3b2d918fc2eb4e9f..95ff36c824a14a24234459ad552306fb1b5dabf1 100644 (file)
@@ -15,6 +15,8 @@ struct unpack_trees_error_msgs {
        const char *not_uptodate_dir;
        const char *would_lose_untracked;
        const char *bind_overlap;
+       const char *sparse_not_uptodate_file;
+       const char *would_lose_orphaned;
 };
 
 struct unpack_trees_options {