On Mon, Nov 11, 2013 at 3:16 PM, Richard Hansen wrote:
> On 2013-11-11 14:31, Felipe Contreras wrote:
>> On Sun, Nov 10, 2013 at 10:05 PM, Richard Hansen wrote:
>>
>>> @@ -379,7 +382,7 @@ test_expect_success 'export utf-8 authors' '
>>> git add content &&
>>> git commit -m one &&
On 2013-11-11 14:31, Felipe Contreras wrote:
> On Sun, Nov 10, 2013 at 10:05 PM, Richard Hansen wrote:
>
>> @@ -379,7 +382,7 @@ test_expect_success 'export utf-8 authors' '
>> git add content &&
>> git commit -m one &&
>> git remote add bzr "bzr::../bzrrepo" &&
>> -
On Sun, Nov 10, 2013 at 10:05 PM, Richard Hansen wrote:
> @@ -379,7 +382,7 @@ test_expect_success 'export utf-8 authors' '
> git add content &&
> git commit -m one &&
> git remote add bzr "bzr::../bzrrepo" &&
> - git push bzr
> + git push -u bzr master
>
On 2013-11-11 06:37, Felipe Contreras wrote:
> Richard Hansen wrote:
>> Change 'git push' to 'git push -u ' in one of the
>> test-bzr.sh tests to ensure that the test continues to pass when the
>> default value of push.default changes to simple.
>
> This makes sense.
>
>> Also, explicitly set pu
Richard Hansen wrote:
> Change 'git push' to 'git push -u ' in one of the
> test-bzr.sh tests to ensure that the test continues to pass when the
> default value of push.default changes to simple.
This makes sense.
> Also, explicitly set push.default to simple to silence warnings when
> using --v
Change 'git push' to 'git push -u ' in one of the
test-bzr.sh tests to ensure that the test continues to pass when the
default value of push.default changes to simple.
Also, explicitly set push.default to simple to silence warnings when
using --verbose.
Signed-off-by: Richard Hansen
---
contri
6 matches
Mail list logo