rendered paste bodyeric@cb1:/repo/tmp$ nano /repo/tmp/authors
eric@cb1:/repo/tmp$ git svn --authors-file=/repo/tmp/authors clone -s http://ls-module-devel.googlecode.com/svn ls-module-devel
r1 = ea33c6e16e600f6cbd4590dfa181d9dc1a573d5b (refs/remotes/trunk)
A updates/version.dat
A resources/javascript/devel.js
A resources/css/frontend.css
A classes/devel_module.php
A classes/devel_class.php
r2 = c0db28c82f9aaa1a31d3a80b172447cc290297c6 (refs/remotes/trunk)
M updates/version.dat
M resources/javascript/devel.js
M resources/css/frontend.css
M classes/devel_class.php
r3 = 32cca39bf5f9e804e414c12eebead225a68857d0 (refs/remotes/trunk)
Checked out HEAD:
http://ls-module-devel.googlecode.com/svn/trunk r3
eric@cb1:/repo/tmp$ cd ls-module-develeric@cb1:/repo/tmp/ls-module-devel$ git remote add origin git@github.com:activeholdingco/ls-devel-module.git
eric@cb1:/repo/tmp/ls-module-devel$ git push origin masterCounting objects: 25, done.
Compressing objects: 100% (17/17), done.
Writing objects: 100% (25/25), 7.85 KiB, done.
Total 25 (delta 4), reused 0 (delta 0)
To git@github.com:activeholdingco/ls-devel-module.git
* [new branch] master -> master
eric@cb1:/repo/tmp/ls-module-devel$