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
@@ -146,6 +146,7 @@ Covered behavior:
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
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.
149
+
-`Grep` content output now accepts `byte_offset`/`byteOffset`/`byte-offset`/`--byte-offset`/`-b`, emitting line-start byte offsets for normal/context lines and match-start byte offsets for only-matching and vimgrep output.
149
150
-`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.
150
151
-`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.
151
152
-`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