link to bug report

master
Joey Hess 2007-11-13 15:16:53 -05:00
parent aa7ad45e93
commit c3b0e5fd03
1 changed files with 7 additions and 1 deletions

View File

@ -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]]