Search Results

3
votes

Prevent people from pushing a git commit with a different author name?

We use the following to prevent accidental unknown-author commits (for example when doing a fast commit from a customer's server or something). It should be placed in .git/hooks/pre-receive and mad …