fetch-pack.c: use oidset to check existence of loose object
[gitweb.git] / wt-status.h
index b91267455b9b9aa0b4673ce7c6206166a9abc885..ea2456daf24a4a74b3d85b041527ce5f99dc2695 100644 (file)
@@ -45,10 +45,11 @@ struct wt_status_change_data {
        int worktree_status;
        int index_status;
        int stagemask;
-       int score;
        int mode_head, mode_index, mode_worktree;
        struct object_id oid_head, oid_index;
-       char *head_path;
+       int rename_status;
+       int rename_score;
+       char *rename_source;
        unsigned dirty_submodule       : 2;
        unsigned new_submodule_commits : 1;
 };