Re: CURLOPT_NOBODY

2015-04-30 Thread Thiago Farina
The same logic you apply to CURLOPT_FILE - CURLOPT_WRITEDATA? Bye! -- Thiago Farina -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: RFC: git cat-file --follow-symlinks?

2015-04-30 Thread Jeff King
On Thu, Apr 30, 2015 at 11:44:50AM -0700, David Turner wrote: git ls-tree HEAD -- BUILD ? This does not actually seem to work (even with -r); it only recurses into directories that are named BUILD, rather than being equivalent to git ls-tree -r HEAD |grep /BUILD$. Ah, I thought that was

Re: RFC: git cat-file --follow-symlinks?

2015-04-30 Thread Jeff King
On Thu, Apr 30, 2015 at 12:00:22PM -0700, David Turner wrote: Also, BUILD files are scattered throughout the tree, so the entire tree would still need to be traversed. At present, our monorepo is not quite large enough for this to matter (a full ls-tree only takes me 0.6s), but it is

Re: RFC: git cat-file --follow-symlinks?

2015-04-30 Thread Jeff King
On Thu, Apr 30, 2015 at 08:29:14PM -0700, David Turner wrote: 4. Return the last object we could resolve, as I described. So [...] Actually, I think 4 has an insurmountable problem. Here's the case I'm thinking of: ln -s .. morx Imagine that we go to look up 'morx/fleem'. Now

Re: [PATCH] blame: add blame.showemail config option

2015-04-30 Thread Junio C Hamano
Eric Sunshine sunsh...@sunshineco.com writes: On Thu, Apr 30, 2015 at 10:03 AM, Quentin Neill quentin.ne...@gmail.com wrote: I'm thinking of a test file that will test all the git blame options, but for this patch it will only test the new showEmail config. I read t/README and tentatively

Re: Help with Getting started to Contribute

2015-04-30 Thread Matthieu Moy
karthik nayak karthik@gmail.com writes: There is also Junio's Blog where he keeps a list of things to be done http://git-blame.blogspot.de/p/leftover-bits.html I'd add this: https://git.wiki.kernel.org/index.php/SmallProjectsIdeas -- Matthieu Moy http://www-verimag.imag.fr/~moy/ -- To