gnomit icon indicating copy to clipboard operation
gnomit copied to clipboard

adding a link containing a # to a commit message prevents editing of following text later

Open hydrolarus opened this issue 4 years ago • 1 comments

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.

Bildschirmfoto von 2021-02-16 23-18-23

Maybe the edit-ability of the text can be toggled only when lines start with a #, as the default commit message comments do?

hydrolarus avatar Feb 16 '21 22:02 hydrolarus

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

sonnyp avatar Feb 16 '21 22:02 sonnyp