While working on my my VS Code extension, I noticed that the -m flag is ignored when amending a change. pijul record -a --amend -m "Amended message" successfully amends the changes to files, but doesn’t update the message to “Amended message”.
-m
pijul record -a --amend -m "Amended message"
3MHUNYERBYLR5FOB7YJZINOFKXSXMLGBF5F6UR2MKNYYODIJIFGQC
Thanks! I just applied this change. I can’t wait to try your extension!
While working on my my VS Code extension, I noticed that the
-m
flag is ignored when amending a change.pijul record -a --amend -m "Amended message"
successfully amends the changes to files, but doesn’t update the message to “Amended message”.