I followed the instructions in this article and installed the Redmine site in my DreamHost account with a Git repository.
While everything works, I can manage my project using Redmine and transfer my code to the Git repository using SSH, and I could view the source code and commit history using the Redmine user interface.
But there is my problem: it does not catch Git fixing history with the problem tracker, like the official Redmine website.
For example, there is a commit log listed at http://www.redmine.org/issues/7000 .
But in my case, I created a ticket that was numbered by Redmine as # 5, and I created a commit log as follows:
commit 580fdb33877d7b4167863f5138973b7a83b352aa
Author: Brian Hsu <XXXX.XXXX@gmail.com>
Date: Fri Mar 11 11:43:43 2011 +0800
Add README file. (#5)
commit 9cf0d98a319ffca501dc541c76a6cff9a32d6146
Author: Brian Hsu <XXXX.XXXX@gmail.com>
Date: Fri Mar 11 11:40:00 2011 +0800
Inital commit.
"# 5", №5. 580fdb33877d7b4167863f5138973b7a83b352aa .
, Git Redmine ?
, / , " Git ", Redmine .
.