git-author 1.0.1

Get, set and replace git author information
docs.rs failed to build git-author-1.0.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

git-author

日本語ドキュメント

Overview

  • You can get or set user.name and user.email at oece.
  • You can replace the author of past commits.

Description

You can get user.name and user.email with git author get or git author.
get-demo


You can set user.name and user.eamil with git author set foo foo@abc.com.
set-demo


Replace foo <foo@abc.com> in author and commiter of previous commits with bar <bar@xyz.com>.
The replacement name and e-mail address (bar bar @ xyz.com) can be omitted. If omitted, it will be replaced with author which can be obtained by git author get. replace-demo

Installatoin

cargo install git-author

License

MIT