small pixel drawing of a pufferfish pa

do commits last for the status
arĉi arcxi@dismail.de
Tue, 25 Jun 2024 20:34:58 +0200
commit

ba3d5c1699df517323fed9ba3b138996dc17ec8c

parent

07afbca40d18639ed32bfe49592d8a4715554e38

1 files changed, 4 insertions(+), 4 deletions(-)

jump to
M papa

@@ -38,9 +38,9 @@ $pass

EOF die "Couldn't encrypt $name.age" - git_add_and_commit "./$name.age" "add '$name'" - printf '%s\n' "Saved '$name' to the store." + + git_add_and_commit "./$name.age" "add '$name'" } pw_edit() {

@@ -76,9 +76,9 @@ [ -f "$tmpfile" ] && {

$age --encrypt -R "$recipients_file" -o "./$name.age" "$tmpfile" || die "Couldn't encrypt $name.age" - git_add_and_commit "./$name.age" "edit '$name'" - if $new; then printf '%s\n' "Saved '$name' to the store."; fi + + git_add_and_commit "./$name.age" "edit '$name'" } }