Merge branch 'ar/diff-args-osx-precompose' into maint
commit05781d37fa43b5dada77d1bcfd4cdc42742e7421
authorJunio C Hamano <gitster@pobox.com>
Mon, 6 Jun 2016 21:27:35 +0000 (6 14:27 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 Jun 2016 21:27:35 +0000 (6 14:27 -0700)
tree671bb97f46944b084b878192bc3464bd5c13b1cb
parent4b0891ffe4ec3aef081cf48c5f9a747586076f7a
parent90a78b83e0b812d1f42501a54372720def4ddd84
Merge branch 'ar/diff-args-osx-precompose' into maint

Many commands normalize command line arguments from NFD to NFC
variant of UTF-8 on OSX, but commands in the "diff" family did
not, causing "git diff $path" to complain that no such path is
known to Git.  They have been taught to do the normalization.

* ar/diff-args-osx-precompose:
  diff: run arguments through precompose_argv
builtin/diff-tree.c
builtin/diff.c