now using puff_out_list to expand git repositories with latest goodness, rather than the one trick pony of do_careful_git_update, which is a boring name. need to verify that this is working still.
tempfile=$(generate_rev_ctrl_filelist)
test_or_die "generating revision control file list"
-perform_revctrl_action_on_file "$tempfile" do_careful_git_update
+#perform_revctrl_action_on_file "$tempfile" do_careful_git_update
+perform_revctrl_action_on_file "$tempfile" puff_out_list
test_or_die "doing a careful git update on: $tempfile"
# seems to be needed to cause a merge to be resolved.
test_or_die "generating revision control file list"
popd &>/dev/null
-perform_revctrl_action_on_file "$tempfile" do_careful_git_update
+#perform_revctrl_action_on_file "$tempfile" do_careful_git_update
+perform_revctrl_action_on_file "$tempfile" puff_out_list
test_or_die "puffing out repository at: $tempfile"
fi
# a new set of steps we have to take to make sure the branch integrity is good.
- do_careful_git_update "$(\pwd)"
+ puff_out_list "$(\pwd)"
# we continue on to the push, even if there were no changes this time, because
# there could already be committed changes that haven't been pushed yet.