| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-01-26 | Stop using current user in git hooks | Joel Klinghed | |
| Want to support any authentication for the git server, so use git commiter as username for creating reviews instead of the local user that logged in to git. Also verify that pushed commits has a valid author in pre-receive. This is tricky as pre-receive must do this check in the hook, because pre-receive runs when before the objects are pushed so the server can't read the commits, the hook must do this. | |||
| 2025-01-26 | Add basic git support | Joel Klinghed | |
| Pushing a commit to a new branch creates a review. Each project has its own git directory, with githooks installed that talkes with server process via unix sockets. | |||
