v0.004003
The previous release created on GitHub was v0.003001. Significant changes since then:
- Automatically choose an upstream revision if one isn't supplied, based on the upstream/tracking branch.
- Support Git for Windows. (Load Pod::Usage at runtime since Git for Windows doesn't include it.)
- Support quoted filenames in diff output. git-autofixup now works with filenames containing non-ASCII characters.
- Speed up creation of the temporary git index by copying the existing one and subtracting recent changes.
- Speed up
git-blame
by only considering commits since the given revision. - Improve error messages and handling. For git commands that are expected to fail, their stderr is captured, annotated with the command, and printed, to clarify the cause of errors.
- Suppress Git warning about implicit default branch.
- Deprecate
--gitopt|-g
in favor of using theGIT_CONFIG_{COUNT,KEY,VALUE}
environment variables.
Many thanks to Johannes Altmanninger for his continued work maintaining and improving git-autofixup. Also, thanks to Walter Smuts for his help in choosing the default value for the upstream revision.