I am trying to configure a gitolite server. One problem that I find annoying in git is that the username is not checked when compiling the code.
This can lead to a possible “identity phishing” when user1 can commit some dummy code and set user2 as the username. Then we will blame user2.
I am looking for a way to check or make the username be compatible with the committer ID.
source
share