]> sipb.mit.edu Git - ikiwiki.git/blob - doc/todo/git_attribution.mdwn
web commit by bremner
[ikiwiki.git] / 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]]