summaryrefslogtreecommitdiff
path: root/ws.c
AgeCommit message (Expand)Author
2023-05-17Merge branch 'jc/attr-source-tree'Junio C Hamano
2023-05-06attr: teach "--attr-source=<tree>" global option to "git"John Cai
2023-04-24ws.h: move declarations for ws.c functions from cache.hElijah Newren
2023-04-24treewide: be explicit about dependence on strbuf.hElijah Newren
2023-01-23Merge branch 'kn/attr-from-tree'Junio C Hamano
2023-01-14attr: add flag `--source` to work with tree-ishKarthik Nayak
2023-01-08convert trivial uses of strncmp() to skip_prefix()Jeff King
2022-12-13ws: drop unused parameter from ws_blank_line()Jeff King
2018-10-19Merge branch 'nd/the-index'Junio C Hamano
2018-09-21ws.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-09-12Make git_check_attr() a void functionTorsten Bögershausen
2018-08-13attr: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy
2017-02-01attr: convert git_check_attrs() callers to use the new APIJunio C Hamano
2017-02-01attr: rename function and struct related to checking attributesJunio C Hamano
2014-03-10use strchrnul() in place of strchr() and strlen()Rohit Mani
2011-08-04Rename git_checkattr() to git_check_attr()Michael Haggerty
2010-12-01Make the tab width used for whitespace checks configurableJohannes Sixt
2010-12-01Merge branch 'js/maint-apply-tab-in-indent-fix' into HEADJunio C Hamano
2010-12-01apply --whitespace=fix: fix tab-in-indentJohannes Sixt
2010-10-20diff: handle lines containing only whitespace and tabs betterKevin Ballard
2010-04-04whitespace: add tab-in-indent support for --whitespace=fixChris Webb
2010-04-04whitespace: replumb ws_fix_copy to take a strbuf *dst instead of char *dstChris Webb
2010-04-03whitespace: add tab-in-indent error classChris Webb
2010-04-03whitespace: we cannot "catch all errors known to git" anymoreJunio C Hamano
2010-01-17git_attr(): fix function signatureJunio C Hamano
2009-09-15Merge branch 'jc/maint-1.6.0-blank-at-eof' (early part) into jc/maint-blank-a...Junio C Hamano
2009-09-06core.whitespace: split trailing-space into blank-at-{eol,eof}Junio C Hamano
2009-09-04apply --whitespace=warn/error: diagnose blank at EOFJunio C Hamano
2009-07-25Fix severe breakage in "git-apply --whitespace=fix"Junio C Hamano
2009-07-23Trailing whitespace and no newline fixSZEDER Gábor
2009-06-21attribute: whitespace set to true detects all errors known to gitJunio C Hamano
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey
2008-06-27Teach "diff --check" about new blank lines at endJunio C Hamano
2008-06-27check_and_emit_line(): rename and refactorJunio C Hamano
2008-02-26git-apply --whitespace=fix: fix off by one thinkoJunio C Hamano
2008-02-24ws_fix_copy(): move the whitespace fixing function to ws.cJunio C Hamano
2008-02-05core.whitespace: cr-at-eolJunio C Hamano
2007-12-16whitespace: more accurate initial-indent highlightingJ. Bruce Fields
2007-12-16whitespace: fix initial-indent checkingJ. Bruce Fields
2007-12-16whitespace: minor cleanupJ. Bruce Fields
2007-12-16whitespace: reorganize initial-indent checkJ. Bruce Fields
2007-12-16whitespace: fix off-by-one error in non-space-in-indent checkingJ. Bruce Fields
2007-12-15Use shorter error messages for whitespace problemsWincent Colaiuta
2007-12-14Unify whitespace checkingWincent Colaiuta
2007-12-06Use gitattributes to define per-path whitespace ruleJunio C Hamano