Merge branch 'master' of feistymeow.org:feisty_meow into dev
[feisty_meow.git] / scripts / rev_control / version_control.sh
index 291789f13d7bd852e28723721d478df5ae30ee19..8c714ece4974d0269ef4b8b13b715dd7e386a4d9 100644 (file)
@@ -91,6 +91,7 @@ function do_checkin()
         git commit .
         test_or_die "git commit"
       fi
+
 #      # upload the files to the server so others can see them.
 #      git push 2>&1 | grep -v "X11 forwarding request failed"
 #      if [ ${PIPESTATUS[0]} -ne 0 ]; then false; fi