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 589d716fce6586d6db4d3bd26a73dbd6501f7e81
parent b15c13f6c8167bb55c988f3695445ebecab9915c
Author: Natasha Kerensikova <natgh@instinctive.eu>
Date:   Sat, 21 Sep 2024 09:51:10 +0000

Delete command uses pass-like commit message
Diffstat:
Mspec/action_spec.sh | 4++--
Msrc/pashage.sh | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/spec/action_spec.sh b/spec/action_spec.sh @@ -647,7 +647,7 @@ Describe 'Action Functions' #|> old line 2 #|> new line 3 #|$ scm_add sub/new.age - #|$ scm_commit Add password for sub/new using edit + #|$ scm_commit Add password for sub/new using edit. #|$ rm ${SECURE_TMPDIR}/XXXXXX-sub-new.txt } EDIT_CMD=edit @@ -682,7 +682,7 @@ Describe 'Action Functions' #|> old line 2 #|> new line 3 #|$ scm_add existing.age - #|$ scm_commit Edit password for existing using edit + #|$ scm_commit Edit password for existing using edit. #|$ rm ${SECURE_TMPDIR}/XXXXXX-existing.txt } EDIT_CMD=edit diff --git a/src/pashage.sh b/src/pashage.sh @@ -565,7 +565,7 @@ do_edit() { OVERWRITE=once do_encrypt "${NAME}.age" <"${TMPFILE}" scm_add "${NAME}.age" - scm_commit "${ACTION} password for ${NAME} using ${EDIT_CMD}" + scm_commit "${ACTION} password for ${NAME} using ${EDIT_CMD}." rm "${TMPFILE}" fi