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 055755a commit e03ef7fCopy full SHA for e03ef7f
transcrypt
@@ -173,7 +173,7 @@ _list_encrypted_files() {
173
# List files with -z option to disable quoting of filenames, then
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' |
+ git -c core.quotePath=false ls-files -z | tr '\0' '\n' |
177
git -c core.quotePath=false check-attr filter --stdin 2>/dev/null |
178
{
179
if [[ "$strict_context" == "true" ]]; then
0 commit comments