Re: How to update git on Mac OS X Mountain Lion 10.8.4

2013-06-28 Thread David Aguilar
On Fri, Jun 28, 2013 at 2:06 PM, Melton Low (devl) wrote: > Hi, > > Did you do a "sudo make install" as the last step? > > As a general rule of thumb on OS X, don't update or otherwise do anything to > stuff installed by Apple. You have to install the newer version from the > Git repository to a

Re: How to update git on Mac OS X Mountain Lion 10.8.4

2013-06-28 Thread Melton Low (devl)
Hi, Did you do a "sudo make install" as the last step? As a general rule of thumb on OS X, don't update or otherwise do anything to stuff installed by Apple. You have to install the newer version from the Git repository to a different directory, eg /usr/local or /usr/local/git . ./configur

Re: How to update git on Mac OS X Mountain Lion 10.8.4

2013-06-28 Thread Junio C Hamano
Olivier de Broqueville writes: > Hello, > > I've learnt that Xcode installs git by default on the Mac. My current > version of git is 1.7.12.4 and it's located in /usr/bin/git. > > I wanted to update git to the latest stable version available: > 1.8.3.1. I proceeded with the instructions on: > ht

How to update git on Mac OS X Mountain Lion 10.8.4

2013-06-28 Thread Olivier de Broqueville
Hello, I've learnt that Xcode installs git by default on the Mac. My current version of git is 1.7.12.4 and it's located in /usr/bin/git. I wanted to update git to the latest stable version available: 1.8.3.1. I proceeded with the instructions on: http://git-scm.com/downloads and typed: git clon