From 87affb246e916be5fc69c0990ec4b39731c34609 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Sat, 3 Aug 2024 02:15:00 -0300 Subject: [PATCH] Update RELNOTES --- share/sourcezap/RELNOTES | 49 +++++++++++++++++----------------------- 1 file changed, 21 insertions(+), 28 deletions(-) diff --git a/share/sourcezap/RELNOTES b/share/sourcezap/RELNOTES index c0ce2c9..fb3f6f4 100644 --- a/share/sourcezap/RELNOTES +++ b/share/sourcezap/RELNOTES @@ -1,38 +1,31 @@ -v?.?.? +* v?.?.? -| 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