Code

INSTALL: document a simpler way to run uninstalled builds
authorMatthew Ogilvie <mmogilvi_git@miniinfo.net>
Thu, 3 Dec 2009 05:14:07 +0000 (22:14 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 3 Dec 2009 19:38:21 +0000 (11:38 -0800)
commit904580122b5ac46a9a38e20b9cc032951d9e7982
treee3eea9f9d660657a4e8052ceead3a0b2a0c6b1bd
parente4597aae6590cbd6c868c0406ac5521221c4f465
INSTALL: document a simpler way to run uninstalled builds

The new scripts automatically saved in the bin-wrappers directory allow
you to run a build when you have neither installed git nor tweaked
environment variables.  Mention this in INSTALL, along with the slight
performance issue of doing so.

This can be especially handy for manually testing network-invoked git
(from ssh, web servers, or similar), but it is also handy with a plain
command prompt.

Signed-off-by: Matthew Ogilvie <mmogilvi_git@miniinfo.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
INSTALL