gnomit
gnomit copied to clipboard
adding a link containing a # to a commit message prevents editing of following text later
In a commit I made a while ago I pasted links as notes for where the added functions come from.
Later I realised one of the functions is not needed and when git commit --amending the message I noticed that I can't remove or modify any text following the first # in the text.

Maybe the edit-ability of the text can be toggled only when lines start with a #, as the default commit message comments do?
Duplicate of https://source.ind.ie/gnome/gnomit/gjs/-/issues/35
I fixed the issue in https://github.com/small-tech/gnomit/pull/14 but no response so far.
EDIT: I have forked Gnomit with this fix and various improvements https://github.com/sonnyp/Commit