Skip to content

Commit 055755a

Browse files
quote only essentials
1 parent 8bdf7b6 commit 055755a

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
@@ -174,7 +174,7 @@ _list_encrypted_files() {
174174
# immediately convert NUL-delimited filenames to be newline-delimited to be
175175
# compatibility with bash variables
176176
git ls-files -z | tr '\0' '\n' |
177-
git check-attr filter --stdin 2>/dev/null |
177+
git -c core.quotePath=false check-attr filter --stdin 2>/dev/null |
178178
{
179179
if [[ "$strict_context" == "true" ]]; then
180180
grep ": filter: crypt${CONTEXT_CRYPT_SUFFIX:-}$" || true

0 commit comments

Comments
 (0)