git-privacy icon indicating copy to clipboard operation
git-privacy copied to clipboard

Redact Git author and committer dates to keep committing behaviour more private.

Results 8 git-privacy issues
Sort by recently updated
recently updated
newest added

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...

enhancement

Example: ``` git-privacy keys -h Usage: git-privacy [OPTIONS] COMMAND [ARGS]... Error: not a git repository: '/home/fap' ```

enhancement

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...

enhancement
help wanted

... instead requiring users to manually add a config snippet to `.git/config`.

enhancement

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