purcell / darcs-to-git

Convert/mirror darcs repos into git repos
http://www.sanityinc.com/articles/converting-darcs-repositories-to-git
MIT License
96 stars 20 forks source link

little change after failed import #11

Closed albfan closed 12 years ago

albfan commented 12 years ago

I just made the change I need for my import -avoid '~'-, since I don't know what are valid darcs tag names but invalid git tag names,

Reading man git-check-ref-format could give you the final improvement to this conversion

Thanks for the tool

purcell commented 12 years ago

Thanks! - I ended up making a change which more extensively follows the git-check-ref-format rules.

-Steve