chiark / gitweb /
Handle changed files with non-ASCII names
authorKarl Hasselström <kha@treskal.com>
Mon, 2 Jun 2008 23:45:08 +0000 (01:45 +0200)
committerKarl Hasselström <kha@treskal.com>
Mon, 2 Jun 2008 23:45:08 +0000 (01:45 +0200)
commitfb9b3c0243657a2cf520e5bd5ccfe4aab94799c8
tree7a91ce549b6b1b17b594f892f2f4d385712b4fb1
parent82863c3c5b26c743d1c0c288d354dd78557a914c
Handle changed files with non-ASCII names

Git was quoting them for us, which was not what we wanted. So call
diff-index with the -z flag, so that it doesn't.

Signed-off-by: Karl Hasselström <kha@treskal.com>
stgit/git.py
t/t3200-non-ascii-filenames.sh