summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2007-11-13 15:16:53 -0500
committerJoey Hess <joey@kodama.kitenet.net>2007-11-13 15:16:53 -0500
commitc3b0e5fd035d82472408fd75b8f604ae95a88fe0 (patch)
tree954eeda8571e0227310b9db2dfe78df3518087dc /doc/todo
parentaa7ad45e931ff2c79ba5bcf5e2f9565830677a79 (diff)
link to bug report
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/git_attribution.mdwn8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/todo/git_attribution.mdwn b/doc/todo/git_attribution.mdwn
index b75cad671..0d3f97fed 100644
--- a/doc/todo/git_attribution.mdwn
+++ b/doc/todo/git_attribution.mdwn
@@ -1 +1,7 @@
-When run with the [[rcs/Git]] backend, ikiwiki should use `GIT_AUTHOR_NAME` and `GIT_AUTHOR_EMAIL` rather than munging the commit message. Depending on the semantics you want to imply (does a web edit constitute a commit by the user or by the script?), it could also set `GIT_COMMITTER_NAME` and `GIT_COMMITTER_EMAIL` to the same values. --[[JoshTriplett]]
+When run with the [[rcs/Git]] backend, ikiwiki should use `GIT_AUTHOR_NAME`
+and `GIT_AUTHOR_EMAIL` rather than munging the commit message. Depending
+on the semantics you want to imply (does a web edit constitute a commit by
+the user or by the script?), it could also set `GIT_COMMITTER_NAME` and
+`GIT_COMMITTER_EMAIL` to the same values. --[[JoshTriplett]]
+
+> See [[debbug 451023]] for a [[patch]] --[[Joey]]