Jörn Engel <joern@xxxxxxxxxxxxxxxxxxxx> writes: > And now I have some questions: > 1. Why didn't the environment variables work? > 2. Why is there a check for commit information when I pull from some > tree? Because "pull" means "fetch and merge the local modifications if any". When you merge (and you _did_ merge), you create a new commit of your own, and the commit records who committed it. You need GIT_COMMITTER_EMAIL. - : 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