Fossil

Check-in [9c2080a360]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Completely rework the "fossil grep" command. Omit the -H option. Instead, print a header line that includes both the file hash and the check-in hash and the timestamp for every file that contains any match. Scan all files together, in reverse chronological order.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | grep-enhancements
Files: files | file ages | folders
SHA3-256: 9c2080a360fc4a4e7496eadf0d49722bf7861bf515157bf632bab46c41ec58cb
User & Date: drh 2019-11-30 13:38:33.597
References
2021-01-28
15:32
Bring back some help text for 'fossil grep' removed in [9c2080a360]. ... (check-in: 60a28a8d89 user: danield tags: trunk)
Context
2019-11-30
13:53
Rework the "fossil grep" command so that it shows both the file and check-in hash for matching files, and so that it can scan multiple files all at once. ... (check-in: f5f4471323 user: drh tags: trunk)
13:38
Completely rework the "fossil grep" command. Omit the -H option. Instead, print a header line that includes both the file hash and the check-in hash and the timestamp for every file that contains any match. Scan all files together, in reverse chronological order. ... (Closed-Leaf check-in: 9c2080a360 user: drh tags: grep-enhancements)
2019-11-29
14:44
Enhance the "fossil grep" command with new options. Work in progress. Needs more testing. ... (check-in: 1bf2f84843 user: drh tags: grep-enhancements)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/regexp.c.