Skip to content

Releases: adamdehaven/change-git-author

Fixes

30 Dec 20:34
Compare
Choose a tag to compare
  • Update help command example for new name
  • Default to else statement for cases when UPDATE_NAME is not initialized

Update name for existing email

09 Mar 19:57
Compare
Choose a tag to compare

Allow the user to update the name tied to an existing email address in the history (e.g. pass the same email address for old and new)

Do not transform new email address to lowercase

17 Feb 13:40
Compare
Choose a tag to compare

Updates the script to not transform the user-provided new email address to lowercase, which falls in line with GitHub's (and Linux) case-sensitive policies on credentials.

Thanks to @ConradHughes for the suggestion.

Remote repositories are optional

13 Nov 14:48
Compare
Choose a tag to compare

Enhancements

  • Allows the script to run with or without a remote repository.
  • If the --force flag is passed without the --remote flag, the default remote (origin) will be used.

Fixes

  • Email matching is now case-insensitive.
  • Improved error handling and display.

Fixing line endings (oops)

12 Nov 04:17
Compare
Choose a tag to compare
v2.2.0

Fixing line endings

Add git-dir and work-tree flags

06 Nov 17:15
Compare
Choose a tag to compare
  • Adds --git-dir and --work-tree flags
  • Checks if being run inside git repository
  • Outputs list of commit authors when running the script.

Adding flags, and enabling non-interactive mode

08 Aug 19:59
Compare
Choose a tag to compare
  • Adding option flags
  • Modifying error handling and empty prompt responses.

Initial Release

30 Aug 20:46
Compare
Choose a tag to compare
v1.0.0

Removed extra line