Compare commits

..

No commits in common. "8ac22375764f1b79a8339c6afe4545540ab72ae6" and "104f62ae47e48b055c4afc3ebd882647fea345b2" have entirely different histories.

2 changed files with 29 additions and 22 deletions

View file

@ -1,31 +1,38 @@
* v1.0.0
v?.?.?
** Add libexec/sourcezap/setup/setup-user
setup-user sets up the '_sourcezap' user and environment
| 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
** Recover from git-checkout failure
Recover gracefully from git-checkout failure in sourcezap-clone
| 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
* 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
** Remove git-diff limit
Remove file rename limit from git-diff
| Set "diff.renameLimit" to unlimited
After this change, sourcezap forwards "-l0" to "git diff"
** Replace utils/gitexec with utils/git/run
Communicate with git via utils/git/run
| 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
| Add utils/git
A dedicated directory for git-related scripts
** Remove "set -x"
Emit less output
| Remove "set -x"
After this change, sourcezap emits less output
** Remove scripts
Remove utils/printok, utils/printerr, utils/git-rev
| Remove scripts
Remove "utils/printok", "utils/printerr", and "utils/git-rev"
| Add documentation
Covers README.md and sourcezap.8

View file

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