summaryrefslogtreecommitdiff
path: root/ws.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerLibravatar Brandon Casey1-2/+1
2008-06-26Teach "diff --check" about new blank lines at endLibravatar Junio C Hamano1-0/+15
2008-06-26check_and_emit_line(): rename and refactorLibravatar Junio C Hamano1-3/+15
2008-02-26git-apply --whitespace=fix: fix off by one thinkoLibravatar Junio C Hamano1-1/+1
2008-02-23ws_fix_copy(): move the whitespace fixing function to ws.cLibravatar Junio C Hamano1-0/+104
2008-02-05core.whitespace: cr-at-eolLibravatar Junio C Hamano1-2/+13
2007-12-16whitespace: more accurate initial-indent highlightingLibravatar J. Bruce Fields1-8/+16
2007-12-16whitespace: fix initial-indent checkingLibravatar J. Bruce Fields1-6/+4
2007-12-16whitespace: minor cleanupLibravatar J. Bruce Fields1-12/+9
2007-12-16whitespace: reorganize initial-indent checkLibravatar J. Bruce Fields1-8/+7
2007-12-16whitespace: fix off-by-one error in non-space-in-indent checkingLibravatar J. Bruce Fields1-1/+1
2007-12-14Use shorter error messages for whitespace problemsLibravatar Wincent Colaiuta1-3/+3
2007-12-13Unify whitespace checkingLibravatar Wincent Colaiuta1-0/+105
2007-12-06Use gitattributes to define per-path whitespace ruleLibravatar Junio C Hamano1-0/+96