Commit 84f1e39
committed
chore: redact account emails from sample-run docs + ignore filter-repo backup
Replaces three real farm-domain emails in tracked markdown with
example.com (canonical IETF reserved domain) so the docs no longer
identify the OAuth provider behind the test pool.
- tools/onboard/README.md: alice/bob/<redacted>@example.com -> @example.com
(the names were already pseudonyms; only the domain was real-pool-leaking)
- .sisyphus/reports/phase-g-performance-postmortem.md: '<redacted>@example.com'
-> 'account_id elided' (full identifier was a real pool account)
- .gitignore: ignore /.git.backup-pre-filter-repo-*/ so a stray git add
never re-commits the 169MB filter-repo safety backup
This is the source-side half of the email scrub. The history-side
(rewriting old commits where these strings originally landed) runs as
a separate filter-repo --blob-callback pass after this commit.1 parent e6daa09 commit 84f1e39
3 files changed
Lines changed: 8 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
212 | | - | |
213 | | - | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
219 | | - | |
| 219 | + | |
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| |||
0 commit comments