git author vs committer

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: git author vs committer
Date: 2012-09-12 14:21:36
Message-ID: 1347459696.16215.11.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

A while ago I wanted to cherry-pick a patch from master to a back-branch
that was initially committed by someone else. That was rejected because
our git server requires author==committer. I don't think that
restriction is particularly useful and should be lifted. I'm not saying
we should let anyone be an author, but within the pool of committers, I
think we should let the mechanics of the git tools determine these
fields.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Louis-David Mitterrand 2012-09-12 14:36:34 9.2 bug? "variable not found in subplan target list"
Previous Message Peter Eisentraut 2012-09-12 14:10:40 missing semicolon at end of psql files