Skip to content

Releases: elixirsc/git-pair

v0.4.1

Choose a tag to compare

@amadeu01 amadeu01 released this 06 Nov 02:28
  • Fix hook when the user attempts to make a commit.

v0.4.0

Choose a tag to compare

@wevtimoteo wevtimoteo released this 04 Nov 17:26

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-by annotations:
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

Choose a tag to compare

@wevtimoteo wevtimoteo released this 18 Sep 22:14
  • Introduce git pair version command which prints the version you're using

v0.2.0

Choose a tag to compare

@leandroh leandroh released this 19 Aug 00:46
  • Add missing actions to help command