Re: What's cooking in git.git (Sep 2013, #02; Mon, 9)

2013-09-22 Thread Matthieu Moy
Jens Lehmann  writes:

> Am 21.09.2013 00:29, schrieb Junio C Hamano:
>> Jens Lehmann  writes:
>> 
>>> Am 10.09.2013 00:53, schrieb Junio C Hamano:
 * bc/submodule-status-ignored (2013-09-04) 2 commits
  - submodule: don't print status output with ignore=all
  - submodule: fix confusing variable name

  Originally merged to 'next' on 2013-08-22

  Will merge to 'next'.
>>>
>>> I propose to cook this some time in next to give submodule
>>> users who have configured ignore=all the opportunity to test
>>> and comment on that. And as Matthieu noticed the documentation
>>> is not terribly clear here, I'll prepare one or two patches to
>>> fix that which should go in together with these changes.
>> 
>> The patches are still in 'next' but I think with the documentation
>> update you and Matthieu did, it should be ready to be in 'master'
>> now, no?
>
> No objections from my side as nobody reported any problems during
> the month that series cooked in next.

No objection from me either. I'm not a user of the feature, so I can't
really tell how good it is.

-- 
Matthieu Moy
http://www-verimag.imag.fr/~moy/
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: What's cooking in git.git (Sep 2013, #02; Mon, 9)

2013-09-22 Thread Jens Lehmann
Am 21.09.2013 00:29, schrieb Junio C Hamano:
> Jens Lehmann  writes:
> 
>> Am 10.09.2013 00:53, schrieb Junio C Hamano:
>>> * bc/submodule-status-ignored (2013-09-04) 2 commits
>>>  - submodule: don't print status output with ignore=all
>>>  - submodule: fix confusing variable name
>>>
>>>  Originally merged to 'next' on 2013-08-22
>>>
>>>  Will merge to 'next'.
>>
>> I propose to cook this some time in next to give submodule
>> users who have configured ignore=all the opportunity to test
>> and comment on that. And as Matthieu noticed the documentation
>> is not terribly clear here, I'll prepare one or two patches to
>> fix that which should go in together with these changes.
> 
> The patches are still in 'next' but I think with the documentation
> update you and Matthieu did, it should be ready to be in 'master'
> now, no?

No objections from my side as nobody reported any problems during
the month that series cooked in next.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: What's cooking in git.git (Sep 2013, #02; Mon, 9)

2013-09-20 Thread Junio C Hamano
Jens Lehmann  writes:

> Am 10.09.2013 00:53, schrieb Junio C Hamano:
>> * bc/submodule-status-ignored (2013-09-04) 2 commits
>>  - submodule: don't print status output with ignore=all
>>  - submodule: fix confusing variable name
>> 
>>  Originally merged to 'next' on 2013-08-22
>> 
>>  Will merge to 'next'.
>
> I propose to cook this some time in next to give submodule
> users who have configured ignore=all the opportunity to test
> and comment on that. And as Matthieu noticed the documentation
> is not terribly clear here, I'll prepare one or two patches to
> fix that which should go in together with these changes.

The patches are still in 'next' but I think with the documentation
update you and Matthieu did, it should be ready to be in 'master'
now, no?
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: What's cooking in git.git (Sep 2013, #02; Mon, 9)

2013-09-11 Thread Stefan Beller
On 09/10/2013 12:53 AM, Junio C Hamano wrote:
> * sb/repack-in-c (2013-08-30) 2 commits
>  - repack: retain the return value of pack-objects
>  - repack: rewrite the shell script in C
> 
>  Any further reviews?

Just came home from holiday (with no internet ;)
but I'll review my code now that I have quite
a mental distance to that code I wrote earlier.

Stefan



signature.asc
Description: OpenPGP digital signature


Re: What's cooking in git.git (Sep 2013, #02; Mon, 9)

2013-09-10 Thread Junio C Hamano
Jens Lehmann  writes:

> Am 10.09.2013 00:53, schrieb Junio C Hamano:
>> * bc/submodule-status-ignored (2013-09-04) 2 commits
>>  - submodule: don't print status output with ignore=all
>>  - submodule: fix confusing variable name
>> 
>>  Originally merged to 'next' on 2013-08-22
>> 
>>  Will merge to 'next'.
>
> I propose to cook this some time in next to give submodule
> users who have configured ignore=all the opportunity to test
> and comment on that. And as Matthieu noticed the documentation
> is not terribly clear here, I'll prepare one or two patches to
> fix that which should go in together with these changes.

OK.

Thanks.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: What's cooking in git.git (Sep 2013, #02; Mon, 9)

2013-09-10 Thread Junio C Hamano
Matthieu Moy  writes:

> Junio C Hamano  writes:
>
>> * mm/rebase-continue-freebsd-WB (2013-09-09) 1 commit
>>  - rebase: fix run_specific_rebase's use of "return" on FreeBSD
>>
>>  Work around a bug in FreeBSD shell that caused a regression to "git
>>  rebase" in v1.8.4.  It would be lovely to hear from FreeBSD folks a
>>  success report to make sure we didn't miss any other use of a bare
>>  "return" from dot-sourced script.
>>
>>  Will merge to 'next'.
>
> BTW, this is a candidate for maint too I guess.

Yes, thanks for reminding me.  I was planning to change that label
to "Will merge to 'master' and later to 'maint'" when it hits
'next'.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: What's cooking in git.git (Sep 2013, #02; Mon, 9)

2013-09-10 Thread Jens Lehmann
Am 10.09.2013 00:53, schrieb Junio C Hamano:
> * bc/submodule-status-ignored (2013-09-04) 2 commits
>  - submodule: don't print status output with ignore=all
>  - submodule: fix confusing variable name
> 
>  Originally merged to 'next' on 2013-08-22
> 
>  Will merge to 'next'.

I propose to cook this some time in next to give submodule
users who have configured ignore=all the opportunity to test
and comment on that. And as Matthieu noticed the documentation
is not terribly clear here, I'll prepare one or two patches to
fix that which should go in together with these changes.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: What's cooking in git.git (Sep 2013, #02; Mon, 9)

2013-09-10 Thread Matthieu Moy
Junio C Hamano  writes:

> * mm/rebase-continue-freebsd-WB (2013-09-09) 1 commit
>  - rebase: fix run_specific_rebase's use of "return" on FreeBSD
>
>  Work around a bug in FreeBSD shell that caused a regression to "git
>  rebase" in v1.8.4.  It would be lovely to hear from FreeBSD folks a
>  success report to make sure we didn't miss any other use of a bare
>  "return" from dot-sourced script.
>
>  Will merge to 'next'.

BTW, this is a candidate for maint too I guess.

-- 
Matthieu Moy
http://www-verimag.imag.fr/~moy/
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html