summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-11-10 19:49:37 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-11-10 19:49:37 -0500
commit1c4a4a41e1c96d0f486a7b039718dd5f35865af2 (patch)
treec2598531b594ca08f826419b08f8bb0469daa55b /doc
parentf8a09ba105e0b58ec59fe4cd8d92a1577cce14d2 (diff)
parent17731892ec458ee6b1b68ce62bf30ad129c87e79 (diff)
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Diffstat (limited to 'doc')
-rw-r--r--doc/tips/untrusted_git_push/discussion.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/tips/untrusted_git_push/discussion.mdwn b/doc/tips/untrusted_git_push/discussion.mdwn
index d433d61d4..e85625a1b 100644
--- a/doc/tips/untrusted_git_push/discussion.mdwn
+++ b/doc/tips/untrusted_git_push/discussion.mdwn
@@ -29,3 +29,5 @@ 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]]
+
+> > Ah, excellent. In which case this *should* DTRT... -- [[JonDowland]]