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