You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Never collapse a payload a command executes as code
collapseSegmentPayloads hid quoted or heredoc payloads by quote
syntax alone, so eval "\$(cat <<'EOF' ... EOF)" and similar
substitutions into eval/source/xargs/env/shell -c rendered as a
placeholder instead of the code the operator is being asked to
approve. Those payloads now always render in full; plain data sinks
like git commit -m still collapse as before.
0 commit comments