Uniglot should provide the standard git hooks that we want all of our repos to use to enforce standards and quality of life. We will need to add a script that takes a project like AniNIX/Uniglot and will git-clone it to ~/src/$project while updating the hooks config variable to point to Uniglot's.
Uniglot should provide the standard git hooks that we want all of our repos to use to enforce standards and quality of life. We will need to add a script that takes a project like `AniNIX/Uniglot` and will git-clone it to `~/src/$project` while updating the hooks config variable to point to Uniglot's.
uniglot-clone was added in 39c2229a1e. Hooks at this point are stable, though we aren't doing much for server-side hooks yet. That may come in a future release.
`uniglot-clone` was added in 39c2229a1e4fa92793dfda63487d32c1195ecb5f. Hooks at this point are stable, though we aren't doing much for server-side hooks yet. That may come in a future release.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Uniglot should provide the standard git hooks that we want all of our repos to use to enforce standards and quality of life. We will need to add a script that takes a project like
AniNIX/Uniglotand will git-clone it to~/src/$projectwhile updating the hooks config variable to point to Uniglot's.These hooks need to be made idempotent for the pre-receive and pre-commit hooks, with some list of excludes, like pytest.
uniglot-clonewas added in39c2229a1e. Hooks at this point are stable, though we aren't doing much for server-side hooks yet. That may come in a future release.