When I do a git commit on the command line, the associated editor pops up with a template that enables me to type in the commit message. This is all well and good.
However, I wonder if it's possible to instead have that template loaded up with the last commit message, so that I can use that as a basis for my current commit message. The intention is to put task lists inside my commit message and update their status in subsequent commits.
So, is it possible to make git automatically load previous comment in the editor on commit?