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
Copy file name to clipboardExpand all lines: docs/first-second-parity-audit.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,6 +145,7 @@ Covered behavior:
145
145
-`Grep` path-bearing output now accepts `path_separator`/`--path-separator`, replacing visible `/` separators in content, count, file-list, and heading output while validating one-byte separators.
146
146
-`Grep` path-bearing output now accepts `null`/`--null`/`-0`, using NUL after path fields for content/count/heading and NUL-terminated paths in file-list modes.
147
147
-`Grep` content output now accepts `field_match_separator`/`fieldMatchSeparator`/`field-match-separator`/`--field-match-separator` plus `field_context_separator`/`fieldContextSeparator`/`field-context-separator`/`--field-context-separator`, preserving separate match/context field separators including empty values and `--null` path-field output.
148
+
-`Grep` content context output now accepts `context_separator`/`contextSeparator`/`context-separator`/`--context-separator` plus `no_context_separator`/`noContextSeparator`/`no-context-separator`/`--no-context-separator`, inserting the default `--` or a custom group separator between disjoint context groups and suppressing it when requested.
148
149
-`Grep` content output now accepts `trim`/`--trim` plus `no_trim`/`--no-trim`, trimming leading ASCII whitespace from printed line text while preserving original match columns.
149
150
-`Grep` long-line output now accepts `max_columns_preview`/`--max-columns-preview` plus `no_max_columns_preview`/`--no-max-columns-preview`, showing a ripgrep-style truncated preview when `max_columns` is exceeded.
150
151
-`Glob`/`Grep` traversal now applies `Read(...)` deny rules from the permission context as extra search ignore rules, hiding denied basename, path, and directory patterns from search results.
0 commit comments