From: Chris Koeritz Date: Mon, 15 Jan 2018 16:44:19 +0000 (-0500) Subject: Merge branch 'release-2.140.108' X-Git-Tag: 2.140.108 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=refs%2Ftags%2F2.140.108;hp=df45b967961679bb5a9f3a758499fde8d04efd64;p=feisty_meow.git Merge branch 'release-2.140.108' merging for new version --- diff --git a/production/feisty_meow_config.ini b/production/feisty_meow_config.ini index fc69a177..77e2091f 100644 --- a/production/feisty_meow_config.ini +++ b/production/feisty_meow_config.ini @@ -3,7 +3,7 @@ # specifies the version of the code that is being constructed here. major=2 minor=140 -revision=107 +revision=108 build=420 # specifies the remainder of the version record info. diff --git a/scripts/rev_control/version_control.sh b/scripts/rev_control/version_control.sh index 8ec547f3..0c8cec27 100644 --- a/scripts/rev_control/version_control.sh +++ b/scripts/rev_control/version_control.sh @@ -20,7 +20,10 @@ 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 # with git 2.7.4 and it's definitely present in zesty with git at 2.11. - PULL_ADDITION='--rebase --autostash' +# PULL_ADDITION='--rebase --autostash' +#although initially attractive, above set of flags seems to lose history we don't want to +#lose. +PULL_ADDITION= fi ##############