more OsPath conversion (639/749)
Sponsored-by: k0ld
This commit is contained in:
parent
a5d48edd94
commit
c74c75b352
28 changed files with 147 additions and 132 deletions
|
@ -152,7 +152,7 @@ seek (ShowOrigin ck@(ConfigKey name) forfile) = commandAction $
|
|||
| decodeBS name `elem` annexAttrs =
|
||||
case forfile of
|
||||
Just file -> do
|
||||
v <- checkAttr (decodeBS name) (toRawFilePath file)
|
||||
v <- checkAttr (decodeBS name) (toOsPath file)
|
||||
if null v
|
||||
then cont
|
||||
else showval "gitattributes" v
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue