Conversation

Jarkko Sakkinen

This is how I've managed #patch change logs for some years already:

https://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git/commit/?h=hmac-v6&id=b45ca8b0b88c265a77579d18b2fa8c297433560e

I just add three dashes to each patch to the empty space just before the change log. It's a trick I learned originally from Dave Hansen some years ago and have used since.

Wonder how others cope with the same problem.

#linux #kernel
1
1
0
It'd be easy to script "---" append but so far I've just manually added the dashes because it is good final checkpoint before "git send-email". I like to keep some steps purposely manual instead of automating just to get a final look.
0
0
1