1. 11877b9 Merge branch 'nd/the-index' by Junio C Hamano · 6 years ago
  2. 26d024e ws.c: remove implicit dependency on the_index by Nguyễn Thái Ngọc Duy · 6 years ago
  3. d64324c Make git_check_attr() a void function by Torsten Bögershausen · 6 years ago
  4. 7a400a2 attr: remove an implicit dependency on the_index by Nguyễn Thái Ngọc Duy · 6 years ago
  5. 2aef63d attr: convert git_check_attrs() callers to use the new API by Junio C Hamano · 8 years ago
  6. 7bd1805 attr: rename function and struct related to checking attributes by Junio C Hamano · 8 years ago
  7. 2c5495f use strchrnul() in place of strchr() and strlen() by Rohit Mani · 11 years ago
  8. d932f4e Rename git_checkattr() to git_check_attr() by Michael Haggerty · 13 years ago
  9. f4b05a4 Make the tab width used for whitespace checks configurable by Johannes Sixt · 14 years ago
  10. dee40e5 Merge branch 'js/maint-apply-tab-in-indent-fix' into HEAD by Junio C Hamano · 14 years ago
  11. d35711a apply --whitespace=fix: fix tab-in-indent by Johannes Sixt · 14 years ago
  12. cfd1a98 diff: handle lines containing only whitespace and tabs better by Kevin Ballard · 14 years ago
  13. 4e35c51 whitespace: add tab-in-indent support for --whitespace=fix by Chris Webb · 15 years ago
  14. d511bd3 whitespace: replumb ws_fix_copy to take a strbuf *dst instead of char *dst by Chris Webb · 15 years ago
  15. 3e3ec2a whitespace: add tab-in-indent error class by Chris Webb · 15 years ago
  16. 727c371 whitespace: we cannot "catch all errors known to git" anymore by Junio C Hamano · 15 years ago
  17. 7fb0eaa git_attr(): fix function signature by Junio C Hamano · 15 years ago
  18. 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
  19. aeb84b0 core.whitespace: split trailing-space into blank-at-{eol,eof} by Junio C Hamano · 15 years ago
  20. 77b15bb apply --whitespace=warn/error: diagnose blank at EOF by Junio C Hamano · 15 years ago
  21. 422a82f Fix severe breakage in "git-apply --whitespace=fix" by Junio C Hamano · 16 years ago
  22. 735c674 Trailing whitespace and no newline fix by SZEDER Gábor · 16 years ago
  23. a437900 attribute: whitespace set to true detects all errors known to git by Junio C Hamano · 16 years ago
  24. f285a2d Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer by Brandon Casey · 16 years ago
  25. 877f23c Teach "diff --check" about new blank lines at end by Junio C Hamano · 17 years ago
  26. 8f8841e check_and_emit_line(): rename and refactor by Junio C Hamano · 17 years ago
  27. c6fabfa git-apply --whitespace=fix: fix off by one thinko by Junio C Hamano · 17 years ago
  28. fe3403c ws_fix_copy(): move the whitespace fixing function to ws.c by Junio C Hamano · 17 years ago
  29. b2979ff core.whitespace: cr-at-eol by Junio C Hamano · 17 years ago
  30. ffe5688 whitespace: more accurate initial-indent highlighting by J. Bruce Fields · 17 years ago
  31. 9afa2d4 whitespace: fix initial-indent checking by J. Bruce Fields · 17 years ago
  32. 954ecd4 whitespace: minor cleanup by J. Bruce Fields · 17 years ago
  33. 1020999 whitespace: reorganize initial-indent check by J. Bruce Fields · 17 years ago
  34. 4d9697c whitespace: fix off-by-one error in non-space-in-indent checking by J. Bruce Fields · 17 years ago
  35. 420f4f0 Use shorter error messages for whitespace problems by Wincent Colaiuta · 17 years ago
  36. c1795bb Unify whitespace checking by Wincent Colaiuta · 17 years ago
  37. cf1b786 Use gitattributes to define per-path whitespace rule by Junio C Hamano · 17 years ago