X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Frev_control%2Fbranchy.sh;h=15ec7702429adf5c23219041140e5ed0d50e6dbc;hb=4e15bc3b03c452086296b0b2e8dab709f34b5957;hp=5bcedc8537986e68dcd39d189f303595e2c568ac;hpb=b788ae3917df4907d5b14d974b4669a27f660c6e;p=feisty_meow.git diff --git a/scripts/rev_control/branchy.sh b/scripts/rev_control/branchy.sh index 5bcedc85..15ec7702 100644 --- a/scripts/rev_control/branchy.sh +++ b/scripts/rev_control/branchy.sh @@ -10,17 +10,11 @@ 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 @@ -29,3 +23,4 @@ exit_on_error "showing branches: $FULL_LIST" ############## restore_terminal_title +