#2082 Automatically create links to changesets from git hash
Closed: Fixed Opened by mbasti.

When git commit hash is pasted as comment, it should be transformed to URL pointing to the changeset

This feature works with trac and github, for example: https://github.com/freeipa/freeipa/pull/551#issuecomment-285066448


Something like this b2b923de5417eb68e712a3edfaafb3a7eaf05931 ?

Yes exactly, but why it doesn't work for us?
https://pagure.io/freeipa/issue/6707#comment-430266

Not sure, could it be the formatting ?

We are using exactly the same format for trac and github. Works on both.

I'm not saying there is nothing wrong in the current implementation, merely trying to figure out what makes it doesn't work for you while it worked here.

Metadata Update from @lslebodn:
- Issue tagged with: IDM

BTW, sssd has the same problem.

Imported ticket
https://pagure.io/SSSD/sssd/issue/3230#comment-235752

and pure pagure ticket
https://pagure.io/SSSD/sssd/issue/3317#comment-430137

Metadata Update from @pingou:
- Issue tagged with: bug

I'm going to edit the title of this ticket since this is not a RFE but a bug (which is why I don't like when people try to categorize a ticket in the title)

Looks like the issue comes from the markdown list :

This does not work :

  • b2b923d

But this work :

  • commit b2b923d

Opened #2533 for this

Metadata Update from @cverna:
- Issue assigned to cverna

Fixed by @cverna in #2533

Metadata Update from @pingou:
- Issue close_status updated to: Fixed

Metadata