We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bdf7b6 commit 055755aCopy full SHA for 055755a
transcrypt
@@ -174,7 +174,7 @@ _list_encrypted_files() {
174
# immediately convert NUL-delimited filenames to be newline-delimited to be
175
# compatibility with bash variables
176
git ls-files -z | tr '\0' '\n' |
177
- git check-attr filter --stdin 2>/dev/null |
+ git -c core.quotePath=false check-attr filter --stdin 2>/dev/null |
178
{
179
if [[ "$strict_context" == "true" ]]; then
180
grep ": filter: crypt${CONTEXT_CRYPT_SUFFIX:-}$" || true
0 commit comments