aboutsummaryrefslogtreecommitdiff
path: root/ws.c
Commit message (Expand)AuthorAge
* attr: convert git_check_attrs() callers to use the new APIJunio C Hamano2017-02-01
* attr: rename function and struct related to checking attributesJunio C Hamano2017-02-01
* use strchrnul() in place of strchr() and strlen()Rohit Mani2014-03-10
* Rename git_checkattr() to git_check_attr()Michael Haggerty2011-08-04
* Make the tab width used for whitespace checks configurableJohannes Sixt2010-12-01
* Merge branch 'js/maint-apply-tab-in-indent-fix' into HEADJunio C Hamano2010-12-01
|\
| * apply --whitespace=fix: fix tab-in-indentJohannes Sixt2010-12-01
* | diff: handle lines containing only whitespace and tabs betterKevin Ballard2010-10-20
|/
* whitespace: add tab-in-indent support for --whitespace=fixChris Webb2010-04-04
* whitespace: replumb ws_fix_copy to take a strbuf *dst instead of char *dstChris Webb2010-04-04
* whitespace: add tab-in-indent error classChris Webb2010-04-02
* whitespace: we cannot "catch all errors known to git" anymoreJunio C Hamano2010-04-02
* git_attr(): fix function signatureJunio C Hamano2010-01-16
* Merge branch 'jc/maint-1.6.0-blank-at-eof' (early part) into jc/maint-blank-a...Junio C Hamano2009-09-15
|\
| * core.whitespace: split trailing-space into blank-at-{eol,eof}Junio C Hamano2009-09-05
| * apply --whitespace=warn/error: diagnose blank at EOFJunio C Hamano2009-09-04
* | Fix severe breakage in "git-apply --whitespace=fix"Junio C Hamano2009-07-25
* | Trailing whitespace and no newline fixSZEDER Gábor2009-07-22
* | attribute: whitespace set to true detects all errors known to gitJunio C Hamano2009-06-21
* | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-12
|/
* Teach "diff --check" about new blank lines at endJunio C Hamano2008-06-26
* check_and_emit_line(): rename and refactorJunio C Hamano2008-06-26
* git-apply --whitespace=fix: fix off by one thinkoJunio C Hamano2008-02-26
* ws_fix_copy(): move the whitespace fixing function to ws.cJunio C Hamano2008-02-23
* core.whitespace: cr-at-eolJunio C Hamano2008-02-05
* whitespace: more accurate initial-indent highlightingJ. Bruce Fields2007-12-16
* whitespace: fix initial-indent checkingJ. Bruce Fields2007-12-16
* whitespace: minor cleanupJ. Bruce Fields2007-12-16
* whitespace: reorganize initial-indent checkJ. Bruce Fields2007-12-16
* whitespace: fix off-by-one error in non-space-in-indent checkingJ. Bruce Fields2007-12-16
* Use shorter error messages for whitespace problemsWincent Colaiuta2007-12-14
* Unify whitespace checkingWincent Colaiuta2007-12-13
* Use gitattributes to define per-path whitespace ruleJunio C Hamano2007-12-06