X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Frev_control%2Fbranchy.sh;h=15ec7702429adf5c23219041140e5ed0d50e6dbc;hb=421dce89428f05db51f0a39588c44767f7e85d2b;hp=a92d31683fbb75b7a3e6e64a4795da1d9f3c534c;hpb=613a9e8ddf1498a7c41d6b49c278896d80c69560;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 +