Add RELEASENOTES.txt
Some checks are pending
sourcezap / shellcheck (push) Waiting to run

This commit is contained in:
0x1eef 2024-07-19 15:06:42 -03:00
parent 0174a27bb2
commit ba02f11793

19
RELEASENOTES.txt Normal file
View file

@ -0,0 +1,19 @@
v?.?.?
* Set "diff.renameLimit" to unlimited
After this change, sourcezap always forwards "-l0" to "git diff"
* Replace utils/gitexec with utils/git/run
After this change, we talk to git via utils/git/run
* Add utils/git/
A dedicated directory for git-related scripts
* Remove "set -x"
After this change, sourcezap emits less output
* Remove scripts
Remove "utils/printok", "utils/printerr", "utils/git-rev"
* Add documentation
Covers README.md and sourcezap.8