proving git release script isn't busted
[feisty_meow.git] / scripts / rev_control / branchy.sh
index a92d31683fbb75b7a3e6e64a4795da1d9f3c534c..15ec7702429adf5c23219041140e5ed0d50e6dbc 100644 (file)
@@ -10,24 +10,17 @@ save_terminal_title
 
 ##############
 
-echo "showing repository branches at: $(date)"
-
 FULL_LIST="$@"
 
-# only add the standard feisty meow repo list items if we were given no args on command line.
-#hmmm: below seems to be oddly just major locations; is the repo list all relative names?
+# use the current directory if no paths were provided.
 if [ -z "$FULL_LIST" ]; then
-  FULL_LIST=" $(dirname $FEISTY_MEOW_APEX) $HOME "
-  if [ "$OS" == "Windows_NT" ]; then
-    FULL_LIST+=" c:/ d:/ e:/ "
-  fi
+  FULL_LIST="."
 fi
 
 show_active_branch $FULL_LIST
 exit_on_error "showing branches: $FULL_LIST"
 
-echo
-
 ##############
 
 restore_terminal_title
+