Re: [PATCH v2] Change type of signed int flags to unsigned

2016-02-29 Thread Junio C Hamano
Saurav Sachidanand writes: > “pattern” and “exclude” are two structs defined in attr.c and dir.h > respectively. Each contain a “flags” field of type int that takes on > values from the set of positive integers {1, 4, 8, 16}, that are > enumerated through the macro EXC_FLAG_*. > > That the most s

[PATCH v2] Change type of signed int flags to unsigned

2016-02-29 Thread Saurav Sachidanand
“pattern” and “exclude” are two structs defined in attr.c and dir.h respectively. Each contain a “flags” field of type int that takes on values from the set of positive integers {1, 4, 8, 16}, that are enumerated through the macro EXC_FLAG_*. That the most significant bit (used to store the sign)