1. d932f4e Rename git_checkattr() to git_check_attr() by Michael Haggerty · 14 years ago
  2. f4b05a4 Make the tab width used for whitespace checks configurable by Johannes Sixt · 14 years ago
  3. dee40e5 Merge branch 'js/maint-apply-tab-in-indent-fix' into HEAD by Junio C Hamano · 14 years ago
  4. d35711a apply --whitespace=fix: fix tab-in-indent by Johannes Sixt · 14 years ago
  5. cfd1a98 diff: handle lines containing only whitespace and tabs better by Kevin Ballard · 14 years ago
  6. 4e35c51 whitespace: add tab-in-indent support for --whitespace=fix by Chris Webb · 15 years ago
  7. d511bd3 whitespace: replumb ws_fix_copy to take a strbuf *dst instead of char *dst by Chris Webb · 15 years ago
  8. 3e3ec2a whitespace: add tab-in-indent error class by Chris Webb · 15 years ago
  9. 727c371 whitespace: we cannot "catch all errors known to git" anymore by Junio C Hamano · 15 years ago
  10. 7fb0eaa git_attr(): fix function signature by Junio C Hamano · 15 years ago
  11. afd9db4 Merge branch 'jc/maint-1.6.0-blank-at-eof' (early part) into jc/maint-blank-at-eof by Junio C Hamano · 15 years ago
  12. aeb84b0 core.whitespace: split trailing-space into blank-at-{eol,eof} by Junio C Hamano · 16 years ago
  13. 77b15bb apply --whitespace=warn/error: diagnose blank at EOF by Junio C Hamano · 16 years ago
  14. 422a82f Fix severe breakage in "git-apply --whitespace=fix" by Junio C Hamano · 16 years ago
  15. 735c674 Trailing whitespace and no newline fix by SZEDER Gábor · 16 years ago
  16. a437900 attribute: whitespace set to true detects all errors known to git by Junio C Hamano · 16 years ago
  17. f285a2d Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer by Brandon Casey · 16 years ago
  18. 877f23c Teach "diff --check" about new blank lines at end by Junio C Hamano · 17 years ago
  19. 8f8841e check_and_emit_line(): rename and refactor by Junio C Hamano · 17 years ago
  20. c6fabfa git-apply --whitespace=fix: fix off by one thinko by Junio C Hamano · 17 years ago
  21. fe3403c ws_fix_copy(): move the whitespace fixing function to ws.c by Junio C Hamano · 17 years ago
  22. b2979ff core.whitespace: cr-at-eol by Junio C Hamano · 17 years ago
  23. ffe5688 whitespace: more accurate initial-indent highlighting by J. Bruce Fields · 17 years ago
  24. 9afa2d4 whitespace: fix initial-indent checking by J. Bruce Fields · 17 years ago
  25. 954ecd4 whitespace: minor cleanup by J. Bruce Fields · 17 years ago
  26. 1020999 whitespace: reorganize initial-indent check by J. Bruce Fields · 17 years ago
  27. 4d9697c whitespace: fix off-by-one error in non-space-in-indent checking by J. Bruce Fields · 17 years ago
  28. 420f4f0 Use shorter error messages for whitespace problems by Wincent Colaiuta · 17 years ago
  29. c1795bb Unify whitespace checking by Wincent Colaiuta · 17 years ago
  30. cf1b786 Use gitattributes to define per-path whitespace rule by Junio C Hamano · 17 years ago