Explicitly store user name in .gitconfig for sudo.
authorIain Patterson <me@iain.cx>
Thu, 14 May 2009 10:31:58 +0000 (11:31 +0100)
committerIain Patterson <me@iain.cx>
Thu, 14 May 2009 10:40:32 +0000 (11:40 +0100)
.gitconfig

index 36bc485..cfced19 100644 (file)
@@ -8,6 +8,7 @@
        prompt = green
        header = yellow
 [user]
+       name = Iain Patterson
        email = me@iain.cx
 [http]
        sslVerify = false