Re: What's cooking in git.git (Aug 2016, #08; Wed, 24)

2016-08-30 Thread Jacob Keller
On Tue, Aug 30, 2016 at 10:10 PM, Stefan Beller wrote: >> >> * sb/submodule-clone-rr (2016-08-17) 8 commits >> - clone: recursive and reference option triggers submodule alternates >> - clone: implement optional references >> - clone: clarify option_reference as required >> - clone: factor out

Re: What's cooking in git.git (Aug 2016, #08; Wed, 24)

2016-08-30 Thread Stefan Beller
> > * sb/submodule-clone-rr (2016-08-17) 8 commits > - clone: recursive and reference option triggers submodule alternates > - clone: implement optional references > - clone: clarify option_reference as required > - clone: factor out checking for an alternate path > - submodule--helper update-

Re: What's cooking in git.git (Aug 2016, #08; Wed, 24)

2016-08-26 Thread Junio C Hamano
Johannes Schindelin writes: > On Wed, 24 Aug 2016, Junio C Hamano wrote: > >> * rt/help-unknown (2016-08-18) 2 commits >> - help: make option --help open man pages only for Git commands >> - help: introduce option --command-only >> >> "git nosuchcommand --help" said "No manual entry for gitno

Re: What's cooking in git.git (Aug 2016, #08; Wed, 24)

2016-08-26 Thread Johannes Schindelin
Hi Junio, On Wed, 24 Aug 2016, Junio C Hamano wrote: > * rt/help-unknown (2016-08-18) 2 commits > - help: make option --help open man pages only for Git commands > - help: introduce option --command-only > > "git nosuchcommand --help" said "No manual entry for gitnosuchcommand", > which was

Re: What's cooking in git.git (Aug 2016, #08; Wed, 24)

2016-08-24 Thread Junio C Hamano
Jeff King writes: > On Wed, Aug 24, 2016 at 02:16:02PM -0700, Junio C Hamano wrote: > >> * jk/pack-objects-optim-mru (2016-08-11) 4 commits >> (merged to 'next' on 2016-08-11 at c0a7dae) >> + pack-objects: use mru list when iterating over packs >> + pack-objects: break delta cycles before del

Re: What's cooking in git.git (Aug 2016, #08; Wed, 24)

2016-08-24 Thread Jeff King
On Wed, Aug 24, 2016 at 02:16:02PM -0700, Junio C Hamano wrote: > * jk/pack-objects-optim-mru (2016-08-11) 4 commits > (merged to 'next' on 2016-08-11 at c0a7dae) > + pack-objects: use mru list when iterating over packs > + pack-objects: break delta cycles before delta-search phase > + sha1_f

What's cooking in git.git (Aug 2016, #08; Wed, 24)

2016-08-24 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. v2.10.0-rc1 was tagged last week,