]> sipb.mit.edu Git - ikiwiki.git/commitdiff
response
authorJoey Hess <joey@kodama.kitenet.net>
Mon, 10 Nov 2008 23:34:35 +0000 (18:34 -0500)
committerJoey Hess <joey@kodama.kitenet.net>
Mon, 10 Nov 2008 23:34:35 +0000 (18:34 -0500)
doc/tips/untrusted_git_push/discussion.mdwn

index 0c9bd679fb56aeb043167d71866f672a3dab3e98..d433d61d444f019add7ed6fc237d5c2a77b64799 100644 (file)
@@ -20,4 +20,12 @@ I've just tried this (commit c1fa07a). Recent changes shows:
 <span class="changedate"><span class="relativedate" title="Mon, 10 Nov 2008 18:24:22 -0500">18:24:22 11/10/08</span>
 </div>
 
-Note that the user for the commit is 'jon', and the link points at cgi to create users/jon. I was wondering if that is configurable for users pushing via git. It would be nice perhaps to specify it in some way, perhaps via a git-config setting (user.name?). I'm not too familiar with exactly what the changeset contains. -- [[JonDowland]]
+Note that the user for the commit is 'jon', and the link points at cgi to
+create users/jon. I was wondering if that is configurable for users pushing
+via git. It would be nice perhaps to specify it in some way, perhaps via a
+git-config setting (user.name?). I'm not too familiar with exactly what the
+changeset contains. -- [[JonDowland]]
+
+> All ikiwiki can do it look at who git has recorded as the author of
+> the change (and it looks at the username part of the email address).
+> You can set `user.email` in `.git/config`. --[[Joey]]