aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/allow_wiki_syntax_in_commit_messages.mdwn
blob: 01c5d397b50bc0a35ae6cbbc7af68793be05c567 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Commit messages should allow wiki syntax, and RecentChanges should format them
accordingly.

--[[JoshTriplett]]

That's a neat idea! It would probably have to be only the simpler bits,
without preprocessor directives -- wouldn't want a commit message inlining
a whole page into RecentChanges. Of course, it could only use _one_ of the
available markups, ie the default markdown. --[[Joey]]

To go along with this, the preview should show the formatted commit message.
--[[JoshTriplett]]