Re: What's cooking in git.git (Sep 2019, #01; Sat, 7)

2019-09-28 Thread brian m. carlson
On 2019-09-28 at 23:31:33, Junio C Hamano wrote: > "brian m. carlson" writes: > > > On 2019-09-07 at 17:26:53, Junio C Hamano wrote: > >> * bc/object-id-part17 (2019-08-19) 26 commits > >> ... > >> - builtin/replace: make hash size independent > >> > >> Preparation for SHA-256 upgrade continue

Re: What's cooking in git.git (Sep 2019, #01; Sat, 7)

2019-09-28 Thread Junio C Hamano
"brian m. carlson" writes: > On 2019-09-07 at 17:26:53, Junio C Hamano wrote: >> * bc/object-id-part17 (2019-08-19) 26 commits >> ... >> - builtin/replace: make hash size independent >> >> Preparation for SHA-256 upgrade continues. >> >> Looked mostly OK, with a possible update. >> cf. <201

Re: pd/fetch-jobs, was Re: What's cooking in git.git (Sep 2019, #01; Sat, 7)

2019-09-16 Thread Palmer Dabbelt
On Mon, 16 Sep 2019 10:43:28 PDT (-0700), gits...@pobox.com wrote: Palmer Dabbelt writes: ... It looks like there are some test failures when I rebase to the latest master, which I'm happy to fix. Just let me know if I should: * Send just the first 4 patches, holding onto the last one for

Re: pd/fetch-jobs, was Re: What's cooking in git.git (Sep 2019, #01; Sat, 7)

2019-09-16 Thread Junio C Hamano
Palmer Dabbelt writes: > ... It looks > like there are some test failures when I rebase to the latest master, > which I'm happy to fix. Just let me know if I should: > * Send just the first 4 patches, holding onto the last one for later. > ... > * Send just a single patch, which wouldn't add t

Re: pd/fetch-jobs, was Re: What's cooking in git.git (Sep 2019, #01; Sat, 7)

2019-09-14 Thread Palmer Dabbelt
On Thu, 12 Sep 2019 11:02:42 PDT (-0700), gits...@pobox.com wrote: Johannes Schindelin writes: * pd/fetch-jobs (2019-08-13) 5 commits . fetch: make --jobs control submodules and remotes . fetch: add the --submodule-fetch-jobs option . fetch: add the fetch.jobs config key . fetch: add the "

Re: pd/fetch-jobs, was Re: What's cooking in git.git (Sep 2019, #01; Sat, 7)

2019-09-12 Thread Junio C Hamano
Johannes Schindelin writes: >> * pd/fetch-jobs (2019-08-13) 5 commits >> . fetch: make --jobs control submodules and remotes >> . fetch: add the --submodule-fetch-jobs option >> . fetch: add the fetch.jobs config key >> . fetch: add the "--fetch-jobs" option >> . fetch: rename max_children t

pd/fetch-jobs, was Re: What's cooking in git.git (Sep 2019, #01; Sat, 7)

2019-09-11 Thread Johannes Schindelin
Hi Junio, On Sat, 7 Sep 2019, Junio C Hamano wrote: > * pd/fetch-jobs (2019-08-13) 5 commits > . fetch: make --jobs control submodules and remotes > . fetch: add the --submodule-fetch-jobs option > . fetch: add the fetch.jobs config key > . fetch: add the "--fetch-jobs" option > . fetch: ren

Re: What's cooking in git.git (Sep 2019, #01; Sat, 7)

2019-09-10 Thread Matheus Tavares Bernardino
Hi, Junio On Sat, Sep 7, 2019 at 2:27 PM Junio C Hamano wrote: > > * mt/threaded-grep-in-object-store (2019-08-13) 4 commits > - grep: re-enable threads in some non-worktree cases > - grep: disable grep_read_mutex when possible > - grep: allow locks to be enabled individually > - object-store

Re: What's cooking in git.git (Sep 2019, #01; Sat, 7)

2019-09-10 Thread Josh Steadmon
On 2019.09.07 10:26, Junio C Hamano wrote: > * js/trace2-json-schema (2019-07-25) 3 commits > . ci: run trace2 schema validation in the CI suite > . trace2: add a schema validator for trace2 events > . trace2: add a JSON schema for trace2 events > > The JSON output produced by "trace2" subsyst

Re: What's cooking in git.git (Sep 2019, #01; Sat, 7)

2019-09-09 Thread Martin Ă…gren
Hi Junio, On Sun, 8 Sep 2019 at 14:51, Junio C Hamano wrote: > > * ma/asciidoctor-refmiscinfo (2019-09-03) 2 commits > - doc-diff: replace --cut-header-footer with --cut-footer > - asciidoctor-extensions: provide `` > > Update support for Asciidoctor documentation toolchain. > > Will merge to

Re: What's cooking in git.git (Sep 2019, #01; Sat, 7)

2019-09-09 Thread Junio C Hamano
"brian m. carlson" writes: > On 2019-09-07 at 17:26:53, Junio C Hamano wrote: >> * bc/object-id-part17 (2019-08-19) 26 commits >> - midx: switch to using the_hash_algo >> ... >> - builtin/replace: make hash size independent >> >> Preparation for SHA-256 upgrade continues. >> >> Looked most

Re: What's cooking in git.git (Sep 2019, #01; Sat, 7)

2019-09-09 Thread Denton Liu
On Mon, Sep 09, 2019 at 12:57:17PM -0700, Junio C Hamano wrote: > Denton Liu writes: > > > Hi Junio, > > > > On Sat, Sep 07, 2019 at 10:26:53AM -0700, Junio C Hamano wrote: > >> * dl/complete-cherry-pick-revert-skip (2019-08-27) 3 commits > >> - status: mention --skip for revert and cherry-pick

Re: What's cooking in git.git (Sep 2019, #01; Sat, 7)

2019-09-09 Thread brian m. carlson
On 2019-09-07 at 17:26:53, Junio C Hamano wrote: > * bc/object-id-part17 (2019-08-19) 26 commits > - midx: switch to using the_hash_algo > - builtin/show-index: replace sha1_to_hex > - rerere: replace sha1_to_hex > - builtin/receive-pack: replace sha1_to_hex > - builtin/index-pack: replace sha

Re: What's cooking in git.git (Sep 2019, #01; Sat, 7)

2019-09-09 Thread Junio C Hamano
Denton Liu writes: > Hi Junio, > > On Sat, Sep 07, 2019 at 10:26:53AM -0700, Junio C Hamano wrote: >> * dl/complete-cherry-pick-revert-skip (2019-08-27) 3 commits >> - status: mention --skip for revert and cherry-pick >> - completion: add --skip for cherry-pick and revert >> - completion: merg

Re: What's cooking in git.git (Sep 2019, #01; Sat, 7)

2019-09-09 Thread Denton Liu
Hi Junio, On Sat, Sep 07, 2019 at 10:26:53AM -0700, Junio C Hamano wrote: > * dl/complete-cherry-pick-revert-skip (2019-08-27) 3 commits > - status: mention --skip for revert and cherry-pick > - completion: add --skip for cherry-pick and revert > - completion: merge options for cherry-pick and

What's cooking in git.git (Sep 2019, #01; Sat, 7)

2019-09-07 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 tip of 'next' has been rewound