<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -11,6 +11,7 @@ namespace :git do
   task :push do
     ENV['NAME'] ||= File.basename(ENV['PWD'])
     `git push origin master:refs/heads/master`
+    `git push`
     unless ENV['LOGIN'] &amp;&amp; ENV['NAME']
       puts 'Not pushing to github'
       exit
@@ -30,7 +31,7 @@ It\'ll checkout the CVS repo into `MODULE`.cvs and then convert it to git into `
       FileUtils.cd File.join(ENV['PWD'], cvs_repo)
       git_repo = File.join(ENV['PWD'], cvs_repo.gsub('.cvs', '.git'))
       puts &quot;Converting #{cvs_repo} to #{git_repo}...&quot;
-      `cd #{File.join(ENV['PWD'], ENV['MODULE'])}.cvs &amp;&amp; git-cvsimport -v -C #{git_repo} -a`
+      `git-cvsimport -v -C ../#{git_repo} -a`
     end
 
     task :login do</diff>
      <filename>git.rake</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1af334a9b245c9896d3011d09fdfe11151104c6e</id>
    </parent>
  </parents>
  <author>
    <name>Simon Rozet</name>
    <email>simon@rozet.name</email>
  </author>
  <url>http://github.com/sr/tasks/commit/b7686254898c5650a3e52f176989d395e2ae4663</url>
  <id>b7686254898c5650a3e52f176989d395e2ae4663</id>
  <committed-date>2008-02-03T06:21:34-08:00</committed-date>
  <authored-date>2008-02-03T06:21:34-08:00</authored-date>
  <message>git:push: always do a 'git push'</message>
  <tree>48e5839c123b93a76535f43d56f0bec3744358f9</tree>
  <committer>
    <name>Simon Rozet</name>
    <email>simon@rozet.name</email>
  </committer>
</commit>
