summaryrefslogtreecommitdiff
path: root/ws.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-04Rename git_checkattr() to git_check_attr()Libravatar Michael Haggerty1-1/+1
2010-12-01Make the tab width used for whitespace checks configurableLibravatar Johannes Sixt1-6/+16
2010-12-01Merge branch 'js/maint-apply-tab-in-indent-fix' into HEADLibravatar Junio C Hamano1-1/+2
2010-12-01apply --whitespace=fix: fix tab-in-indentLibravatar Johannes Sixt1-1/+2
2010-10-20diff: handle lines containing only whitespace and tabs betterLibravatar Kevin Ballard1-3/+4
2010-04-04whitespace: add tab-in-indent support for --whitespace=fixLibravatar Chris Webb1-0/+14
2010-04-04whitespace: replumb ws_fix_copy to take a strbuf *dst instead of char *dstLibravatar Chris Webb1-11/+8
2010-04-02whitespace: add tab-in-indent error classLibravatar Chris Webb1-5/+22
2010-04-02whitespace: we cannot "catch all errors known to git" anymoreLibravatar Junio C Hamano1-2/+4
2010-01-16git_attr(): fix function signatureLibravatar Junio C Hamano1-1/+1
2009-09-15Merge branch 'jc/maint-1.6.0-blank-at-eof' (early part) into jc/maint-blank-a...Libravatar Junio C Hamano1-4/+15
2009-09-05core.whitespace: split trailing-space into blank-at-{eol,eof}Libravatar Junio C Hamano1-9/+15
2009-09-04apply --whitespace=warn/error: diagnose blank at EOFLibravatar Junio C Hamano1-0/+6
2009-07-25Fix severe breakage in "git-apply --whitespace=fix"Libravatar Junio C Hamano1-2/+2
2009-07-22Trailing whitespace and no newline fixLibravatar SZEDER Gábor1-3/+2
2009-06-21attribute: whitespace set to true detects all errors known to gitLibravatar Junio C Hamano1-5/+7
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