Skip to content

fix: redact personal email from git/.gitconfig#58

Closed
stanfish06 wants to merge 1 commit into
masterfrom
claude/nice-cori-S44iE
Closed

fix: redact personal email from git/.gitconfig#58
stanfish06 wants to merge 1 commit into
masterfrom
claude/nice-cori-S44iE

Conversation

@stanfish06
Copy link
Copy Markdown
Owner

Closes #57

Problem

git/.gitconfig line 3 had email = [email protected] — the same personal institutional identifier that PRs #39 and #50 removed from ssh/config and hpc/ssh/config. It was missed in those rounds.

Change

-	email = [email protected]
+	# email = <your-email>

One line, same placeholder pattern used elsewhere in the repo.

Notes

  • home-chezmoi/.chezmoi.toml.tmpl already uses promptStringOnce for email — no change needed there.
  • name = Stan is kept as-is (a first name poses no access risk).

Test plan

  • grep -r 'zyyu@\|zyu14@' git/ — no matches

Generated by Claude Code

Replace hardcoded [email protected] with a # email = <your-email>
placeholder, consistent with the zyyu/zyu14 redactions in PR #39 and
PR #50 for ssh/config and hpc/ssh/config.

https://claude.ai/code/session_01RzoRBgzZZypgTD91rsdRAk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

info leak: git/.gitconfig still has hardcoded [email protected] email

2 participants