summaryrefslogtreecommitdiff
path: root/Git
diff options
context:
space:
mode:
Diffstat (limited to 'Git')
-rw-r--r--Git/LsTree.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Git/LsTree.hs b/Git/LsTree.hs
index cc3b45dda..2060fa793 100644
--- a/Git/LsTree.hs
+++ b/Git/LsTree.hs
@@ -73,7 +73,7 @@ parseLsTree l = TreeItem
{ mode = smode
, typeobj = t
, sha = Ref s
- , file = asTopFilePath $ Git.Filename.decode f
+ , file = sfile
}
where
-- l = <mode> SP <type> SP <sha> TAB <file>