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 cc75280 commit 6d9ec7dCopy full SHA for 6d9ec7d
transcrypt
@@ -176,6 +176,8 @@ _list_encrypted_files() {
176
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
+ # Only output names of encrypted files matching the context, either
180
+ # strictly (if $1 = "true") or loosely (if $1 is false or unset)
181
if [[ "$strict_context" == "true" ]]; then
182
grep ": filter: crypt${CONTEXT_CRYPT_SUFFIX:-}$" || true
183
else
0 commit comments