Entry point a la "git" or "go"

Daniel Kozák via Digitalmars-d digitalmars-d at puremagic.com
Sun May 31 23:05:50 PDT 2015


On Sun, 31 May 2015 23:34:42 +0000
weaselcat via Digitalmars-d <digitalmars-d at puremagic.com> wrote:

> 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

Thaats not all, there are lots of others in /usr/lib/git-core
pacman -Ql git | grep /usr/lib/git-core


More information about the Digitalmars-d mailing list