Skip to content

Releases: samrocketman/git-identity-manager

git-idm v0.11

05 Jun 05:33
Compare
Choose a tag to compare

Bug fix: since initial setup assumes a certain order of .gitconfig sections, then attempt to assure initial setup every time a write operation would occur to .gitconfig. See issue #6.

Full Changelog: v0.10...v0.11

git-idm v0.6

11 Jun 07:06
Compare
Choose a tag to compare

New features:

  • Warn user when using a version of git older than 2.10.
  • New option --ssh-command which can be specified to use a completely custom SSH command rather than relying on the default provided by --key.

git-idm v0.5

11 Jun 04:11
Compare
Choose a tag to compare

New features:

  • Warn user about private key not being added to ssh-agent when using the git idm use command.

git-idm v0.4

02 Jun 07:52
Compare
Choose a tag to compare

Bugfixes:

  • Active identity misprinting multiple IDs.

git-idm v0.3

02 Jun 07:39
Compare
Choose a tag to compare

New features:

  • Add -v and --version options in addition to git idm version.

Bugfixes:

  • shellcheck recommendations.

git-idm v0.2

02 Jun 01:28
Compare
Choose a tag to compare

New features:

  • Added short commands git idm rm and git idm ls for remove and list respectively.

Bugfixes:

  • Avoid removing an empty identity.
  • Document git idm version.

git-idm v0.1 (initial release)

02 Jun 01:07
Compare
Choose a tag to compare

Released with commands:

git idm active
git idm add
git idm list
git idm remove
git idm uninstall
git idm use
git idm version