Commit afd9db4
committed
Merge branch 'jc/maint-1.6.0-blank-at-eof' (early part) into jc/maint-blank-at-eof
* 'jc/maint-1.6.0-blank-at-eof' (early part):
diff --whitespace: fix blank lines at end
core.whitespace: split trailing-space into blank-at-{eol,eof}
diff --color: color blank-at-eof
diff --whitespace=warn/error: fix blank-at-eof check
diff --whitespace=warn/error: obey blank-at-eof
diff.c: the builtin_diff() deals with only two-file comparison
apply --whitespace: warn blank but not necessarily empty lines at EOF
apply --whitespace=warn/error: diagnose blank at EOF
apply.c: split check_whitespace() into two
apply --whitespace=fix: detect new blank lines at eof correctly
apply --whitespace=fix: fix handling of blank lines at the eof8 files changed
Lines changed: 288 additions & 70 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
401 | 401 | | |
402 | 402 | | |
403 | 403 | | |
404 | | - | |
| 404 | + | |
405 | 405 | | |
406 | 406 | | |
407 | 407 | | |
408 | 408 | | |
409 | 409 | | |
410 | 410 | | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
411 | 415 | | |
412 | 416 | | |
413 | 417 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| 134 | + | |
134 | 135 | | |
135 | 136 | | |
136 | 137 | | |
| |||
1149 | 1150 | | |
1150 | 1151 | | |
1151 | 1152 | | |
1152 | | - | |
| 1153 | + | |
1153 | 1154 | | |
1154 | 1155 | | |
1155 | | - | |
| 1156 | + | |
1156 | 1157 | | |
1157 | 1158 | | |
1158 | 1159 | | |
1159 | 1160 | | |
1160 | 1161 | | |
1161 | 1162 | | |
1162 | | - | |
1163 | | - | |
1164 | | - | |
1165 | | - | |
1166 | | - | |
1167 | | - | |
1168 | | - | |
| 1163 | + | |
| 1164 | + | |
| 1165 | + | |
| 1166 | + | |
| 1167 | + | |
| 1168 | + | |
| 1169 | + | |
| 1170 | + | |
| 1171 | + | |
| 1172 | + | |
| 1173 | + | |
| 1174 | + | |
| 1175 | + | |
1169 | 1176 | | |
1170 | 1177 | | |
1171 | 1178 | | |
| |||
1281 | 1288 | | |
1282 | 1289 | | |
1283 | 1290 | | |
| 1291 | + | |
1284 | 1292 | | |
1285 | 1293 | | |
1286 | 1294 | | |
| |||
2005 | 2013 | | |
2006 | 2014 | | |
2007 | 2015 | | |
| 2016 | + | |
2008 | 2017 | | |
2009 | 2018 | | |
2010 | 2019 | | |
| |||
2037 | 2046 | | |
2038 | 2047 | | |
2039 | 2048 | | |
| 2049 | + | |
2040 | 2050 | | |
2041 | 2051 | | |
| 2052 | + | |
| 2053 | + | |
| 2054 | + | |
2042 | 2055 | | |
2043 | 2056 | | |
2044 | 2057 | | |
| |||
2065 | 2078 | | |
2066 | 2079 | | |
2067 | 2080 | | |
2068 | | - | |
| 2081 | + | |
| 2082 | + | |
2069 | 2083 | | |
2070 | 2084 | | |
2071 | 2085 | | |
| |||
2078 | 2092 | | |
2079 | 2093 | | |
2080 | 2094 | | |
| 2095 | + | |
| 2096 | + | |
2081 | 2097 | | |
2082 | 2098 | | |
2083 | 2099 | | |
| |||
2159 | 2175 | | |
2160 | 2176 | | |
2161 | 2177 | | |
2162 | | - | |
2163 | | - | |
2164 | | - | |
| 2178 | + | |
| 2179 | + | |
| 2180 | + | |
| 2181 | + | |
| 2182 | + | |
| 2183 | + | |
| 2184 | + | |
| 2185 | + | |
| 2186 | + | |
2165 | 2187 | | |
2166 | | - | |
2167 | | - | |
2168 | | - | |
2169 | | - | |
| 2188 | + | |
| 2189 | + | |
| 2190 | + | |
| 2191 | + | |
| 2192 | + | |
2170 | 2193 | | |
2171 | | - | |
2172 | | - | |
| 2194 | + | |
| 2195 | + | |
2173 | 2196 | | |
2174 | 2197 | | |
2175 | 2198 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
967 | 967 | | |
968 | 968 | | |
969 | 969 | | |
970 | | - | |
| 970 | + | |
971 | 971 | | |
972 | 972 | | |
973 | 973 | | |
| 974 | + | |
| 975 | + | |
974 | 976 | | |
975 | 977 | | |
976 | 978 | | |
| |||
0 commit comments