Currently, when I run git svn dcommit git creates a separate commit in SVN for every local commit I\'ve made since last syncing with SVN. Is there any way for
git svn dcommit
This worked for me--squashed several commits into one commit and then dcommitted to svn:
http://www.gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html