开发者

Redmine: see associated revisions for git branch?

I have redmine configured with a git repository. All was going well until we started working on a git branch. It seems that git checkins on a branch other than master are not being reg开发者_如何学Cistered as "associated revisions" in the redmine issues that we are referencing.

Any ideas here?

Thanks!


It appears that redmine uses git log --all to list revisions, which will includes every branch. Are you sure when you made your working branch that you set it up to push to redmine's git repository?

I also just tested this by creating a new branch "test" on my local repo and pushing that to a new branch in the bare repo I have redmine looking at it, and as soon as I clicked in "Repository", the new branch was available, and git commit messages where already linked to issues.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜