Releases: adamdehaven/change-git-author
Releases · adamdehaven/change-git-author
Fixes
Update name for existing email
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
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
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)
v2.2.0 Fixing line endings
Add git-dir and work-tree flags
- 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
- Adding option flags
- Modifying error handling and empty prompt responses.
Initial Release
v1.0.0 Removed extra line