This starts mergeing again from where we left off i.e. the
tree after the last entry in the SHA`s file.
no_build=false
start_from=""
+do_continue=false
-while getopts 'ns:' opt; do
+while getopts 'cns:' opt; do
case "$opt" in
+ c)
+ do_continue=true
+ ;;
+
n)
no_build=true
;;
fi
}
+if $do_continue; then
+ last=$(tail -n1 "$SHA1_FILE" | cut -f1 -d"$_TAB")
+ start_from=$(get_branches | sed -n '/^'"$last"'$/{n;p;}')
+fi
if [ -z "$start_from" ]; then
cp /dev/null "$LOG_FILE"
execute date -R