pashage

Yet Another Opinionated Re-engineering of the Unix Password Store
git clone https://git.instinctive.eu/pashage.git
Log | Files | Refs | README | LICENSE

commit bbdbad0d0a9020e452b15a701a4c8bd86370cd9c
parent 7f60208a2429c3f8ef2a543a3bbbb57e19a76616
Author: Natasha Kerensikova <natgh@instinctive.eu>
Date:   Sun, 20 Oct 2024 10:03:50 +0000

Password store repository status is checked along with log extraction
Diffstat:
Mspec/pashage_extra_spec.sh | 1+
Mspec/pass_spec.sh | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/spec/pashage_extra_spec.sh b/spec/pashage_extra_spec.sh @@ -50,6 +50,7 @@ Describe 'Integrated Command Functions' NO_UNDERLINE_TEXT='(!U)' git_log() { + @git -C "${PREFIX}" status --porcelain >&2 @git -C "${PREFIX}" log --format='%s' --stat >|"${GITLOG}" } diff --git a/spec/pass_spec.sh b/spec/pass_spec.sh @@ -52,6 +52,7 @@ Describe 'Pass-like command' export PASSAGE_IDENTITIES_FILE="${SHELLSPEC_WORKDIR}/age-identities" git_log() { + @git -C "${PREFIX}" status --porcelain >&2 @git -C "${PREFIX}" log --format='%s' --stat >|"${GITLOG}" }