]> git.ipfire.org Git - thirdparty/git.git/commit - ws.c
whitespace: add tab-in-indent error class
authorChris Webb <chris@arachsys.com>
Fri, 2 Apr 2010 23:37:08 +0000 (00:37 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 3 Apr 2010 04:08:04 +0000 (21:08 -0700)
commit3e3ec2abe0f275dda285e989224e4c3da19e7adb
treee6447c8a837c3ac93204cef99b0eef66214fedc2
parent727c3718a51605a2b93a7b2ac57e0175decc122a
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>
Documentation/config.txt
cache.h
ws.c