All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jani Nikula <jani.nikula@intel.com>
To: Daniel Vetter <daniel@ffwll.ch>
Cc: intel-gfx@lists.freedesktop.org
Subject: Re: [PATCH 1/2] dim: use prep_pull_mail_overview for drm-intel-testing
Date: Mon, 02 Oct 2017 16:50:41 +0300	[thread overview]
Message-ID: <878tgt64lq.fsf@intel.com> (raw)
In-Reply-To: <20171002132253.vgk6ioxsmgxv7wbu@phenom.ffwll.local>

On Mon, 02 Oct 2017, Daniel Vetter <daniel@ffwll.ch> wrote:
> On Mon, Oct 02, 2017 at 12:45:19PM +0300, Jani Nikula wrote:
>> It's not perfect or exactly the same, but prefer fewer lines of special
>> casing anyway.
>> 
>> Signed-off-by: Jani Nikula <jani.nikula@intel.com>
>
> Ack on both patches in this series.

Pushed, thanks.

BR,
Jani.

> -Daniel
>> ---
>>  dim | 8 ++------
>>  1 file changed, 2 insertions(+), 6 deletions(-)
>> 
>> diff --git a/dim b/dim
>> index bfa6ef010806..866a420d4ef6 100755
>> --- a/dim
>> +++ b/dim
>> @@ -1615,12 +1615,8 @@ function dim_update_next_continue
>>  		The following changes tagged $tag_testing:
>>  
>>  		HERE
>> -	obj=$(git rev-parse $tag)
>> -	if [[ "$(git cat-file -t $obj)" == "tag" ]] ; then
>> -		git cat-file -p $obj | tail -n+6 >> $req_file
>> -	else
>> -		echo "*** CHANGELOG OVERVIEW HERE ***" >> $req_file
>> -	fi
>> +
>> +	prep_pull_mail_overview "$tag" >> $req_file
>>  	prep_pull_mail_signature >> $req_file
>>  
>>  	$DRY $DIM_MUA -s "Updated drm-intel-testing" \
>> -- 
>> 2.11.0
>> 

-- 
Jani Nikula, Intel Open Source Technology Center
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

      reply	other threads:[~2017-10-02 13:51 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-02  9:45 [PATCH 1/2] dim: use prep_pull_mail_overview for drm-intel-testing Jani Nikula
2017-10-02  9:45 ` [PATCH 2/2] dim: strip signatures out of the pull mail overviews Jani Nikula
2017-10-02 13:22 ` [PATCH 1/2] dim: use prep_pull_mail_overview for drm-intel-testing Daniel Vetter
2017-10-02 13:50   ` Jani Nikula [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878tgt64lq.fsf@intel.com \
    --to=jani.nikula@intel.com \
    --cc=daniel@ffwll.ch \
    --cc=intel-gfx@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.