full emulation of git filename escaping
Not yet used, but the plan is to make git-annex use this when displaying filenames similar to how git does. Sponsored-by: Lawrence Brogan on Patreon
This commit is contained in:
parent
d9b6be7782
commit
c5b017e55b
2 changed files with 21 additions and 2 deletions
|
@ -35,3 +35,8 @@ useful defense in depth against terminal security holes, and also good to
|
|||
behave more like git.
|
||||
|
||||
--[[Joey]]
|
||||
|
||||
> Git.Filename.encode is implemented, and only needs to be used.
|
||||
> Note that core.quotePath controls whether git quotes unicode characters
|
||||
> (by default it does), so once this gets implemented, some users may want
|
||||
> to set that config to false. --[[Joey]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue