Re: What's cooking in git.git (Nov 2015, #03; Fri, 20)

2015-11-24 Thread Jeff King
On Wed, Nov 25, 2015 at 12:04:10AM +0200, Max Kirillov wrote: > On Fri, Nov 20, 2015 at 09:09:37AM -0500, Jeff King wrote: > > * mk/blame-first-parent (2015-11-20) 1 commit > > - blame: fix object casting regression > > > > Regression fix for a topic already in master. > > > > Will merge to

Re: What's cooking in git.git (Nov 2015, #03; Fri, 20)

2015-11-24 Thread Jeff King
On Tue, Nov 24, 2015 at 10:53:45AM +0100, Michael J Gruber wrote: > > and all topic branches at: > > > > https://github.com/peff/git/ > > > > But note that I will _not_ be pushing to kernel.org. > > Does peff/git include the integration branches, too? Yes, it does. > Also, that one

Re: What's cooking in git.git (Nov 2015, #03; Fri, 20)

2015-11-24 Thread Max Kirillov
On Fri, Nov 20, 2015 at 09:09:37AM -0500, Jeff King wrote: > * mk/blame-first-parent (2015-11-20) 1 commit > - blame: fix object casting regression > > Regression fix for a topic already in master. > > Will merge to 'next'. You mistyped my name in the commit message of 044e0ad679 :) -- To

Re: What's cooking in git.git (Nov 2015, #03; Fri, 20)

2015-11-24 Thread Michael J Gruber
Jeff King venit, vidit, dixit 20.11.2015 15:09: > What's cooking in git.git (Nov 2015, #03; Fri, 20) > -- > > Here are the topics that have been cooking. Commits prefixed with > '-' are only in 'pu' (proposed updates) while c

Re: What's cooking in git.git (Nov 2015, #03; Fri, 20)

2015-11-23 Thread Luke Diamand
On 20/11/15 14:09, Jeff King wrote: What's cooking in git.git (Nov 2015, #03; Fri, 20) -- Here are the topics that have been cooking. Commits prefixed with '-' are only in 'pu' (proposed updates) while commits prefixed with '+' are in 'next

Re: What's cooking in git.git (Nov 2015, #03; Fri, 20)

2015-11-23 Thread Johannes Schindelin
Hi Peff, On Fri, 20 Nov 2015, Jeff King wrote: > * pt/http-socks-proxy (2015-11-20) 1 commit > (merged to 'next' on 2015-11-20 at dc6ae48) > + remote-http(s): support SOCKS proxies > > Add support for talking http/https over socks proxy. > > Will cook in 'next'. With all due respect, I

Re: What's cooking in git.git (Nov 2015, #03; Fri, 20)

2015-11-23 Thread Victor Leschuk
On 11/20/2015 05:09 PM, Jeff King wrote: * vl/grep-configurable-threads (2015-11-01) 1 commit - grep: add --threads= option and grep.threads configuration "git grep" can now be configured (or told from the command line) how many threads to use when searching in the working tree files.

Re: What's cooking in git.git (Nov 2015, #03; Fri, 20)

2015-11-23 Thread Jeff King
On Mon, Nov 23, 2015 at 02:09:42PM +0100, Johannes Schindelin wrote: > On Fri, 20 Nov 2015, Jeff King wrote: > > > * pt/http-socks-proxy (2015-11-20) 1 commit > > (merged to 'next' on 2015-11-20 at dc6ae48) > > + remote-http(s): support SOCKS proxies > > > > Add support for talking

Re: What's cooking in git.git (Nov 2015, #03; Fri, 20)

2015-11-23 Thread Jeff King
On Mon, Nov 23, 2015 at 12:02:35AM +0530, Karthik Nayak wrote: > > * kn/for-each-branch-remainder (2015-10-02) 9 commits > > - branch: implement '--format' option > > - branch: use ref-filter printing APIs > > - ref-filter: make %(upstream:track) prints "[gone]" for invalid upstreams > > -

Re: What's cooking in git.git (Nov 2015, #03; Fri, 20)

2015-11-23 Thread Jeff King
On Mon, Nov 23, 2015 at 09:06:32AM +, Luke Diamand wrote: > > Some commits need better explanation. > > > > Waiting for a reroll. > > > > > >* ld/p4-detached-head (2015-09-09) 2 commits > > - git-p4: work with a detached head > > - git-p4: add failing test for submit from detached head >

Re: What's cooking in git.git (Nov 2015, #03; Fri, 20)

2015-11-22 Thread Karthik Nayak
> > * kn/for-each-branch-remainder (2015-10-02) 9 commits > - branch: implement '--format' option > - branch: use ref-filter printing APIs > - ref-filter: make %(upstream:track) prints "[gone]" for invalid upstreams > - ref-filter: introduce format_ref_array_item() > - ref-filter: adopt

What's cooking in git.git (Nov 2015, #03; Fri, 20)

2015-11-20 Thread Jeff King
What's cooking in git.git (Nov 2015, #03; Fri, 20) -- Here are the topics that have been cooking. Commits prefixed with '-' are only in 'pu' (proposed updates) while commits prefixed with '+' are in 'next'. Sorry for the extreme delay in pushing