X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=diffcore.h;h=5b634585e8970de81067b9807d8813c083b86b0a;hb=d8f67d205eb98ea6dab915c29122158054218128;hp=713cca785c4b986b5f667086ad43c324f248929c;hpb=2f91bcfa9d8d1f443012e3e92092f464f3bb3557;p=git.git diff --git a/diffcore.h b/diffcore.h index 713cca785..5b634585e 100644 --- a/diffcore.h +++ b/diffcore.h @@ -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;