On Sun, Sep 19, 2010 at 00:48, Cameron Hutchison <lists@xxxxxxxx> wrote: > Is it possible to add a commit message to the index, and have it used as > the final commit message, or as the template for the final commit > message? What Joshua suggests is better, but you can abuse git-commit by writing a commit message to e.g. .git/MERGE_MSG, then the message will be used at the next 'git commit'. But just commiting /now/ and squashing/rebasing later is a much better workflow. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html