[fpc-pascal] Push rules

Michael Van Canneyt michael at freepascal.org
Tue Jun 22 13:44:41 CEST 2021


Hello,

Martin asked how we intend to go about git commit authors/emails.
These can of course be manipulated at will in Git.

But gitlab can place some restrictions on what is pushed to the repo:

https://docs.gitlab.com/ee/push_rules/push_rules.html

>From what I understood, the lazarus team is looking at
"Check whether the commit author is a GitLab user"
and
"Reject unverified users"

(the difference between those two is not clear to me)

Any opinions on this ?

There are many other options.
I only propose to forbid pushing executables (*.exe) or even object files (*.o).

Michael.


More information about the fpc-pascal mailing list