Re: What's cooking in git.git (Apr 2018, #03; Wed, 25)

2018-04-29 Thread Junio C Hamano
Eric Sunshine writes: > On Wed, Apr 25, 2018 at 4:37 AM, Junio C Hamano wrote: >> * tg/worktree-add-existing-branch (2018-04-25) 4 commits >> - worktree: teach "add" to check out existing branches >> - worktree: factor out dwim_branch function >> -

Re: What's cooking in git.git (Apr 2018, #03; Wed, 25)

2018-04-27 Thread Eric Sunshine
On Wed, Apr 25, 2018 at 4:37 AM, Junio C Hamano wrote: > * tg/worktree-add-existing-branch (2018-04-25) 4 commits > - worktree: teach "add" to check out existing branches > - worktree: factor out dwim_branch function > - worktree: improve message when creating a new worktree

Re: What's cooking in git.git (Apr 2018, #03; Wed, 25)

2018-04-27 Thread Johannes Schindelin
Hi, On Thu, 26 Apr 2018, Derrick Stolee wrote: > On 4/25/2018 1:43 PM, Brandon Williams wrote: > > On 04/25, Ævar Arnfjörð Bjarmason wrote: > > > > * bw/protocol-v2 (2018-03-15) 35 commits > > > > (merged to 'next' on 2018-04-11 at 23ee234a2c) [... snip ...] > > > > (this branch is

Re: What's cooking in git.git (Apr 2018, #03; Wed, 25)

2018-04-26 Thread Duy Nguyen
On Wed, Apr 25, 2018 at 10:37 AM, Junio C Hamano wrote: > * nd/pack-objects-pack-struct (2018-04-16) 15 commits > ... > > "git pack-objects" needs to allocate tons of "struct object_entry" > while doing its work, and shrinking its size helps the performance > quite a bit. >

Re: What's cooking in git.git (Apr 2018, #03; Wed, 25)

2018-04-26 Thread Derrick Stolee
On 4/25/2018 1:43 PM, Brandon Williams wrote: On 04/25, Ævar Arnfjörð Bjarmason wrote: * bw/protocol-v2 (2018-03-15) 35 commits (merged to 'next' on 2018-04-11 at 23ee234a2c) + remote-curl: don't request v2 when pushing + remote-curl: implement stateless-connect command + http:

Re: What's cooking in git.git (Apr 2018, #03; Wed, 25)

2018-04-25 Thread Junio C Hamano
Elijah Newren writes: > On Wed, Apr 25, 2018 at 1:37 AM, Junio C Hamano wrote: > >> * en/unpack-trees-split-index-fix (2018-04-24) 1 commit >> * en/rename-directory-detection-reboot (2018-04-25) 36 commits > ... > Would you still like a re-roll? Not really.

Re: What's cooking in git.git (Apr 2018, #03; Wed, 25)

2018-04-25 Thread brian m. carlson
On Wed, Apr 25, 2018 at 05:37:52PM +0900, Junio C Hamano wrote: > * bc/object-id (2018-04-24) 41 commits > - merge-one-file: compute empty blob object ID > - add--interactive: compute the empty tree value > - Update shell scripts to compute empty tree object ID > - sha1_file: only expose empty

Re: What's cooking in git.git (Apr 2018, #03; Wed, 25)

2018-04-25 Thread Brandon Williams
On 04/25, Ævar Arnfjörð Bjarmason wrote: > > * bw/protocol-v2 (2018-03-15) 35 commits > > (merged to 'next' on 2018-04-11 at 23ee234a2c) > > + remote-curl: don't request v2 when pushing > > + remote-curl: implement stateless-connect command > > + http: eliminate "# service" line when using

Re: What's cooking in git.git (Apr 2018, #03; Wed, 25)

2018-04-25 Thread Elijah Newren
Hi Junio, On Wed, Apr 25, 2018 at 1:37 AM, Junio C Hamano wrote: > * en/unpack-trees-split-index-fix (2018-04-24) 1 commit > - unpack_trees: fix breakage when o->src_index != o->dst_index > > The split-index feature had a long-standing and dormant bug in > certain use of

js/rebase-recreate-merge, was Re: What's cooking in git.git (Apr 2018, #03; Wed, 25)

2018-04-25 Thread Johannes Schindelin
Hi Junio, On Wed, 25 Apr 2018, Junio C Hamano wrote: > * js/rebase-recreate-merge (2018-04-24) 16 commits > - rebase -i --rebase-merges: add a section to the man page > - rebase -i: introduce --rebase-merges=[no-]rebase-cousins > - pull: accept --rebase=merges to recreate the branch topology

Re: What's cooking in git.git (Apr 2018, #03; Wed, 25)

2018-04-25 Thread Ævar Arnfjörð Bjarmason
On Wed, Apr 25 2018, Junio C. Hamano wrote: > THe command line completion (in contrib/) has been taught that "git > * js/colored-push-errors (2018-04-24) 4 commits > - config: document the settings to colorize push errors/hints > - push: test to verify that push errors are colored > - push:

What's cooking in git.git (Apr 2018, #03; Wed, 25)

2018-04-25 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. You can find the changes