Update RELNOTES
This commit is contained in:
parent
9db88b16b1
commit
d9769880fe
1 changed files with 13 additions and 15 deletions
|
@ -1,21 +1,19 @@
|
||||||
v?.?.?
|
* v1.0.0
|
||||||
|
|
||||||
| Add libexec/portzap/setup/setup-user
|
** Add libexec/portzap/setup/setup-user
|
||||||
Move the code that handles the creation of the "_portzap"
|
setup-user sets up the '_portzap' user and environment
|
||||||
user from bin/setup-portzap to the libexec/portzap/setup/
|
|
||||||
directory
|
|
||||||
|
|
||||||
| Set "diff.renameLimit" to unlimited
|
** Remove git-diff limit
|
||||||
After this change, portzap forwards "-l0" to "git diff"
|
Remove file rename limit from git-diff
|
||||||
|
|
||||||
| Replace utils/gitexec with utils/git/run
|
** Replace utils/gitexec with utils/git/run
|
||||||
After this change, we talk to git via utils/git/run
|
Communicate with git via utils/git/run
|
||||||
|
|
||||||
| Add utils/git
|
** Add utils/git
|
||||||
A dedicated directory for git-related scripts
|
A dedicated directory for git-related scripts
|
||||||
|
|
||||||
| Remove "set -x"
|
** Remove "set -x"
|
||||||
After this change, portzap emits less output
|
Emit less output
|
||||||
|
|
||||||
| Remove scripts
|
** Remove scripts
|
||||||
Remove "utils/printok", "utils/printerr", and "utils/git-rev"
|
Remove utils/printok, utils/printerr, utils/git-rev
|
||||||
|
|
Loading…
Reference in a new issue