aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttp://smcv.pseudorandom.co.uk/ <smcv@web>2013-09-10 06:01:23 -0400
committeradmin <admin@branchable.com>2013-09-10 06:01:23 -0400
commit4e7946055e7f59f1f0d0a0a1fce3fdf6d6d5095c (patch)
tree7abb6799dda5e048b840a09506b202f31050ff70
parent5c956c5d2abb727b756548ebb192b5ffeac90f3a (diff)
downloadikiwiki-4e7946055e7f59f1f0d0a0a1fce3fdf6d6d5095c.tar
ikiwiki-4e7946055e7f59f1f0d0a0a1fce3fdf6d6d5095c.tar.gz
Added a comment
-rw-r--r--doc/forum/what_generates_user_name_for_recent_changes_page__63__/comment_1_e90085a9d61cdf623c20dfe57005472e._comment10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/forum/what_generates_user_name_for_recent_changes_page__63__/comment_1_e90085a9d61cdf623c20dfe57005472e._comment b/doc/forum/what_generates_user_name_for_recent_changes_page__63__/comment_1_e90085a9d61cdf623c20dfe57005472e._comment
new file mode 100644
index 000000000..6692587f8
--- /dev/null
+++ b/doc/forum/what_generates_user_name_for_recent_changes_page__63__/comment_1_e90085a9d61cdf623c20dfe57005472e._comment
@@ -0,0 +1,10 @@
+[[!comment format=mdwn
+ username="http://smcv.pseudorandom.co.uk/"
+ nickname="smcv"
+ subject="comment 1"
+ date="2013-09-10T10:01:22Z"
+ content="""
+In the git plugin, it's usually the local part (the part before the @)
+of the email address (as in `git config user.email`).
+See `parse_diff_tree()` in `IkiWiki/Plugin/git.pm`.
+"""]]