| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Not going to happen but why not use NUL delimiter when it's available.
|
|
Add logs
Add remote keys for each user
|
|
Only the owner or a maintainer of the project can remove a review.
Removing a review also removes the git branch.
Only reviews that are either draft or dropped can be removed.
|
|
Git treats most of a config name as case-insensitive.
Specifically section and value are case-insenstive while optional
subsection, if it exists, is case-sensitive.
So, in "a.b.c" a and c will be made lowercase but not b before
checking the cache. And in "a.b" both a and b will be made lowercase
|
|
Having to include --feature=build-server in basically all commands
that wasn't building eyeballs-githook got tiring quickly.
Instead, use workspaces, with a separate project for building
the githook. It means I also had to add a library common with
code shared by both githook and server.
|