Skip to content

Commit e03ef7f

Browse files
quote only essentials
1 parent 055755a commit e03ef7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

transcrypt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ _list_encrypted_files() {
173173
# List files with -z option to disable quoting of filenames, then
174174
# immediately convert NUL-delimited filenames to be newline-delimited to be
175175
# compatibility with bash variables
176-
git ls-files -z | tr '\0' '\n' |
176+
git -c core.quotePath=false ls-files -z | tr '\0' '\n' |
177177
git -c core.quotePath=false check-attr filter --stdin 2>/dev/null |
178178
{
179179
if [[ "$strict_context" == "true" ]]; then

0 commit comments

Comments
 (0)