Re: What's cooking in git.git (Apr 2014, #03; Fri, 11)

2014-04-17 Thread Junio C Hamano
"W. Trevor King" writes: > On Fri, Apr 11, 2014 at 03:22:58PM -0700, Junio C Hamano wrote: >> * jl/submodule-recursive-checkout (2013-12-26) 5 commits >> - Teach checkout to recursively checkout submodules >> - submodule: teach unpack_trees() to update submodules >> - submodule: teach unpack_t

Re: [git] What's cooking in git.git (Apr 2014, #03; Fri, 11)

2014-04-17 Thread W. Trevor King
On Fri, Apr 11, 2014 at 03:22:58PM -0700, Junio C Hamano wrote: > * jl/submodule-recursive-checkout (2013-12-26) 5 commits > - Teach checkout to recursively checkout submodules > - submodule: teach unpack_trees() to update submodules > - submodule: teach unpack_trees() to repopulate submodules >

Re: What's cooking in git.git (Apr 2014, #03; Fri, 11)

2014-04-16 Thread Ramsay Jones
On 16/04/14 00:18, Duy Nguyen wrote: > On Tue, Apr 15, 2014 at 11:45 PM, Junio C Hamano wrote: >> Ramsay Jones writes: >> >>> On 11/04/14 23:22, Junio C Hamano wrote: >>> [...] [New Topics] * nd/index-pack-one-fd-per-thread (2014-04-09) 1 commit - index-pack: work around thre

Re: What's cooking in git.git (Apr 2014, #03; Fri, 11)

2014-04-15 Thread Duy Nguyen
On Tue, Apr 15, 2014 at 11:45 PM, Junio C Hamano wrote: > Ramsay Jones writes: > >> On 11/04/14 23:22, Junio C Hamano wrote: >> [...] >>> [New Topics] >>> >>> * nd/index-pack-one-fd-per-thread (2014-04-09) 1 commit >>> - index-pack: work around thread-unsafe pread() >>> >>> Enable threaded inde

Re: What's cooking in git.git (Apr 2014, #03; Fri, 11)

2014-04-15 Thread Junio C Hamano
Ramsay Jones writes: > On 11/04/14 23:22, Junio C Hamano wrote: > [...] >> [New Topics] >> >> * nd/index-pack-one-fd-per-thread (2014-04-09) 1 commit >> - index-pack: work around thread-unsafe pread() >> >> Enable threaded index-pack on platforms without thread-unsafe >> pread() emulation. >

Re: What's cooking in git.git (Apr 2014, #03; Fri, 11)

2014-04-13 Thread Michael Haggerty
On 04/12/2014 12:22 AM, Junio C Hamano wrote: > [...] > * mh/ref-transaction (2014-04-07) 27 commits > - ref_transaction_commit(): work with transaction->updates in place > - struct ref_update: add a type field > - struct ref_update: add a lock field > - ref_transaction_commit(): simplify code

Re: What's cooking in git.git (Apr 2014, #03; Fri, 11)

2014-04-12 Thread Ramsay Jones
On 11/04/14 23:22, Junio C Hamano wrote: [...] > [New Topics] > > * nd/index-pack-one-fd-per-thread (2014-04-09) 1 commit > - index-pack: work around thread-unsafe pread() > > Enable threaded index-pack on platforms without thread-unsafe > pread() emulation. > > Will merge to 'next' and keep

Re: What's cooking in git.git (Apr 2014, #03; Fri, 11)

2014-04-11 Thread Junio C Hamano
Felipe Contreras writes: > Junio C Hamano wrote: >> * fc/complete-aliased-push (2014-04-09) 1 commit >> - completion: fix completing args of aliased "push", "fetch", etc. >> >> Will merge to 'next'. >> >> >> * fc/remote-helper-fixes (2014-04-09) 4 commits >> - remote-bzr: include authors fi

RE: What's cooking in git.git (Apr 2014, #03; Fri, 11)

2014-04-11 Thread Felipe Contreras
Junio C Hamano wrote: > * fc/complete-aliased-push (2014-04-09) 1 commit > - completion: fix completing args of aliased "push", "fetch", etc. > > Will merge to 'next'. > > > * fc/remote-helper-fixes (2014-04-09) 4 commits > - remote-bzr: include authors field in pushed commits Before you do,

What's cooking in git.git (Apr 2014, #03; Fri, 11)

2014-04-11 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 number of topics cooking in 'next' has been shrinking, and the cycle is getting long. Hopefully we will have -rc0 late next week to close th