Re: [PATCH] add NO_CURL option to the Makefile

2005-07-30 Thread Linus Torvalds
On Sat, 30 Jul 2005, Junio C Hamano wrote: > > I love it I can just slow down and let others submit obviously > correct patches, which I can just slurp in. You're obviously doing well as a maintainer. Only stupid people try to do everything themselves. Personally, I spend a _lot_ of time comm

Re: [PATCH] add NO_CURL option to the Makefile

2005-07-30 Thread Junio C Hamano
Johannes Schindelin <[EMAIL PROTECTED]> writes: > This patch implements Linus' idea that if you are not interested in > pulling by HTTP, you can now say > > NO_CURL=1 make > > to compile everything except git-http-pull (thus not needing curl at all). Thanks. Obviously this does not take ca