Smart Commit Messages

kimmen picture kimmen on Sun 23 Sep, 2012 13:57:50 +0000

I don’t get the Smart Commit Messages to work. I’ve done according to the User Guide (https://xp-dev.com/docs/d/user-guide/repositories/smart-commit-messages) but I don’t know what I’m doing wrong. As stated in the User Guide, I’m just adding a hash with id.

I have one project and two GIT-repositories: one for our main project and one for PoCs. I’ve created both a bug and a user story. Nothing is shown in the commit tab, but I can see the link to the task/bug in the commit history (in the repro browser).

So, what am I doing wrong here?

Regards,
Joakim.

Forum Topic Options

Feeds

Forum Topic and Comments

rs on Mon 24 Sep, 2012

You need to tell Git to use your xp-dev.com username:

$ cd /path/to/repository
$ git config user.name "my.xp-dev.com.username"

Or to specify it globally:

$ git config --global user.name "my.xp-dev.com.username"
 

kimmen on Tue 25 Sep, 2012

Aaah, of course. Great, thanks alot!

 

rs on Sun 30 Sep, 2012

@beta1.se do you have an example project or repository URL where this is not working ?

 

You do not have sufficient permissions to comment