We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15520a8 + 7d0a9a7 commit 9b34767Copy full SHA for 9b34767
diffcore.h
@@ -46,7 +46,7 @@ struct diff_filespec {
46
unsigned is_stdin : 1;
47
unsigned has_more_entries : 1; /* only appear in combined diff */
48
/* data should be considered "binary"; -1 means "don't know yet" */
49
- int is_binary : 2;
+ signed int is_binary : 2;
50
struct userdiff_driver *driver;
51
};
52
0 commit comments