author | Chris Webb <chris@arachsys.com> | |
Fri, 2 Apr 2010 23:37:08 +0000 (00:37 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 3 Apr 2010 04:08:04 +0000 (21:08 -0700) | ||
commit | 3e3ec2abe0f275dda285e989224e4c3da19e7adb | |
tree | e6447c8a837c3ac93204cef99b0eef66214fedc2 | tree | snapshot |
parent | 727c3718a51605a2b93a7b2ac57e0175decc122a | commit | diff |
whitespace: add tab-in-indent error class
Some projects and languages use coding style where no tab character is used to
indent the lines.
This only adds support and documentation for "apply --whitespace=warn" and
"diff --check"; later patches add "apply --whitespace=fix" and tests.
Signed-off-by: Chris Webb <chris@arachsys.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Some projects and languages use coding style where no tab character is used to
indent the lines.
This only adds support and documentation for "apply --whitespace=warn" and
"diff --check"; later patches add "apply --whitespace=fix" and tests.
Signed-off-by: Chris Webb <chris@arachsys.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt | diff | blob | history | |
cache.h | diff | blob | history | |
ws.c | diff | blob | history |