Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 886 Bytes

CHANGES.md

File metadata and controls

28 lines (18 loc) · 886 Bytes

chezmoi Changes

Upcoming

Default diff format changing from chezmoi to git.

Currently chezmoi outputs diffs in its own format, containing a mix of unified diffs and shell commands. This will be replaced with a git format diff in version 2.0.0.

gpgRecipient config variable changing to gpg.recipient

The gpgRecipient config variable is changing to gpg.recipient. To update, change your config from:

gpgRecipient = "..."

to:

[gpg]
  recipient = "..."

Support for the gpgRecipient config variable will be removed in version 2.0.0.