Files
config-chezmoi/private_dot_config
xavierandClaude Sonnet 5 a787c7ed51 fix(git): Guard $gitConfig.name/email lookup against missing map keys
Accessing a missing key on a map value in text/template raises an
error before `default` can run, so `configs.git` without `name`/`email`
(or hosts without a `configs` key, e.g. termux-*) broke `chezmoi diff`
with "map has no entry for key". Use `hasKey` before accessing each
field instead.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0145M6KGu5gQ3brTPzqs8NwG
2026-09-11 23:42:19 +02:00
..
2025-11-07 19:08:17 +00:00
2025-11-04 23:59:14 +01:00
2026-07-14 16:32:57 +02:00
2025-08-06 16:28:36 +00:00
2025-11-03 22:05:42 +01:00
2026-08-19 21:34:11 +02:00