diff options
author | John Goerzen <jgoerzen@complete.org> | 2008-03-14 13:48:32 +0000 |
---|---|---|
committer | John Goerzen <jgoerzen@complete.org> | 2008-03-14 13:48:32 +0000 |
commit | b8b991a7dc3f253e1fbcb359e8280e7d0ff69b29 (patch) | |
tree | 35780ff3f6d5ed93d4666ff0a876b707c96bf514 /public/help | |
parent | cdf3e2b6ef0f2c2bd79c79417a7ae7c9e5280046 (diff) | |
download | redmine-b8b991a7dc3f253e1fbcb359e8280e7d0ff69b29.tar.gz redmine-b8b991a7dc3f253e1fbcb359e8280e7d0ff69b29.zip |
Added documentation of commit: syntax to detailed wiki syntax screen
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1247 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/help')
-rw-r--r-- | public/help/wiki_syntax_detailed.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/help/wiki_syntax_detailed.html b/public/help/wiki_syntax_detailed.html index deb15aca9..03e787ad8 100644 --- a/public/help/wiki_syntax_detailed.html +++ b/public/help/wiki_syntax_detailed.html @@ -25,6 +25,7 @@ h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } <ul> <li>Link to an issue: <strong>#124</strong> (displays <del><a href="/issues/show/124" class="issue" title="bulk edit doesn't change the category or fixed version properties (Closed)">#124</a></del>, link is striked-through if the issue is closed)</li> <li>Link to a changeset: <strong>r758</strong> (displays <a href="/repositories/revision/1?rev=758" class="changeset" title="Search engine now only searches objects the user is allowed to view.">r758</a>)</li> + <li>Link to a changeset with a non-numeric hash: <strong>commit:"c6f4d0fd"</strong> (displays c6f4d0fd). Added in <a href="/repositories/revision/1?rev=1236" class="changeset" title="Merged Git support branch (r1200 to r1226).">r1236</a>.</li> </ul> |