Skip to content

Commit 6d9ec7d

Browse files
keep docs
1 parent cc75280 commit 6d9ec7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

transcrypt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,8 @@ _list_encrypted_files() {
176176
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
{
179+
# Only output names of encrypted files matching the context, either
180+
# strictly (if $1 = "true") or loosely (if $1 is false or unset)
179181
if [[ "$strict_context" == "true" ]]; then
180182
grep ": filter: crypt${CONTEXT_CRYPT_SUFFIX:-}$" || true
181183
else

0 commit comments

Comments
 (0)