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 'next'.
> 
> You mistyped my name in the commit message of 044e0ad679 :)

Argh, sorry about that. I even remember checking it because I wanted to
make sure I got the correct number of l's. But vowels, eh, it's fine. :)

Will fix. Thanks for catching it.

-Peff
--
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: 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 should be uncontroversial (f[l]amous last words):
> 
> From: Michael J Gruber 
> Subject: [PATCH] Documentation/diff: give --word-diff-regex=. example
> Date: Fri, 20 Nov 2015 14:36:14 +0100
> 
> Message-ID:
> <6697f80b679b2bc910aa02a0fc945453be38c532.1448026505.git@drmicha.warpmail.net>

Thanks. It came while I was doing the cycle. I'll include it in the
current one.

-Peff
--
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: 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 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: 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 commits prefixed with
> '+' are in 'next'.
> 
> Sorry for the extreme delay in pushing out my tree. I ended up busier
> than I expected during the first week of Junio's absence, and then it
> took me a while to dig myself out of the ever-filling hole of incoming
> topics. :)
> 
> Expect quite a few new topics in this edition.  A number of them have
> seen review already, and I'm planning to merge them to "next" fairly
> quickly (I may do another integration cycle late tonight or tomorrow
> with those changes).
> 
> I still have a few threads to comb through on the list. If you don't see
> the latest version of your topic here, please feel free to ping me, or
> to repost.
> 
> You can find the normal integration branches at:
> 
> https://github.com/git/git/
> 
> 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?

Also, that one should be uncontroversial (f[l]amous last words):

From: Michael J Gruber 
Subject: [PATCH] Documentation/diff: give --word-diff-regex=. example
Date: Fri, 20 Nov 2015 14:36:14 +0100

Message-ID:
<6697f80b679b2bc910aa02a0fc945453be38c532.1448026505.git@drmicha.warpmail.net>

http://permalink.gmane.org/gmane.comp.version-control.git/281520>

Thanks for your work!

Michael
--
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: 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'.







  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


Rerolled on the 21st.

Thanks
Luke

--
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: 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 do not thing this needs more cooking, as it

1. was tested extensively by yours truly in the Git for Windows context,
   and it

2. cannot possibly break anything because it tests specifically for the
   "socks:" prefix. It is a pure new feature.

Ciao,
Johannes
--
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: 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.

  I haven't reviewed v6 yet. More eyes are welcome.
Actually v6 includes only changes to special meaning of "0" (0 is now 
default behavior - 8 threads), little corrections to documentation and 
getting rid of online_cpus() in decision-tree. All as discussed in 
comments for v4/5.


--
Victor
--
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: 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 http/https over socks proxy.
> > 
> >  Will cook in 'next'.
> 
> With all due respect, I do not thing this needs more cooking, as it
> 
> 1. was tested extensively by yours truly in the Git for Windows context,
>and it
> 
> 2. cannot possibly break anything because it tests specifically for the
>"socks:" prefix. It is a pure new feature.

Any time I want to say "cannot possibly" I start to get very worried
that I have missed something. :)

I do think this topic looks OK, but it just made it into next during the
last integration cycle (it was waiting on Pat's signoff, which I
amended). I think it should be OK to cook in next for a few days and
then merge to master (i.e., plenty of time for v2.7).

Thanks (and thank you for extra feedback; especially because of the
maintainer switch I do not have full context on all of the topics).

-Peff
--
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: 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
> >  - ref-filter: introduce format_ref_array_item()
> >  - ref-filter: adopt get_head_description() from branch.c
> >  - ref-filter: modify "%(objectname:short)" to take length
> >  - ref-filter: add support for %(path) atom
> >  - ref-filter: implement %(if:equals=) and %(if:notequals=)
> >  - ref-filter: implement %(if), %(then), and %(else) atoms
> >
> >  More unification among "branch -l", "tag -l" and "for-each-ref --format".
> >
> >  Expecting a reroll.
> >  ($gmane/278926)
> >
> 
> This series is supposed to follow this:
> http://thread.gmane.org/gmane.comp.version-control.git/281180 which I
> recently sent.
> So replace "for-each-branch-remainder" with this in "Whats cooking"?

Thanks, it was on my "leftover topics to pick up" list. I'll make sure
it gets updated in the next cycle.

-Peff
--
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: 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
> 
> Rerolled on the 21st.

Thanks, I"ll pick that up in the next cycle.

-Peff
--
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: 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 get_head_description() from branch.c
>  - ref-filter: modify "%(objectname:short)" to take length
>  - ref-filter: add support for %(path) atom
>  - ref-filter: implement %(if:equals=) and %(if:notequals=)
>  - ref-filter: implement %(if), %(then), and %(else) atoms
>
>  More unification among "branch -l", "tag -l" and "for-each-ref --format".
>
>  Expecting a reroll.
>  ($gmane/278926)
>

This series is supposed to follow this:
http://thread.gmane.org/gmane.comp.version-control.git/281180 which I
recently sent.
So replace "for-each-branch-remainder" with this in "Whats cooking"?

-- 
Regards,
Karthik Nayak
--
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