summaryrefslogtreecommitdiffstats
path: root/ws.c
AgeCommit message (Expand)AuthorLines
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey-2/+1
2008-06-26Teach "diff --check" about new blank lines at endJunio C Hamano-0/+15
2008-06-26check_and_emit_line(): rename and refactorJunio C Hamano-3/+15
2008-02-26git-apply --whitespace=fix: fix off by one thinkoJunio C Hamano-1/+1
2008-02-23ws_fix_copy(): move the whitespace fixing function to ws.cJunio C Hamano-0/+104
2008-02-05core.whitespace: cr-at-eolJunio C Hamano-2/+13
2007-12-16whitespace: more accurate initial-indent highlightingJ. Bruce Fields-8/+16
2007-12-16whitespace: fix initial-indent checkingJ. Bruce Fields-6/+4
2007-12-16whitespace: minor cleanupJ. Bruce Fields-12/+9
2007-12-16whitespace: reorganize initial-indent checkJ. Bruce Fields-8/+7
2007-12-16whitespace: fix off-by-one error in non-space-in-indent checkingJ. Bruce Fields-1/+1
2007-12-14Use shorter error messages for whitespace problemsWincent Colaiuta-3/+3
2007-12-13Unify whitespace checkingWincent Colaiuta-0/+105
2007-12-06Use gitattributes to define per-path whitespace ruleJunio C Hamano-0/+96