Compare commits
2 commits
104f62ae47
...
8ac2237576
Author | SHA1 | Date | |
---|---|---|---|
8ac2237576 | |||
87affb246e |
2 changed files with 22 additions and 29 deletions
|
@ -1,38 +1,31 @@
|
||||||
v?.?.?
|
* v1.0.0
|
||||||
|
|
||||||
| Add libexec/sourcezap/setup/setup-user
|
** Add libexec/sourcezap/setup/setup-user
|
||||||
Move the code that handles the creation of the "_sourcezap"
|
setup-user sets up the '_sourcezap' user and environment
|
||||||
user from bin/setup-sourcezap to the libexec/sourcezap/setup/
|
|
||||||
directory
|
|
||||||
|
|
||||||
| Recover from "git checkout" failure
|
** Recover from git-checkout failure
|
||||||
After this change, "git checkout" exiting unsuccessfully
|
Recover gracefully from git-checkout failure in sourcezap-clone
|
||||||
towards the end of "sourcezap clone" no longer causes
|
|
||||||
sourcezap to exit as well
|
|
||||||
|
|
||||||
v0.2.1
|
* v0.2.1
|
||||||
|
|
||||||
| Fix Makefile
|
** Fix Makefile
|
||||||
The mandoc directory wasn't created properly.
|
The mandoc directory wasn't created properly.
|
||||||
It only became obvious when building the port
|
It only became obvious when building the port
|
||||||
into a temporary staging directory
|
into a temporary staging directory
|
||||||
|
|
||||||
v0.2.0
|
* v0.2.0
|
||||||
|
|
||||||
| Set "diff.renameLimit" to unlimited
|
** Remove git-diff limit
|
||||||
After this change, sourcezap 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, sourcezap 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
|
||||||
|
|
||||||
| Add documentation
|
|
||||||
Covers README.md and sourcezap.8
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
v0.2.1
|
v1.0.0
|
||||||
|
|
Loading…
Reference in a new issue