X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Frev_control%2Fversion_control.sh;h=8c714ece4974d0269ef4b8b13b715dd7e386a4d9;hb=154c324a33c8566c9f10dae55f6cadaf30862338;hp=291789f13d7bd852e28723721d478df5ae30ee19;hpb=14c275d09cf51f1573b4aebd945072a6e9567b28;p=feisty_meow.git diff --git a/scripts/rev_control/version_control.sh b/scripts/rev_control/version_control.sh index 291789f1..8c714ece 100644 --- a/scripts/rev_control/version_control.sh +++ b/scripts/rev_control/version_control.sh @@ -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