git

Mike Frysinger vapier at gentoo.org
Wed May 6 09:49:41 UTC 2009


On Wednesday 06 May 2009 05:04:32 Vladimir Dronnikov wrote:
> > $ dpkg -L git-core | grep bin/
> > /usr/bin/git-upload-pack
> > /usr/bin/git-receive-pack
> > /usr/bin/git
> > /usr/bin/git-upload-archive
> > /usr/bin/git-shell
> >
> > git-shell is used as a login shell, and
> > git-{upload-pack,receive-pack,upload-archive} are part of git+ssh
> > protocol, so can't be changed.
> >
> > git-* madness has been removed circa git 1.6.0
>
> I don't use any distro. Total stuff is BB based and compiled from
> scratch. So to stay tuned I downloaded and compiled git 1.6.2.4. It
> gave me about 100 of files. Despite I've discovered many of them can
> be just symlinked to git binary (git-clone, e.g.), I don't like such
> specialty. Can you provide a set of _definitely required_ git
> components, which would allow me to _clone and then just pull_
> changes? With a short description of how do I do it?

such limited installs are destined to break as git itself changes.  it's 
designed by default to install into $HOME, so you should be able to just do 
`make install` and add the resulting bin dir to your PATH.

the uclibc.org webpage has been updated with git commands you can refer to ...
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.busybox.net/pipermail/busybox/attachments/20090506/51cbb9ed/attachment.pgp>


More information about the busybox mailing list