On Mon, Apr 4, 2016 at 10:30 PM, Junio C Hamano wrote:
> Matthieu Moy writes:
>
>> Mehul Jain writes:
>>
>>> -test_rebase_autostash () {
>>> +test_pull_autostash () {
>>> git reset --hard before-rebase &&
>>> echo dirty >new_file &&
>>> git add new_file &&
>>> -git pull --reba
Matthieu Moy writes:
> Mehul Jain writes:
>
>> -test_rebase_autostash () {
>> +test_pull_autostash () {
>> git reset --hard before-rebase &&
>> echo dirty >new_file &&
>> git add new_file &&
>> -git pull --rebase --autostash . copy &&
>> +git pull $@ . copy &&
>
> Not stri
On Mon, Apr 4, 2016 at 1:01 PM, Matthieu Moy
wrote:
> Mehul Jain writes:
>
>> -test_rebase_autostash () {
>> +test_pull_autostash () {
>> git reset --hard before-rebase &&
>> echo dirty >new_file &&
>> git add new_file &&
>> - git pull --rebase --autostash . copy &&
>> +
Mehul Jain writes:
> -test_rebase_autostash () {
> +test_pull_autostash () {
> git reset --hard before-rebase &&
> echo dirty >new_file &&
> git add new_file &&
> - git pull --rebase --autostash . copy &&
> + git pull $@ . copy &&
Not strictly needed here, but I'd write
On Sat, Apr 2, 2016 at 1:58 PM, Mehul Jain wrote:
> The following series is applicable on mj/pull-rebase-autostash.
>
> Changes made vs v1:
> * [Patch v1 4/5] is broken into three patches to increase
> readability of the patches.
>
> * [Patch 4/5] Factor o
The following series is applicable on mj/pull-rebase-autostash.
Thanks Eric and Junio for there comments on previous version[1]
Changes made vs v1:
* [Patch v1 4/5] is broken into three patches to increase
readability of the patches.
* [Patch 4/5] Factor
6 matches
Mail list logo