Yann Dirson <ydirson@xxxxxxxxxx> writes: > Signed-off-by: Yann Dirson <ydirson@xxxxxxxxxx> > --- > > diffcore.h | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/diffcore.h b/diffcore.h > index 713cca7..05d0898 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 DIFF_STATUS_* in diff.h) */ I think you spotted the right bug and fixed it in a wrong way. The status letters are user visible, and "git grep status Documentation/*diff*" mention it in handful places without listing its repertoire, which _is_ the bug. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html