author | Rene Scharfe <rene.scharfe@lsrfire.ath.cx> | |
Sat, 18 Nov 2006 12:07:09 +0000 (13:07 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sat, 18 Nov 2006 19:40:11 +0000 (11:40 -0800) | ||
commit | 3dad11bfdb9363bade57ca2caadef1883767e9d3 | |
tree | 15232400ae0587f20dcc8df14f6e1af51f4102e8 | tree | snapshot |
parent | 38f4d138ee101f3f238ffd43fac76f5b951516c1 | commit | diff |
git-apply: slightly clean up bitfield usage
This patch fixes a sparse warning about inaccurate_eof being a
"dubious one-bit signed bitfield", makes three more binary
variables members of this (now unsigned) bitfield and adds a
short comment to indicate the nature of two ternary variables.
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This patch fixes a sparse warning about inaccurate_eof being a
"dubious one-bit signed bitfield", makes three more binary
variables members of this (now unsigned) bitfield and adds a
short comment to indicate the nature of two ternary variables.
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-apply.c | diff | blob | history |