James Moger
2013-11-25 f19b78e12517db6c4dcbb1981423830ea39916b3
src/site/administration.mkd
@@ -94,7 +94,7 @@
**How is this enforced?**
Bob must set his *user.name* and *user.email* values for the repository to match his Gitblit user account **BEFORE** committing to his repository.
Bob must properly set his *user.name* and *user.email* values for the repository to match his Gitblit user account **BEFORE** committing to his repository.
```
[user "bob"]
@@ -109,7 +109,7 @@
    git config user.name bob
    git config user.email bob@somewhere.com   
If the Gitblit account does not specify an email address, then the committer email address is ignored.  However, if the account does specify an address it must match the committer's email address.  Display name or username can be used as the committer name.
The committer email address is required to be identical.  Display name or username can be used as the committer name.
All checks are case-insensitive.