git-privacy
git-privacy copied to clipboard
Redact Git author and committer dates to keep committing behaviour more private.
Would be nice if git-privacy could warn if someone accidentally committed with a different email address than usual. This happens for instance if one contributes from a different setup than...
Example: ``` git-privacy keys -h Usage: git-privacy [OPTIONS] COMMAND [ARGS]... Error: not a git repository: '/home/fap' ```
Newer versions of Git (since when?) now trigger post-commit hooks during a cherry-pick which invokes redate. This causes a different user experience than for older version where no redating took...
... instead requiring users to manually add a config snippet to `.git/config`.
A bit of documentation on this would be nice. Maybe this information could also be added to the help information returned by the CLI.
You are using pkg_resources which was removed in newer python versions. https://github.com/EMPRI-DEVOPS/git-privacy/blob/f14c10fff2be830310c5ac94d3dfa6ac93bee185/gitprivacy/gitprivacy.py#L13