Entry point a la "git" or "go"

weaselcat via Digitalmars-d digitalmars-d at puremagic.com
Sun May 31 16:34:42 PDT 2015


On Sunday, 31 May 2015 at 23:31:00 UTC, Andrei Alexandrescu wrote:
> On 5/31/15 4:28 PM, weaselcat wrote:
>> On Sunday, 31 May 2015 at 23:11:24 UTC, Andrei Alexandrescu 
>> wrote:
>>>
>>> How would this add value to our toolchain?
>>>
>>>
>>> Andrei
>>
>> Having to install/manage less packages and executables.
>
> git distributes a bunch of executables. -- Andrei

do you mean as a default installation?

pacman -Ql git | grep bin
git /usr/bin/
git /usr/bin/git
git /usr/bin/git-cvsserver
git /usr/bin/git-receive-pack
git /usr/bin/git-shell
git /usr/bin/git-upload-archive
git /usr/bin/git-upload-pack
git /usr/bin/gitk


More information about the Digitalmars-d mailing list