]> git.ipfire.org Git - thirdparty/git.git/blobdiff - wt-status.h
wt-status.c: set the committable flag in the collect phase
[thirdparty/git.git] / wt-status.h
index 1673d146fa2f1e15eabccd1c6b12d0e74b5f0870..937b2c3521d4bb70583584641afd24a0081b88e7 100644 (file)
@@ -96,7 +96,7 @@ struct wt_status {
        unsigned char sha1_commit[GIT_MAX_RAWSZ]; /* when not Initial */
 
        /* These are computed during processing of the individual sections */
-       int commitable;
+       int committable;
        int workdir_dirty;
        const char *index_file;
        FILE *fp;