Re: Would it be helpful for share the patch merge result from cfbot

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: Andy Fan <zhihui(dot)fan1213(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Would it be helpful for share the patch merge result from cfbot
Date: 2020-10-23 01:51:25
Message-ID: CA+hUKGLW2PnHxabF3JZGoPfcKFYRCtx+hu5a5yw=KWy57yW5cg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Oct 23, 2020 at 2:32 PM Andy Fan <zhihui(dot)fan1213(at)gmail(dot)com> wrote:
> Currently when people want to review a patch, they have to download / apply /
> maintain the branch manually. Would it be helpful that the reviewer can just
> git fetch a remote branch where all the things have been done already. I know
> that such cost saving is small, but it is a startup cost, so personally I think it is
> a good place to improve. Since we already maintain such remote git repo at cbfot,
> so can we just expose such URL for each item in commitfest then things would be done?
>
> At the bottom of cfbot, we have words "Please send feedback to thomas munro",
> so I added Tomas in the cc list.

Hi Andy,

Try this:

git remote add cfbot https://github.com/postgresql-cfbot/postgresql.git
git fetch cfbot commitfest/30/2785
git checkout commitfest/30/2785

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2020-10-23 01:57:42 Re: Would it be helpful for share the patch merge result from cfbot
Previous Message Mark Dilger 2020-10-23 01:50:29 Re: new heapcheck contrib module