On 10/8/07, Peter Karlsson <peter@xxxxxxxxxxxxxxxx> wrote: > > What does this command return? > > > > $ git var GIT_COMMITTER_IDENT > > Doesn't seem to work: > > $ git var GIT_COMMITTER_IDENT > usage: git-var [-l | <variable>] Something is weird with your setup and/or the mingw port, but you can probably work around the issue by doing this: $ git config user.name "your name" $ git config user.email "your email" Optionally, you can add the --global flag to both commands to make the config visible in all of your repos. -- larsh - 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