Re: [POLL] Who likes running Git without make install?
From: Johannes Schindelin <hidden>
Date: 2016-06-15 22:42:32
Hi, On Mon, 3 Jul 2006, Petr Baudis wrote:
Dear diary, on Mon, Jul 03, 2006 at 10:08:31AM CEST, I got a letter where Junio C Hamano [off-list ref] said that...quoted
Petr Baudis [off-list ref] writes:quoted
Dear diary, on Mon, Jul 03, 2006 at 08:54:47AM CEST, I got a letter where Junio C Hamano [off-list ref] said that...quoted
-- >8 -- INSTALL: a tip for running after building but without installing. Signed-off-by: Junio C Hamano <redacted>Acked-by: Petr Baudis <redacted> I can live with this "weak (D3)". 99% of Git users probably use installed Git instance anyway and most of the rest are likely to be Git developers testing new code who can do this extra environment setup.You earlier had to set two environment variables anyway but you have added another. I do not see what's weak about it.I don't usually use the git wrapper so I got away without setting GIT_EXEC_PATH yet. ;-)
This is the config.mak I use everywhere: -- snip -- bindir = $(shell pwd) template_dir = $(bindir)/templates/blt GIT_PYTHON_DIR = $(bindir)/compat -- snap -- No environment variable. Ciao, Dscho