May 15, 2011
On 15 maj 2011, at 15:52, Michel Fortin wrote:

> Le 2011-05-15 ? 7:08, Jacob Carlborg a ?crit :
> 
>> On 15 maj 2011, at 11:16, Jonathan M Davis wrote:
>> 
>>> It's probably a PATH issue. I have git version 1.7.5.1. Depending on your distro, it may or may not have the git-* files in your PATH. On Arch, they're in /usr/lib/git-core, and I had to add that to my PATH. If you're on Windows, I don't know what you need to do to get them to work. The git bash shell doesn't have them by default, and I haven't spent enough time in Windows to make it worth figuring out how to make them available.
>> 
>> I found them in /opt/local/libexec/git-core on Mac OS X.
> 
> That will depend on your installation method. Likely you've installed git using MacPorts. If you install Xcode 4 you'll have git installed in /usr/bin and its subcommands in /usr/libexec/git-core. If you compile and install git from source with the default install path I think it'll go to /usr/local/bin and /usr/local/libexec/git-core.

You're right, I forgot which installation method I used but I see now that I've sued MacPorts.

> Hey, I just discovered I have two versions of git installed. :-)

I have two versions as well, MacPorts and, I assume, Xcode 4.

> -- 
> Michel Fortin
> michel.fortin at michelf.com
> http://michelf.com/
> 
> 
> 
> _______________________________________________
> phobos mailing list
> phobos at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/phobos

-- 
/Jacob Carlborg

May 15, 2011
On 15 maj 2011, at 16:46, Russel Winder wrote:

> On Sun, 2011-05-15 at 15:35 +0100, Russel Winder wrote:
>> On Sun, 2011-05-15 at 15:29 +0100, Russel Winder wrote:
>>> On Sun, 2011-05-15 at 15:49 +0200, Jacob Carlborg wrote:
>>> [ . . . ]
>>>> Unfortunately  Mac OS X doesn't have bash completion out of the box. But you can install it via Ports.
>>> 
>>> You may want to submit a bug report to the people packaging Bash Completion for MacPorts -- they do not include the script for Git :-((
>> 
>> Sorry my error -- on Debian Testing, the git bash completion is installed via the git package.  So I guess the question is why hasn't the git MacPorts package done the same.
> 
> sudo port install git-core +doc +svn +bash_completion
> 
> seems to suffice -- clearly the +doc and +svn are of no relevance to the Bash Completion.

I've noticed now that it was an option when I updated git-core.

> -- 
> Russel.
> =============================================================================
> Dr Russel Winder      t: +44 20 7585 2200   voip: sip:russel.winder at ekiga.net
> 41 Buckmaster Road    m: +44 7770 465 077   xmpp: russel at russel.org.uk
> London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder
> _______________________________________________
> phobos mailing list
> phobos at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/phobos

-- 
/Jacob Carlborg

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/phobos/attachments/20110515/4da679cc/attachment.html>
May 15, 2011
On a related note, I noticed phobos development ground to a halt during the beta testing, and has picked up again now the release is out. Perhaps for the next release it would be a good idea to create a 2.054 branch in the repository, then development can continue in the main branch, and only the necessary fixes go into the 2.054 branch.

I wouldn't have suggested this at an earlier stage due to the likely need to merge commits between the branches, but everyone seems to be gaining a certain mastery of git now, so that shouldn't be a problem :)

On 15 May 2011 04:56, Jonathan M Davis <jmdavisProg at gmx.com> wrote:

> We don't yet have a tag for dmd 2.053 on the Phobos directory, and we
> should
> have one. I'm not quite sure what the exact commit was which used for 2.053
> though. So, someone who knows that needs to tag it. The same goes for
> druntime.
>
> d-programming-language.org is failing to build for me due to the
> last-release
> build target being broken, and I think that it's because it's assuming
> stuff
> that wasn't true for Phobos in for release 2.052, and that's the most
> recently
> tagged release. Hopefully, tagging 2.053 will fix it, though maybe it's
> broken
> for other reasons.
>
> - Jonathan M Davis
> _______________________________________________
> phobos mailing list
> phobos at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/phobos
>

-- 
Robert
http://octarineparrot.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/phobos/attachments/20110515/da561069/attachment-0001.html>
May 16, 2011
On May 15, 2011, at 7:35 AM, Russel Winder wrote:

> On Sun, 2011-05-15 at 15:29 +0100, Russel Winder wrote:
>> On Sun, 2011-05-15 at 15:49 +0200, Jacob Carlborg wrote:
>> [ . . . ]
>>> Unfortunately  Mac OS X doesn't have bash completion out of the box. But you can install it via Ports.
>> 
>> You may want to submit a bug report to the people packaging Bash Completion for MacPorts -- they do not include the script for Git :-((
> 
> Sorry my error -- on Debian Testing, the git bash completion is installed via the git package.  So I guess the question is why hasn't the git MacPorts package done the same.

It's not installed by default, but it's available.  Here's the reference I used for installing Git on OSX:

http://confluence.concord.org/display/CCTR/Installing+git+with+macports
1 2 3
Next ›   Last »