dag: handle unicode paths in the file list
commit6baad452a3823b84ac706696b2a0c90120bc413d
authorDavid Aguilar <davvid@gmail.com>
Mon, 27 Apr 2015 05:38:54 +0000 (26 22:38 -0700)
committerDavid Aguilar <davvid@gmail.com>
Mon, 27 Apr 2015 06:17:26 +0000 (26 23:17 -0700)
tree56f7ad87b15cd48018f05bfc99b30920b7ea2ca2
parent7ec06b66c095b1fdfe972f414fa5213574b5ccbd
dag: handle unicode paths in the file list

Use `git show -z` when building the list of paths.  The `-z`
flag makes Git emit the raw, typically utf-8, bytes for each
path instead of an ascii-encoded escape sequence.

Closes #443
Reported-by: naraesk <mail@naraesk.eu>
Signed-off-by: David Aguilar <davvid@gmail.com>
cola/widgets/filelist.py
share/doc/git-cola/relnotes/unreleased.rst
share/doc/git-cola/thanks.rst