X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=blobdiff_plain;f=scripts%2Frev_control%2Fversion_control.sh;fp=scripts%2Frev_control%2Fversion_control.sh;h=f33532de8ac96d71d19e2d03219efd8f8ec3e6f3;hp=000c3c61b7903d2ea12403dc7dc0f74858fdf77e;hb=281ed98b65a722e7c16dd6909c9b2ba1c9548a21;hpb=357e09d947aa7c01af86a3bd11834d17b2d7bdd9 diff --git a/scripts/rev_control/version_control.sh b/scripts/rev_control/version_control.sh index 000c3c61..f33532de 100644 --- a/scripts/rev_control/version_control.sh +++ b/scripts/rev_control/version_control.sh @@ -286,7 +286,7 @@ function careful_git_update() local branch_list=$(git branch |grep -v '^\*') local bran for bran in $branch_list; do - echo "synchronizing remote branch: $bran" +# echo "synchronizing remote branch: $bran" git checkout "$bran" test_or_die "git checking out remote branch: $bran" git pull --no-ff