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 care of the use of curl
executable to handle http:// URL in clone and fetch, but I do
not think that is worth the trouble (we should document it
though).

I love it I can just slow down and let others submit obviously
correct patches, which I can just slurp in.

-
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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 communicating, because even if it's a 
lot more work to explain (in detail) what I want done, and it doesn't work 
out all the time, and I sometimes have to do it myself _anyway_, if it 
works even just occasionally, it not only gets people involved, it makes 
them do it themselves next time around without prodding, and then you just 
sit back, sip a foofy tropical drink, and take the credit.

Linus
-
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html