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 user@example.com
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-byannotations:
Pairing with:
user <user@users.noreply.github.com>
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 versioncommand which prints the version you're using