Re: What's cooking in git.git (Mar 2014, #08; Mon, 31)

2014-04-03 Thread Junio C Hamano
Heiko Voigt writes: > On Mon, Mar 31, 2014 at 05:29:03PM -0700, Junio C Hamano wrote: >> * hv/submodule-ignore-fix (2013-12-06) 4 commits >> - disable complete ignorance of submodules for index <-> HEAD diff >> - always show committed submodules in summary after commit >> - teach add -f option

Re: What's cooking in git.git (Mar 2014, #08; Mon, 31)

2014-04-02 Thread Heiko Voigt
On Mon, Mar 31, 2014 at 05:29:03PM -0700, Junio C Hamano wrote: > * hv/submodule-ignore-fix (2013-12-06) 4 commits > - disable complete ignorance of submodules for index <-> HEAD diff > - always show committed submodules in summary after commit > - teach add -f option for ignored submodules > -

Re: What's cooking in git.git (Mar 2014, #08; Mon, 31)

2014-04-02 Thread Junio C Hamano
David Kastrup writes: > Junio C Hamano writes: > >> Junio C Hamano writes: >> >>> I haven't reverted the merge of that "submodule update" topic yet; I >>> should do that soonish. >>> ... >> >> Sigh... This is giving me a lot of headache. >> >> As 23d25e48 (submodule: explicit local branch crea

Re: What's cooking in git.git (Mar 2014, #08; Mon, 31)

2014-04-01 Thread David Kastrup
Junio C Hamano writes: > Junio C Hamano writes: > >> I haven't reverted the merge of that "submodule update" topic yet; I >> should do that soonish. >> ... > > Sigh... This is giving me a lot of headache. > > As 23d25e48 (submodule: explicit local branch creation in > module_clone, 2014-01-26)

Re: What's cooking in git.git (Mar 2014, #08; Mon, 31)

2014-04-01 Thread Duy Nguyen
On Wed, Apr 2, 2014 at 2:17 AM, Junio C Hamano wrote: >> Unfortunately, this multiple checkout thing conflicts with how I >> use emacs (--daemon) so I'm not one of its heavy users either. I >> only occastionally make new, short-lived checkouts to test things. > > FWIW, I do keep a permanent multi-

Re: What's cooking in git.git (Mar 2014, #08; Mon, 31)

2014-04-01 Thread Junio C Hamano
Junio C Hamano writes: > I haven't reverted the merge of that "submodule update" topic yet; I > should do that soonish. > ... Sigh... This is giving me a lot of headache. As 23d25e48 (submodule: explicit local branch creation in module_clone, 2014-01-26) has been in 'master' since fairly early

Re: What's cooking in git.git (Mar 2014, #08; Mon, 31)

2014-04-01 Thread Junio C Hamano
Duy Nguyen writes: > The basic support is there. Some bells and whistles (e.g. listing > checkouts) are not, but we can add them when we see the needs. Eric > and Torsten helped review but no, there hasn't much discussion about > it, which may be because it's already perfect, or people are not >

Re: What's cooking in git.git (Mar 2014, #08; Mon, 31)

2014-03-31 Thread Duy Nguyen
On Tue, Apr 1, 2014 at 7:29 AM, Junio C Hamano wrote: > * nd/multiple-work-trees (2014-03-25) 28 commits > - count-objects: report unused files in $GIT_DIR/repos/... > - gc: support prune --repos > - gc: style change -- no SP before closing bracket > - prune: strategies for linked checkouts >

What's cooking in git.git (Mar 2014, #08; Mon, 31)

2014-03-31 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'. More topics merged to 'master', some of which are fallouts from GSoC microprojects, some are updates to docs. C/C++ funcname pattern update is