web commit by http://chistera.yi.org/~adeodato/: Support this.
[ikiwiki] / doc / todo / git_attribution.mdwn
1 When run with the [[rcs/Git]] backend, ikiwiki should use `GIT_AUTHOR_NAME`
2 and `GIT_AUTHOR_EMAIL` rather than munging the commit message.  Depending
3 on the semantics you want to imply (does a web edit constitute a commit by
4 the user or by the script?), it could also set `GIT_COMMITTER_NAME` and
5 `GIT_COMMITTER_EMAIL` to the same values.  --[[JoshTriplett]]
6
7 > See [[debbug 451023]] for a [[patch]] --[[Joey]]