Am Wed, Aug 30, 2023 at 02:22:01AM +0200 schrieb Danny Milosavljevic: > Writing the metadata into the commit messages is annoying. It totally should > be automated, especially since Scheme has pretty simple syntax (so it should > be easy to write such a thing/famous-last-words). It should just figure out > which procedures the changed lines were in, automatically.
It does exist inside git itself for C code; "git diff" always shows the function in which I make a change. I agree it should be easy to have the same support for scheme. Andreas