Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
git-autofixup | 2023-10-18 | 31.7 kB | |
README.md | 2023-10-18 | 1.2 kB | |
v0.004003 source code.tar.gz | 2023-10-18 | 28.9 kB | |
v0.004003 source code.zip | 2023-10-18 | 36.8 kB | |
Totals: 4 Items | 98.7 kB | 0 |
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.