Re: What's cooking in git.git (May 2017, #08; Mon, 29)

2017-05-31 Thread Junio C Hamano
Ævar Arnfjörð Bjarmason writes: > On Mon, May 29, 2017 at 8:23 AM, Junio C Hamano wrote: >> * ab/pcre-v2 (2017-05-26) 7 commits >> - grep: add support for PCRE v2 >> - grep: un-break building with PCRE < 8.20 >> - grep: un-break building with PCRE < 8.32

Re: What's cooking in git.git (May 2017, #08; Mon, 29)

2017-05-31 Thread Ævar Arnfjörð Bjarmason
On Mon, May 29, 2017 at 8:23 AM, Junio C Hamano wrote: > * ab/pcre-v2 (2017-05-26) 7 commits > - grep: add support for PCRE v2 > - grep: un-break building with PCRE < 8.20 > - grep: un-break building with PCRE < 8.32 > - grep: add support for the PCRE v1 JIT API > - log:

Re: What's cooking in git.git (May 2017, #08; Mon, 29)

2017-05-30 Thread Stefan Beller
On Tue, May 30, 2017 at 8:18 PM, Daniel Ferreira (theiostream) wrote: > On Mon, May 29, 2017 at 3:23 AM, Junio C Hamano wrote: >> * df/dir-iter-remove-subtree (2017-05-29) 5 commits >> . remove_subtree(): reimplement using iterators >> . dir_iterator:

Re: What's cooking in git.git (May 2017, #08; Mon, 29)

2017-05-30 Thread Daniel Ferreira (theiostream)
On Mon, May 29, 2017 at 3:23 AM, Junio C Hamano wrote: > * df/dir-iter-remove-subtree (2017-05-29) 5 commits > . remove_subtree(): reimplement using iterators > . dir_iterator: rewrite state machine model > . dir_iterator: refactor dir_iterator_advance > . remove_subtree():

Re: What's cooking in git.git (May 2017, #08; Mon, 29)

2017-05-30 Thread Junio C Hamano
Stefan Beller writes: >> >> * sb/submodule-blanket-recursive (2017-05-23) 6 commits > ... > > And the retraction is retracted by sending a new series. > You remarked that it still misbehaves with other series in flight, > so I'll inspect it again. What I said (or at least

Re: What's cooking in git.git (May 2017, #08; Mon, 29)

2017-05-30 Thread Stefan Beller
On Sun, May 28, 2017 at 11:23 PM, Junio C Hamano wrote: > A bit more topics are now in 'master'. One unfortunate thing is > that the SHA1 breakage in 2.13 for big-endian platforms were lost in > the noise with excitement felt by some subset of contributors with > the possible

Re: What's cooking in git.git (May 2017, #08; Mon, 29)

2017-05-29 Thread Junio C Hamano
Samuel Lijin writes: > "git status --ignored" previously did not list ignored files in > untracked directories without -uall, contrary to the documented > behavior of the --ignored flag (that all ignored files would be > listed). This has also been corrected. It's a

Re: What's cooking in git.git (May 2017, #08; Mon, 29)

2017-05-29 Thread Samuel Lijin
On Mon, May 29, 2017 at 2:23 AM, Junio C Hamano wrote: > * sl/clean-d-ignored-fix (2017-05-24) 6 commits > (merged to 'next' on 2017-05-29 at 837c255ae8) > + clean: teach clean -d to preserve ignored paths > + dir: expose cmp_name() and check_contains() > + dir: hide

What's cooking in git.git (May 2017, #08; Mon, 29)

2017-05-29 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. A bit more topics are now in