Re: Is support for 10.8 dropped?

2018-05-07 Thread Igor Korot
ou. On Mon, Apr 23, 2018 at 6:16 PM, Perry Hutchison wrote: > Igor Korot wrote: >> This laptop is old and doesn't have too big of a hard drive. >> And I'm trying to create a big program > > Building OpenSSL via homebrew or MacPorts would likely take less > space

Re: Is support for 10.8 dropped?

2018-04-23 Thread Igor Korot
Eric, On Mon, Apr 23, 2018 at 4:04 PM, Eric Sunshine wrote: > On Mon, Apr 23, 2018 at 3:58 PM, Totsten Bögershausen wrote: >> On 2018-04-23 18:53, Eric Sunshine wrote: >>> On Mon, Apr 23, 2018 at 12:31 PM, Igor Korot wrote: >>>> 1. Is the file nam

Re: Is support for 10.8 dropped?

2018-04-23 Thread Igor Korot
Hi, Brian, On Sun, Apr 22, 2018 at 12:49 PM, brian m. carlson wrote: > On Sun, Apr 22, 2018 at 12:10:20AM -0700, Perry Hutchison wrote: >> Eric Sunshine wrote: >> > On Sun, Apr 22, 2018 at 1:15 AM, Igor Korot wrote: >> > > MyMac:git-2.17.0 igorkorot$ cat co

Re: Is support for 10.8 dropped?

2018-04-23 Thread Igor Korot
Hi, Eric, On Sun, Apr 22, 2018 at 12:37 AM, Eric Sunshine wrote: > On Sun, Apr 22, 2018 at 1:15 AM, Igor Korot wrote: >> MyMac:git-2.17.0 igorkorot$ cat config.mak >> NO_GETTEXT=Yes >> NO_OPENSSL=Yes >> >> MyMac:dbhandler igorkorot$ /Users/igorkorot/git-2.

Re: Is support for 10.8 dropped?

2018-04-21 Thread Igor Korot
r 11, 2018 at 12:28 AM, Igor Korot wrote: >>>> Is there a way to check for OpenSSL presence? >>> >>> Not sure what you're asking. Are you asking how to determine if you >>> already have OpenSSL built on your machine? >> >> Yes, that's wha

Re: Is support for 10.8 dropped?

2018-04-10 Thread Igor Korot
Hi, Eric, Sorry for the long delay. On Sun, Apr 8, 2018 at 7:59 PM, Eric Sunshine wrote: > On Sun, Apr 8, 2018 at 7:55 PM, Igor Korot wrote: >> On Sun, Apr 8, 2018, 6:23 PM Eric Sunshine wrote: >>> And, as noted earlier, before running "make", you may need to creat

Re: Is support for 10.8 dropped?

2018-04-08 Thread Igor Korot
Does this mean that something is a miss? Thank you. On Sun, Apr 8, 2018 at 5:10 PM, Igor Korot wrote: > Hi, Eric, > First of, I already have Xcode installed along with the Developer Tools. > Second, here is the list of the different dylib files I found on my system: > > MyMac:/ igo

Re: Is support for 10.8 dropped?

2018-04-08 Thread Igor Korot
ce as this becomes my last resort. ;-) Thank you. On Sat, Apr 7, 2018 at 3:32 AM, Eric Sunshine wrote: > On Fri, Apr 6, 2018 at 10:20 PM, Igor Korot wrote: >>>> dyld: lazy symbol binding failed: Symbol not found: ___strlcpy_chk >>>> Referenced from: /usr/local/git/libe

Re: Is support for 10.8 dropped?

2018-04-06 Thread Igor Korot
Hi, Eric, On Thu, Apr 5, 2018 at 5:46 PM, Eric Sunshine wrote: > On Thu, Apr 5, 2018 at 3:48 PM, Igor Korot wrote: >> Is support for 10.8 dropped? > > Until about a year ago, I was still periodically building Git from > source on MacOS 10.5, and there hasn't been any ou

Is support for 10.8 dropped?

2018-04-05 Thread Igor Korot
Hi, ALL, I am a successful user of git and my project is locad on GitHub (still in development). I have console git client installed on all 3 major platforms - Windows, Linux and Mac. Up until recently everything was working fine. However about a month ago I started experiencing issues with OSX.

Is it possible to give specific PR number

2016-03-19 Thread Igor Korot
Hi, Is it possible to tell Git to have a PR with a specific number? If yes, is there an API for that? If no, would it be possible to add? Thank you. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: Is it possible to give specific PR number

2016-03-18 Thread Igor Korot
Shawn, On Wed, Mar 16, 2016 at 1:10 PM, Shawn Pearce wrote: > On Wed, Mar 16, 2016 at 8:20 AM, Igor Korot wrote: >> Hi, >> Is it possible to tell Git to have a PR with a specific number? > > Git does not have PRs. > > Are you referring to a GitHub Pull request? If