From a2610d4e320f8a51ee54d4c1644c3fb28a1ad8bf Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 7 Nov 2011 01:10:15 -0600 Subject: Update the GIT helper scripts --- commit_all_submodules | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'commit_all_submodules') diff --git a/commit_all_submodules b/commit_all_submodules index cddb52e..fc80c07 100755 --- a/commit_all_submodules +++ b/commit_all_submodules @@ -21,3 +21,7 @@ read -p "Enter your commit message []: " -e commitmessage git submodule foreach "git commit -a -m \"$commitmessage\" || true" git submodule foreach "sed -i \"s/system@scm\.trinitydesktop\.org/$gituser@scm\.trinitydesktop\.org/g\" .git/config" git submodule foreach "git push origin master || true" + +git commit -a -m \"$commitmessage\" || true +sed -i \"s/system@scm\.trinitydesktop\.org/$gituser@scm\.trinitydesktop\.org/g\" .git/config +git push origin master || true -- cgit v1.2.1