--- trunk/svn2git.pl 2009/09/12 21:07:29 120 +++ trunk/svn2git.pl 2009/09/14 21:53:10 121 @@ -32,5 +32,5 @@ $rev++; write_file '/tmp/.svn2git', "$repo $rev"; -system "git commit -F /tmp/log && mv /tmp/.svn2git .svn2git"; +system "git commit -F /tmp/log -a && mv /tmp/.svn2git .svn2git";