From: Junio C Hamano Date: Sun, 22 Feb 2015 20:28:30 +0000 (-0800) Subject: Merge branch 'es/squelch-openssl-warnings-on-macosx' X-Git-Tag: v2.4.0-rc0~97 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/744ea70c7acaa74249ede91d71de9535c1db1431?hp=744ea70c7acaa74249ede91d71de9535c1db1431 Merge branch 'es/squelch-openssl-warnings-on-macosx' An earlier workaround to squelch unhelpful deprecation warnings from the complier on Mac OSX unnecessarily set minimum required version of the OS, which the user might want to raise (or lower) for other reasons. * es/squelch-openssl-warnings-on-macosx: git-compat-util: do not step on MAC_OS_X_VERSION_MIN_REQUIRED ---