I've created a prepare-commit-msg hook that composes a basic template needed to be filled out by users doing a commit. When I issue a 'git commit' it works great. However, if I use 'git gui'/ 'git citool' then the template never appears in the "commit message". It appears that the prepare-commit-msg hook is either not run while invoking git gui or git gui is not properly displaying the generated commit message in the commit message pain. Is there some git gui configuration that needs to be done to accomplish this? Is this a git gui bug? Or is it simply some kind of driver error? The commit-msg hook does appear to be run after hitting the commit button in git gui and git gui does display the proper output from the commit-msg hook. It appears that this is a prepare-commit-msg only issue... Thanks for any info! - Josh -- 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