<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -87,13 +87,3 @@ Then pass an +authors+ option to +svn2git+ pointing to your file:
 
   svn2git http://repos.com/myproject authors=~/authors.txt
 
-=== GitHub integration
-
-When creating your new git repo, svn2git can push your new repo to github.com if you pass
-in your username and project name. For example:
-
-  $ svn2git http://svn.jcoglan.com/packr github=jcoglan/packr
-
-You need to make sure the project exists on github before running this, and make sure you
-have your SSH key set up or this won't work.
-</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -5,7 +5,7 @@ spec = Gem::Specification.new do |spec|
   spec.name = &quot;svn2git&quot;
   spec.version = &quot;1.0.0&quot;
   spec.platform = Gem::Platform::RUBY
-  spec.summary = &quot;A tool for migrating svn projects to git and github&quot;
+  spec.summary = &quot;A tool for migrating svn projects to git&quot;
   
   spec.require_path = &quot;lib&quot;
   spec.files = FileList[&quot;lib/**/*&quot;].to_a
@@ -16,7 +16,7 @@ spec = Gem::Specification.new do |spec|
   
   spec.author = &quot;James Coglan&quot;
   spec.email = &quot;james@jcoglan.com&quot;
-  spec.homepage = &quot;http://blog.jcoglan.com/svn2git/&quot;
+  spec.homepage = &quot;http://github.com/jcoglan/svn2git/&quot;
   
   spec.test_files = FileList[&quot;test/**/*&quot;].to_a
   spec.has_rdoc = true</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -32,5 +32,3 @@ end
 migration = Svn2Git::Migration.new(url, options)
 migration.run!
 
-Svn2Git::GitHub.push(migration, :to =&gt; options[:github]) if options[:github]
-</diff>
      <filename>bin/svn2git</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,2 @@
 require File.dirname(__FILE__) + '/svn2git/migration'
-require File.dirname(__FILE__) + '/svn2git/github'
 </diff>
      <filename>lib/svn2git.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>lib/svn2git/github.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>65bb0593a83666443b57bf86c35d5e3e63baa9eb</id>
    </parent>
  </parents>
  <author>
    <name>James Coglan</name>
    <email>jcoglan@googlemail.com</email>
  </author>
  <url>http://github.com/jcoglan/svn2git/commit/0ade0f6d04a14f5be19bf8f741d392f9779ea040</url>
  <id>0ade0f6d04a14f5be19bf8f741d392f9779ea040</id>
  <committed-date>2008-07-19T06:57:56-07:00</committed-date>
  <authored-date>2008-07-19T06:57:56-07:00</authored-date>
  <message>Removing github support. It's buggy, and I usually have to make some changes before pushing the new repo online.</message>
  <tree>c056829bcb253fa13ec628dd10f8900009291fd1</tree>
  <committer>
    <name>James Coglan</name>
    <email>jcoglan@googlemail.com</email>
  </committer>
</commit>
