diff options
author | http://alcopop.org/me/openid/ <http://alcopop.org/me/openid/@web> | 2008-12-02 10:00:28 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-12-02 10:00:28 -0500 |
commit | 157f1842622c0094d1d4625725194feee1b46129 (patch) | |
tree | 1c6dafea3a5b49e150f5c59b12bf271705f15180 /doc/tips | |
parent | d3984de8a113a28c7806cdfe82c470a22c20dda4 (diff) | |
download | ikiwiki-157f1842622c0094d1d4625725194feee1b46129.tar ikiwiki-157f1842622c0094d1d4625725194feee1b46129.tar.gz |
update for rename of users/jondowland.mdwn to users/jon.mdwn
Diffstat (limited to 'doc/tips')
-rw-r--r-- | doc/tips/untrusted_git_push/discussion.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tips/untrusted_git_push/discussion.mdwn b/doc/tips/untrusted_git_push/discussion.mdwn index e85625a1b..d95c01ecf 100644 --- a/doc/tips/untrusted_git_push/discussion.mdwn +++ b/doc/tips/untrusted_git_push/discussion.mdwn @@ -24,10 +24,10 @@ 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]] +changeset contains. -- [[users/Jon]] > 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]] -> > Ah, excellent. In which case this *should* DTRT... -- [[JonDowland]] +> > Ah, excellent. In which case this *should* DTRT... -- [[users/Jon]] |