Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
git-autofixup | 2024-11-13 | 31.8 kB | |
README.md | 2024-11-13 | 513 Bytes | |
v0.004007 source code.tar.gz | 2024-11-13 | 28.7 kB | |
v0.004007 source code.zip | 2024-11-13 | 40.2 kB | |
Totals: 4 Items | 101.2 kB | 0 |
- Use the
--no-prefix
option for calls togit diff
so that git-autofixup works regardless the configured values of the relatively new diff.srcPrefix and diff.dstPrefix variables, added in Git 2.45.0, as well as the older diff.noPrefix and diff.mnemonicPrefix. - Stop using
FATAL => 'all'
withuse warnings
. While it can be useful to fatalize warnings during development and in tests, we don't want git-autofixup to refuse to run over a warning. - Check that test files
use strict
anduse warnings
.