Age | Commit message (Expand) | Author | Files | Lines |
2011-08-04 | Rename git_checkattr() to git_check_attr() | Michael Haggerty | 1 | -1/+1 |
2010-12-01 | Make the tab width used for whitespace checks configurable | Johannes Sixt | 1 | -6/+16 |
2010-12-01 | Merge branch 'js/maint-apply-tab-in-indent-fix' into HEAD | Junio C Hamano | 1 | -1/+2 |
2010-12-01 | apply --whitespace=fix: fix tab-in-indent | Johannes Sixt | 1 | -1/+2 |
2010-10-20 | diff: handle lines containing only whitespace and tabs better | Kevin Ballard | 1 | -3/+4 |
2010-04-04 | whitespace: add tab-in-indent support for --whitespace=fix | Chris Webb | 1 | -0/+14 |
2010-04-04 | whitespace: replumb ws_fix_copy to take a strbuf *dst instead of char *dst | Chris Webb | 1 | -11/+8 |
2010-04-02 | whitespace: add tab-in-indent error class | Chris Webb | 1 | -5/+22 |
2010-04-02 | whitespace: we cannot "catch all errors known to git" anymore | Junio C Hamano | 1 | -2/+4 |
2010-01-16 | git_attr(): fix function signature | Junio C Hamano | 1 | -1/+1 |
2009-09-15 | Merge branch 'jc/maint-1.6.0-blank-at-eof' (early part) into jc/maint-blank-a... | Junio C Hamano | 1 | -4/+15 |
2009-09-05 | core.whitespace: split trailing-space into blank-at-{eol,eof} | Junio C Hamano | 1 | -9/+15 |
2009-09-04 | apply --whitespace=warn/error: diagnose blank at EOF | Junio C Hamano | 1 | -0/+6 |
2009-07-25 | Fix severe breakage in "git-apply --whitespace=fix" | Junio C Hamano | 1 | -2/+2 |
2009-07-22 | Trailing whitespace and no newline fix | SZEDER Gábor | 1 | -3/+2 |
2009-06-21 | attribute: whitespace set to true detects all errors known to git | Junio C Hamano | 1 | -5/+7 |
2008-10-12 | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer | Brandon Casey | 1 | -2/+1 |
2008-06-26 | Teach "diff --check" about new blank lines at end | Junio C Hamano | 1 | -0/+15 |
2008-06-26 | check_and_emit_line(): rename and refactor | Junio C Hamano | 1 | -3/+15 |
2008-02-26 | git-apply --whitespace=fix: fix off by one thinko | Junio C Hamano | 1 | -1/+1 |
2008-02-23 | ws_fix_copy(): move the whitespace fixing function to ws.c | Junio C Hamano | 1 | -0/+104 |
2008-02-05 | core.whitespace: cr-at-eol | Junio C Hamano | 1 | -2/+13 |
2007-12-16 | whitespace: more accurate initial-indent highlighting | J. Bruce Fields | 1 | -8/+16 |
2007-12-16 | whitespace: fix initial-indent checking | J. Bruce Fields | 1 | -6/+4 |
2007-12-16 | whitespace: minor cleanup | J. Bruce Fields | 1 | -12/+9 |
2007-12-16 | whitespace: reorganize initial-indent check | J. Bruce Fields | 1 | -8/+7 |
2007-12-16 | whitespace: fix off-by-one error in non-space-in-indent checking | J. Bruce Fields | 1 | -1/+1 |
2007-12-14 | Use shorter error messages for whitespace problems | Wincent Colaiuta | 1 | -3/+3 |
2007-12-13 | Unify whitespace checking | Wincent Colaiuta | 1 | -0/+105 |
2007-12-06 | Use gitattributes to define per-path whitespace rule | Junio C Hamano | 1 | -0/+96 |