allow tab in controlCharacterInFilePath
authorJoey Hess <joeyh@joeyh.name>
Wed, 12 Apr 2023 16:31:16 +0000 (12:31 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 12 Apr 2023 16:31:16 +0000 (12:31 -0400)
commitde68e3dd4f427c834b6d0472853f34772cad425b
tree44a9eabf41b7feb29ada7c2a8672b045781e4060
parentad71f005b88ca0bb28b5f394f5a6f128f7c6524a
allow tab in controlCharacterInFilePath

Seems unlikely to have a tab in a path, but it's not a control character
that needs to be prevented either.

Left \n \r \v and \a as other non-threatening control characters
that are still obnoxious to have in a filepath because of how it causes
issues with display and/or with shell scripting.
Annex/UntrustedFilePath.hs