Releases: elixirsc/git-pair
Releases · elixirsc/git-pair
v0.4.1
v0.4.0
This will allow us to support GitLab by specifying developer real email as GitLab does not support noreply
emails for marking co-authors.
Features
add
- Now you can specify pair email:
git pair add user [email protected]
In case you omit email
, it will use GitHub default noreply email (@users.noreply.github.com
).
status
- Now it prints the email that will be used to add
Co-authored-by
annotations:
Pairing with:
user <[email protected]>
Commit
When creating new commits if you aren't pairing you won't see Success! Co-authors registered.
anymore.
Upgrade notes
If you're using v0.3.0
you need to stop pairing before upgrade. If you forgot to do that, you can "clear" pair configs by running:
git config --unset-all pair.coauthor
v0.3.0
- Introduce
git pair version
command which prints the version you're using