Matthieu Moy writes:
> Not HEAD, but .git/rebase-merge/onto, i.e. the target of the rebase.
> Ideally, I would have loved to see "rebasing master on origin/master",
> but I do not think the target ref name is stored during rebase.
Perhaps do it with --format=%s then. It often is useless to know
Duy Nguyen writes:
> On Tue, Jan 29, 2013 at 7:31 PM, Matthieu Moy
> wrote:
>> I like the idea.
>>
>> Nguyễn Thái Ngọc Duy writes:
>>
>>> diff --git a/t/t7512-status-help.sh b/t/t7512-status-help.sh
>>> index b3f6eb9..096ba6f 100755
>>> --- a/t/t7512-status-help.sh
>>> +++ b/t/t7512-status-help
On Tue, Jan 29, 2013 at 7:31 PM, Matthieu Moy
wrote:
> I like the idea.
>
> Nguyễn Thái Ngọc Duy writes:
>
>> diff --git a/t/t7512-status-help.sh b/t/t7512-status-help.sh
>> index b3f6eb9..096ba6f 100755
>> --- a/t/t7512-status-help.sh
>> +++ b/t/t7512-status-help.sh
>> @@ -76,7 +76,7 @@ test_exp
I like the idea.
Nguyễn Thái Ngọc Duy writes:
> diff --git a/t/t7512-status-help.sh b/t/t7512-status-help.sh
> index b3f6eb9..096ba6f 100755
> --- a/t/t7512-status-help.sh
> +++ b/t/t7512-status-help.sh
> @@ -76,7 +76,7 @@ test_expect_success 'status when rebase in progress before
> resolving c
Signed-off-by: Nguyễn Thái Ngọc Duy
---
Seems like a good thing to do.
t/t7512-status-help.sh | 36 +++
wt-status.c| 58 ++
wt-status.h| 1 +
3 files changed, 68 insertions(+), 27 deletions(-)
5 matches
Mail list logo