Compare commits

...

2 commits

Author SHA1 Message Date
8ac2237576 v1.0.0
Some checks failed
sourcezap / shellcheck (push) Has been cancelled
2024-08-03 02:17:01 -03:00
87affb246e Update RELNOTES 2024-08-03 02:15:00 -03:00
2 changed files with 22 additions and 29 deletions

View file

@ -1,38 +1,31 @@
v?.?.?
* v1.0.0
| Add libexec/sourcezap/setup/setup-user
Move the code that handles the creation of the "_sourcezap"
user from bin/setup-sourcezap to the libexec/sourcezap/setup/
directory
** Add libexec/sourcezap/setup/setup-user
setup-user sets up the '_sourcezap' user and environment
| Recover from "git checkout" failure
After this change, "git checkout" exiting unsuccessfully
towards the end of "sourcezap clone" no longer causes
sourcezap to exit as well
** Recover from git-checkout failure
Recover gracefully from git-checkout failure in sourcezap-clone
v0.2.1
* v0.2.1
| Fix Makefile
The mandoc directory wasn't created properly.
It only became obvious when building the port
into a temporary staging directory
** Fix Makefile
The mandoc directory wasn't created properly.
It only became obvious when building the port
into a temporary staging directory
v0.2.0
* v0.2.0
| Set "diff.renameLimit" to unlimited
After this change, sourcezap forwards "-l0" to "git diff"
** Remove git-diff limit
Remove file rename limit from git-diff
| Replace utils/gitexec with utils/git/run
After this change, we talk to git via utils/git/run
** Replace utils/gitexec with utils/git/run
Communicate with git via utils/git/run
| Add utils/git
A dedicated directory for git-related scripts
** Add utils/git
A dedicated directory for git-related scripts
| Remove "set -x"
After this change, sourcezap emits less output
** Remove "set -x"
Emit less output
| Remove scripts
Remove "utils/printok", "utils/printerr", and "utils/git-rev"
| Add documentation
Covers README.md and sourcezap.8
** Remove scripts
Remove utils/printok, utils/printerr, utils/git-rev

View file

@ -1 +1 @@
v0.2.1
v1.0.0