Are there any plans to support Git source control? - FogBugz Knowledge Exchange most recent 30 from http://fogbugz.stackexchange.com2013-05-19T06:49:30Zhttp://fogbugz.stackexchange.com/feeds/question/3http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://fogbugz.stackexchange.com/questions/3/are-there-any-plans-to-support-git-source-controlAre there any plans to support Git source control?Isaac Waller2009-09-05T01:47:28Z2012-11-14T11:25:49Z
<p>I use the excellent <a href="https://github.com/" rel="nofollow">GitHub</a> as source control in my company. We also use the excellent FogBugz on Demand. Are there any plans for source control integration with <code>git</code>?</p>
http://fogbugz.stackexchange.com/questions/3/are-there-any-plans-to-support-git-source-control/4#4Answer by Benjamin for Are there any plans to support Git source control?Benjamin2009-09-08T02:22:11Z2011-01-07T16:21:12Z<p>GitHub already supports FogBugz directly. Please see <a href="http://fogbugz.stackexchange.com/questions/6541/fogbugz-hosted-service-github-integration" rel="nofollow">this post</a> for detailed instructions.</p>
<p>For non-GitHub git, we do not currently include hook scripts, but you can try this integration created by another FogBugz user: <a href="http://www.fogcreek.com/FogBugz/blog/post/Git-Integration.aspx" rel="nofollow">http://www.fogcreek.com/FogBugz/blog/post/Git-Integration.aspx</a></p>
http://fogbugz.stackexchange.com/questions/3/are-there-any-plans-to-support-git-source-control/5819#5819Answer by Aaron for Are there any plans to support Git source control?Aaron2010-11-10T16:15:41Z2010-11-10T16:15:41Z<p>I'm sorry, but I don't see a clear answer to the original question. Does FogBugz On Demand include non-GitHub-hosted Git integration? Benjamin said yes. David said no. Is it possible to integrate the plugin David mentioned into FogBugz On Demand?</p>
http://fogbugz.stackexchange.com/questions/3/are-there-any-plans-to-support-git-source-control/9520#9520Answer by Senpai for Are there any plans to support Git source control?Senpai2011-11-10T23:45:10Z2011-11-10T23:45:10Z<p>I came here from <a href="http://fogbugz.stackexchange.com/questions/4402/" rel="nofollow">http://fogbugz.stackexchange.com/questions/4402/</a> looking for an answer on how to easily make Git commit comments that would link up on our FogBugz-On-Demand cases like we used to do with our SVN commit messages, and I am sorely disappointed.</p>
<p>We are Drupal developers who use Git exclusively due to the fact that Drupal powers almost 5% of all websites on the internet and the Drupal project itself has chosen to standardize on Git as it's version control system, therefore we also use Git in our day-to-day workflows. The incomprehensibility of the above answers is leading us to question whether or not we should continue to pay $3000 a year for FogBugz-On-Demand if it won't even link commit messages to ticket numbers?</p>
<p>I really hope this isn't some "Kiln is better" ruse. It better not be.</p>
http://fogbugz.stackexchange.com/questions/3/are-there-any-plans-to-support-git-source-control/10392#10392Answer by unknown (google) for Are there any plans to support Git source control?unknown (google)2012-05-12T10:23:49Z2012-05-12T10:23:49Z<p>HI,</p>
<p>I am sorry to ask again, but I'm looking for my company to buy Fb and perhaps Kiln.
But we moved to Git fore a lot of reason, and we would be really happy to have a good integration with Fb if we buy it.
The thing is that I had one of Fogcreek sales manager on the phone who told me you were going to move on with this limitation. But I have seen no change since.
Is it possible to have an update to know when you will support Git in Fb ?</p>
<p>Thank you</p>
http://fogbugz.stackexchange.com/questions/3/are-there-any-plans-to-support-git-source-control/10829#10829Answer by Dan Engelbrecht for Are there any plans to support Git source control?Dan Engelbrecht2012-09-28T08:18:07Z2012-09-28T08:18:07Z<p>I was looking for the same - integrating a local installation of git with FogBugz on demand. </p>
<p>I found nothing. </p>
<p>So I hacked together something myself and put it on github. Have a look at and hopefully you will find it useful.</p>
<p><a href="https://github.com/DanEngelbrecht/gitbugz" rel="nofollow">https://github.com/DanEngelbrecht/gitbugz</a></p>
http://fogbugz.stackexchange.com/questions/3/are-there-any-plans-to-support-git-source-control/10940#10940Answer by John Barrett for Are there any plans to support Git source control?John Barrett2012-11-14T11:25:49Z2012-11-14T11:25:49Z<p>Hi all,</p>
<p>I created a post-receive hook to integrate Gitweb with FogBugz which I hope you find useful. This takes the simplest approach I could come up with, a single SCM configuration and a single shell script.</p>
<p><a href="https://gist.github.com/4071548" rel="nofollow">https://gist.github.com/4071548</a></p>
<p>Happy to take suggestions for enhancement, comment on the Gist :)</p>