dropped unnecessary push dir
authorFred T. Hamster <fred@gruntose.com>
Fri, 17 Jan 2025 22:06:42 +0000 (17:06 -0500)
committerFred T. Hamster <fred@gruntose.com>
Fri, 17 Jan 2025 22:06:42 +0000 (17:06 -0500)
scripts/rev_control/version_control.sh

index b0bccc896972e55b66c6aac87ce01f94c5e81924..f0ecb2c1a6a1e65e7206622731626bdca8e41823 100644 (file)
@@ -107,19 +107,18 @@ echo "calculated nicedir as '$nicedir'"
     else
       topdir="$(seek_writable ".git" "up")"
     fi
-echo "got topdir from seeking of '$topdir'"
-if [ -z "$topdir" ]; then
-echo "hey, topdir is blank!!!! bad news."
-fi
+#echo "got topdir from seeking of '$topdir'"
+#if [ -z "$topdir" ]; then
+#echo "hey, topdir is blank!!!! bad news."
+#fi
     if [ ! -z "$topdir" ]; then
 
-      # jump to the directory above the .git directory, to make git happy.
-echo "pushing this dir: $topdir/.."
-      pushd "$topdir/.." &>/dev/null
-newdir="$( \cd . && /bin/pwd )"
-echo "now dir is set to $newdir"
+#      # jump to the directory above the .git directory, to make git happy.
+#echo "pushing this dir: $topdir/.."
+#      pushd "$topdir/.." &>/dev/null
+#newdir="$( \cd . && /bin/pwd )"
+#echo "now dir is set to $newdir"
 
-#is this right now?
       # take steps to make sure the branch integrity is good and we're up to date against remote repos.
       do_revctrl_careful_update "$topdir/.."