Code

remote-helpers: return successfully if everything up-to-date
[git.git] / diffcore.h
index 713cca785c4b986b5f667086ad43c324f248929c..5b634585e8970de81067b9807d8813c083b86b0a 100644 (file)
@@ -62,7 +62,7 @@ struct diff_filepair {
        struct diff_filespec *one;
        struct diff_filespec *two;
        unsigned short int score;
-       char status; /* M C R N D U (see Documentation/diff-format.txt) */
+       char status; /* M C R A D U etc. (see Documentation/diff-format.txt or DIFF_STATUS_* in diff.h) */
        unsigned broken_pair : 1;
        unsigned renamed_pair : 1;
        unsigned is_unmerged : 1;