Merge branch 'jc/maint-1.6.0-blank-at-eof' into next
commit165dc3c3cda13cdbfe12874f8c01a31db8e89d6c
authorJunio C Hamano <gitster@pobox.com>
Tue, 8 Sep 2009 00:21:19 +0000 (7 17:21 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 8 Sep 2009 00:21:19 +0000 (7 17:21 -0700)
tree9ebf20dae1d6469b88fbdbc8149c97c7a604b111
parent8fbf02771789d061ad5477cba6092993e07bcefb
parentaeb84b05ae448596c336807631d9633492b3049a
Merge branch 'jc/maint-1.6.0-blank-at-eof' into next

* jc/maint-1.6.0-blank-at-eof:
  core.whitespace: split trailing-space into blank-at-{eol,eof}
  diff --color: color blank-at-eof
  diff --whitespace=warn/error: fix blank-at-eof check
  diff --whitespace=warn/error: obey blank-at-eof
  diff.c: the builtin_diff() deals with only two-file comparison
  apply --whitespace: warn blank but not necessarily empty lines at EOF
  apply --whitespace=warn/error: diagnose blank at EOF
  apply.c: split check_whitespace() into two
  apply --whitespace=fix: detect new blank lines at eof correctly
  apply --whitespace=fix: fix handling of blank lines at the eof

Conflicts:
diff.c
t/t4124-apply-ws-rule.sh
ws.c
Documentation/config.txt
builtin-apply.c
cache.h
diff.c
t/t4015-diff-whitespace.sh
t/t4124-apply-ws-rule.sh
ws.c