svn-all-fast-export / svn2git

:octopus: A fast-import based converter for an svn repo to git repos
GNU General Public License v3.0
262 stars 100 forks source link

Do not warn the user if default branch does not exist #131

Closed gabyx closed 3 years ago

gabyx commented 3 years ago

Fix for strange warning:

Warnings appears if revision 1 does not contain the default branch yet, but revision 2 first creates it.

Thanks for merging.