X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Frev_control%2Fversion_control.sh;fp=scripts%2Frev_control%2Fversion_control.sh;h=8ec547f35d5e35a992edc28e49be323f8a901990;hb=a750a9006479ee6473edcd539b325ced1ab1180e;hp=ff2f7bed81ba425fae486e64c03665d60c918976;hpb=672db58770c28c97419b2abfd6a8e07512d19085;p=feisty_meow.git diff --git a/scripts/rev_control/version_control.sh b/scripts/rev_control/version_control.sh index ff2f7bed..8ec547f3 100644 --- a/scripts/rev_control/version_control.sh +++ b/scripts/rev_control/version_control.sh @@ -16,8 +16,6 @@ source "$FEISTY_MEOW_SCRIPTS/tty/terminal_titler.sh" # feature appeared in git 2.6 and xenial claims it has git version 2.7.4. eventually, # this version test can go away. gitvertest="$(git version | sed -e 's/git version [0-9]\.//' | sed -e 's/\.[0-9][0-9]*$//' )" -#hmmm: temp below! -echo gitvertest is $gitvertest if (( $gitvertest >= 11 )); then # auto-stash is not available until 2.6 for git, but ubuntu is misreporting or using a # differing version number somehow. we are sure autostash was missing on ubuntu xenial