Compare commits

..

No commits in common. "c4e95e3e481f6c287a4a52698eb0b876f8534315" and "9db88b16b12d68c67b28686b47b13db6533b0b4e" have entirely different histories.

2 changed files with 16 additions and 14 deletions

View file

@ -1,19 +1,21 @@
* v1.0.0
v?.?.?
** Add libexec/portzap/setup/setup-user
setup-user sets up the '_portzap' user and environment
| Add libexec/portzap/setup/setup-user
Move the code that handles the creation of the "_portzap"
user from bin/setup-portzap to the libexec/portzap/setup/
directory
** Remove git-diff limit
Remove file rename limit from git-diff
| Set "diff.renameLimit" to unlimited
After this change, portzap 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, portzap emits less output
** Remove scripts
Remove utils/printok, utils/printerr, utils/git-rev
| Remove scripts
Remove "utils/printok", "utils/printerr", and "utils/git-rev"

View file

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