Hi, On Sat, 19 Jan 2008, Paolo Bonzini wrote: > > On the other hand, if you want to always cause an action before > > running a git opeation locally, you do not have to have a hook. You > > can just prepare such a message based on GNU ChangeLog and then run > > git-commit with -F, both inside your wrapper. > > I see two other possibilities: > > 1) [..] > > 2) [..] > > 3) [..] Of course, there is a fourth of "two other" possibilities: Make a script calling git-commit with "-F - -e" and pipe your generated template into it. Use this script whenever you want to create a new commit. Hth, Dscho - 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