[commit: packages/haskeline] ghc-head: Fix #124: git import had the wrong encoding for test filenames. (6d890a6)
git at git.haskell.org
git at git.haskell.org
Fri Nov 1 23:16:05 UTC 2013
Repository : ssh://git@git.haskell.org/haskeline
On branch : ghc-head
Link : http://git.haskell.org/packages/haskeline.git/commitdiff/6d890a6bb263999cd3967cb05c1034f66f570ecf
>---------------------------------------------------------------
commit 6d890a6bb263999cd3967cb05c1034f66f570ecf
Author: Judah Jacobson <judah.jacobson at gmail.com>
Date: Wed Oct 30 22:15:05 2013 -0700
Fix #124: git import had the wrong encoding for test filenames.
>---------------------------------------------------------------
6d890a6bb263999cd3967cb05c1034f66f570ecf
.../bar" => "tests/dummy-\316\274\316\261\317\203/bar" | 0
.../dummy-\316\274\316\261\317\203/\317\202\316\265\317\201\317\204" | 0
2 files changed, 0 insertions(+), 0 deletions(-)
diff --git "a/tests/dummy-\303\216\302\274\303\216\302\261\303\217\302\203/bar" "b/tests/dummy-\316\274\316\261\317\203/bar"
similarity index 100%
rename from "tests/dummy-\303\216\302\274\303\216\302\261\303\217\302\203/bar"
rename to "tests/dummy-\316\274\316\261\317\203/bar"
diff --git "a/tests/dummy-\303\216\302\274\303\216\302\261\303\217\302\203/\303\217\302\202\303\216\302\265\303\217\302\201\303\217\302\204" "b/tests/dummy-\316\274\316\261\317\203/\317\202\316\265\317\201\317\204"
similarity index 100%
rename from "tests/dummy-\303\216\302\274\303\216\302\261\303\217\302\203/\303\217\302\202\303\216\302\265\303\217\302\201\303\217\302\204"
rename to "tests/dummy-\316\274\316\261\317\203/\317\202\316\265\317\201\317\204"
More information about the ghc-commits
mailing list