Git question

2015-12-18 Thread Phil Dobbin

Hi, all.

My version of Git is in an nonstandard location '/opt/local/bin/git' so 
is there a way to tell BBEdit where to look for it?


Any help appreciated.

Cheers,

 Phil...

--
GnuGPG Key : http://phildobbin.org/publickey.asc

--
This is the BBEdit Talk public discussion group. If you have a 
feature request or would like to report a problem, please email

"supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: 

--- 
You received this message because you are subscribed to the Google Groups "BBEdit Talk" group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.


Re: Git question

2015-12-18 Thread Rich Siegel

On Friday, December 18, 2015, Phil Dobbin  wrote:


My version of Git is in an nonstandard location '/opt/local/bin/git'
so is there a way to tell BBEdit where to look for it?


BBEdit looks in /opt/local/bin/, but does so after looking at 
more typical install locations (most notably /usr/bin/), so if 
/usr/bin/git exists, that will be found and used first.


We generally recommend using the tools that are provided by 
Xcode since those are the ones we test with, but if there's some 
compelling reason not to do that :-) you can manually override 
the path:


defaults write com.barebones.bbedit GitToolPathOverride 
-string "/path/to/git"


R.
--
Rich Siegel Bare Bones Software, Inc.
  

Someday I'll look back on all this and laugh... until they 
sedate me.


--
This is the BBEdit Talk public discussion group. If you have a 
feature request or would like to report a problem, please email

"supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: 

--- 
You received this message because you are subscribed to the Google Groups "BBEdit Talk" group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.


Re: Git question

2015-12-18 Thread Phil Dobbin



On 18/12/2015 19:01, Rich Siegel wrote:

On Friday, December 18, 2015, Phil Dobbin  wrote:


My version of Git is in an nonstandard location '/opt/local/bin/git'
so is there a way to tell BBEdit where to look for it?


BBEdit looks in /opt/local/bin/, but does so after looking at more 
typical install locations (most notably /usr/bin/), so if /usr/bin/git 
exists, that will be found and used first.


We generally recommend using the tools that are provided by Xcode 
since those are the ones we test with, but if there's some compelling 
reason not to do that :-) you can manually override the path:


defaults write com.barebones.bbedit GitToolPathOverride -string 
"/path/to/git"

Hi, Rich.

Many thanks for that. That'll do nicely :-)

Cheers,

 Phil...

--
GnuGPG Key : http://phildobbin.org/publickey.asc

--
This is the BBEdit Talk public discussion group. If you have a 
feature request or would like to report a problem, please email

"supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: 

--- 
You received this message because you are subscribed to the Google Groups "BBEdit Talk" group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.