mirror of
https://github.com/gopasspw/gopass.git
synced 2025-12-08 19:24:54 +00:00
This change adds a `core.autopush` configuration option (which defaults to a value of `true`). This new configuration option is used in post-write-ish actions, to determine if the remote repository should be pushed to. In doing this, we support workflows where a user may want to always push to the remote, but disable the behavior of "sync", which fetches updates from remotes for all mounts (including the root store). Closes: gopasspw/gopass#2551 Signed-off-by: sudoforge <9c001b67637a@sudoforge.com>