Re: What's cooking in git.git (May 2018, #04; Wed, 30)

2018-06-11 Thread Junio C Hamano
Taylor Blau writes: > Since it's past the date that I said I would re-roll this, I wanted to > provide a quick update. I am back in the office, and have discovered a > new wrinkle that `--invert --not -e ...` prints a column offset of 1, > when it should recover the pattern and display the

Re: What's cooking in git.git (May 2018, #04; Wed, 30)

2018-06-11 Thread Taylor Blau
On Wed, May 30, 2018 at 09:12:10AM -0700, Taylor Blau wrote: > On Wed, May 30, 2018 at 09:09:08AM -0700, Taylor Blau wrote: > > [...] > > > > I have these patches mostly updated on my copy (available at > > https://github.com/ttaylorr/git/compare/tb/grep-column) but am out of > > the office for

Re: What's cooking in git.git (May 2018, #04; Wed, 30)

2018-05-31 Thread Junio C Hamano
Duy Nguyen writes: > On Wed, May 30, 2018 at 8:38 AM, Junio C Hamano wrote: >> * sb/object-store-alloc (2018-05-16) 13 commits >> - alloc: allow arbitrary repositories for alloc functions >> - object: allow create_object to handle arbitrary repositories >> - object: allow grow_object_hash to

Re: What's cooking in git.git (May 2018, #04; Wed, 30)

2018-05-31 Thread Junio C Hamano
Taylor Blau writes: > I have these patches mostly updated on my copy (available at > https://github.com/ttaylorr/git/compare/tb/grep-column) but am out of > the office for the next week, so I will polish and send these on June > 8th. > >> * tb/grep-only-matching (2018-05-14) 2 commits >> -

Re: What's cooking in git.git (May 2018, #04; Wed, 30)

2018-05-30 Thread Stefan Beller
On Wed, May 30, 2018 at 9:27 AM, Duy Nguyen wrote: > On Wed, May 30, 2018 at 8:38 AM, Junio C Hamano wrote: >> * sb/object-store-alloc (2018-05-16) 13 commits >> - alloc: allow arbitrary repositories for alloc functions >> - object: allow create_object to handle arbitrary repositories >> -

Re: What's cooking in git.git (May 2018, #04; Wed, 30)

2018-05-30 Thread Duy Nguyen
On Wed, May 30, 2018 at 8:38 AM, Junio C Hamano wrote: > * sb/object-store-alloc (2018-05-16) 13 commits > - alloc: allow arbitrary repositories for alloc functions > - object: allow create_object to handle arbitrary repositories > - object: allow grow_object_hash to handle arbitrary

Re: What's cooking in git.git (May 2018, #04; Wed, 30)

2018-05-30 Thread Taylor Blau
On Wed, May 30, 2018 at 09:09:08AM -0700, Taylor Blau wrote: > [...] > > I have these patches mostly updated on my copy (available at > https://github.com/ttaylorr/git/compare/tb/grep-column) but am out of > the office for the next week, so I will polish and send these on June > 8th. Ack, that

Re: What's cooking in git.git (May 2018, #04; Wed, 30)

2018-05-30 Thread Taylor Blau
On Wed, May 30, 2018 at 03:38:09PM +0900, Junio C Hamano wrote: > * tb/grep-column (2018-05-14) 7 commits > - contrib/git-jump/git-jump: jump to match column in addition to line > - grep.c: add configuration variables to show matched option > - builtin/grep.c: add '--column' option to

What's cooking in git.git (May 2018, #04; Wed, 30)

2018-05-30 Thread Junio C Hamano
Here are the topics that have been cooking. Commits prefixed with '-' are only in 'pu' (proposed updates) while commits prefixed with '+' are in 'next'. The ones marked with '.' do not appear in any of the integration branches, but I am still holding onto them. The recent fixes in v2.17.1 and