mstrap / bugtraq

Specification for linking Git with issue trackers
43 stars 15 forks source link

Live example for testing? #3

Closed gitblit closed 10 years ago

gitblit commented 10 years ago

Your specification examples look great and I plan to support this spec. But can you point me to any real/live examples that I can use to test with?

mstrap commented 10 years ago

I've just updated the "jira" example, which now points to Atlassian's own server. Is this what you are looking for?

gitblit commented 10 years ago

Yeah, I don't know why I opened this issue. I'm lazy, I think. :) I'll just create an entry in my own repo and test Gitblit and SmartGit with that. Great idea, btw. Are you aware of anyone else adopting your proposed spec?

mstrap commented 10 years ago

Great to have Gitblit on board! Yesterday, someone has pointed out that TortoiseGit is using SVN-like bugtraq properties which are very similar (but not identical). I've to check that and it may result in some tweaks to the current version. Otherwise, I'm not aware of any other tools using this or any other configuration.

gitblit commented 10 years ago

Well, this is good anyway. It solves a problem that everyone has, they just don't always know that have this problem. I hope your initiative catches on.

gitblit commented 10 years ago

I'm struggling to get SmartGit 5 to recognize .gitbugtraq. How about pushing up a .gitbugtraq file for this repo which links the issue/pr ids? I can use that to verify SmartGit is working and then to tackle Gitblit support.

mstrap commented 10 years ago

Good point. I've added a .gitbugtraq file which should link the "3" in commit 288fac6d. Also, have a look at Issue #5, something I'm going to include soon, so you may already prepare for it.