X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Frev_control%2Fbranchy.sh;h=15ec7702429adf5c23219041140e5ed0d50e6dbc;hb=46a87f06288e694f605e283bc260a23befff4c1a;hp=a92d31683fbb75b7a3e6e64a4795da1d9f3c534c;hpb=353cffdc8318756f44b3d44064bf8b28d6905503;p=feisty_meow.git diff --git a/scripts/rev_control/branchy.sh b/scripts/rev_control/branchy.sh index a92d3168..15ec7702 100644 --- a/scripts/rev_control/branchy.sh +++ b/scripts/rev_control/branchy.sh @@ -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 +