Skip to content

Releases: elixirsc/git-pair

v0.4.1

06 Nov 02:28
Compare
Choose a tag to compare
  • Fix hook when the user attempts to make a commit.

v0.4.0

04 Nov 17:26
Compare
Choose a tag to compare

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

18 Sep 22:14
Compare
Choose a tag to compare
  • Introduce git pair version command which prints the version you're using

v0.2.0

19 Aug 00:46
Compare
Choose a tag to compare
  • Add missing actions to help command