public
Description: A sinatra app to log your GitHub commits with FogBugz
Clone URL: git://github.com/johnreilly/github-fogbugz.git
Ooops, was writing the commit URL twice.
francois (author)
Mon Jun 02 23:06:52 -0700 2008
commit  99e2d4daf74344bd0c50f43097c9669267c80cad
tree    4652c9cc0986298f36bdfba08e602c9e47bbfd4a
parent  c3726e4eab13185fbce5524076364f8fbd432ccc
...
45
46
47
48
 
49
50
51
...
45
46
47
 
48
49
50
51
0
@@ -45,7 +45,7 @@ class FogbugzListener
0
     else
0
       message << "\nReferences " << references.map {|bugid| "case #{bugid}"}.join(", ") if references && !references.empty?
0
       message << "\nCommit: #{options[:sha1]}"
0
- message << "\n#{options[:commit_url]}/commit/#{options[:sha1]}" if options[:commit_url]
0
+ message << "\n#{options[:commit_url]}" if options[:commit_url]
0
       @actions.each_pair do |action, bugids|
0
         bugids.each do |bugid|
0
           service.send(action, :case => bugid, :message => message)

Comments

    No one has commented yet.