Add Git Hooks #1

Closed
opened 2022-01-18 16:57:42 -06:00 by DarkFeather · 2 comments
Owner

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.
DarkFeather self-assigned this 2022-05-04 06:53:56 -05:00
Author
Owner

These hooks need to be made idempotent for the pre-receive and pre-commit hooks, with some list of excludes, like pytest.

These hooks need to be made idempotent for the pre-receive and pre-commit hooks, with some list of excludes, like pytest.
DarkFeather added the
On-hold
label 2023-04-18 14:56:29 -05:00
DarkFeather removed their assignment 2023-04-18 14:56:32 -05:00
Author
Owner

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.
Sign in to join this conversation.
No description provided.