Add support for submodules.
[git-scripts.git] / git-svnci
blob9185861375e3f2074de9c86caf990bfddd6fbb8f
1 #!/bin/bash
3 if [[ "$(git stash)" == "No local changes to save" ]]; then
4 NO_STASH=true
5 fi
6 git svn dcommit
8 if [[ "$NO_STASH" != "true" ]]; then
9 git stash apply