From: Fred T. Hamster Date: Tue, 14 Jan 2025 15:18:58 +0000 (-0500) Subject: working on annoying skip of pulls X-Git-Tag: 2.140.189^2~34 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=feab2538b63249054ee4c5029801b8fa7bb04000;p=feisty_meow.git working on annoying skip of pulls --- diff --git a/scripts/rev_control/version_control.sh b/scripts/rev_control/version_control.sh index 1cfc85c6..648b76ab 100644 --- a/scripts/rev_control/version_control.sh +++ b/scripts/rev_control/version_control.sh @@ -99,9 +99,9 @@ function do_revctrl_checkin() exit_on_error "svn checkin" fi fi - elif [ ! -z "$(seek_writable ".git" "up")" ]; then + elif [ -d ".git" -o ! -z "$(seek_writable ".git" "up")" ]; then topdir="$(seek_writable ".git" "up")" -#echo "got topdir from seeking of '$topdir'" +echo "got topdir from seeking of '$topdir'" if [ ! -z "$topdir" ]; then # jump to the directory above the .git directory, to make git happy.