X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Frev_control%2Fgit_scruncher.sh;fp=scripts%2Frev_control%2Fgit_scruncher.sh;h=e541da45159867fd16a615447a0697e088aba45f;hb=6d75b43bb2eb13a67e8a444bf6c07807435e2aa7;hp=76ca12deaf5c22b19cb3750fc9a22591d0b2c0ec;hpb=a96a113c134dfb31cebae4a1ac6db00a1d8af387;p=feisty_meow.git diff --git a/scripts/rev_control/git_scruncher.sh b/scripts/rev_control/git_scruncher.sh index 76ca12de..e541da45 100644 --- a/scripts/rev_control/git_scruncher.sh +++ b/scripts/rev_control/git_scruncher.sh @@ -1,5 +1,9 @@ #!/bin/bash +source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh" + +save_terminal_title + # check for whether we see a .git folder. if [ ! -d ".git" ]; then echo This script needs to run in the directory where a git repository lives, @@ -12,4 +16,4 @@ git config --global pack.windowMemory "100m" git config --global pack.SizeLimit "100m" git config --global pack.threads "1" - +restore_terminal_title