Ensure that a git user id and email exists in gitaudit repos #250

Merged
cmo merged 3 commits from git-audit-identity into master 2026-07-01 21:41:34 +00:00
Owner

Fixes issue #246

This PR adds user.name=dump-things-servive and user.email=dump-things-service@localhost to the git configuration of a gitaudit-repo.

This prevents git from failing due to missing user-identity information. It also ensures that git-audit entries are marked with the "real" committer, i.e., with dump-things-service.

Fixes issue #246 This PR adds `user.name=dump-things-servive` and `user.email=dump-things-service@localhost` to the git configuration of a `gitaudit`-repo. This prevents git from failing due to missing user-identity information. It also ensures that git-audit entries are marked with the "real" committer, i.e., with `dump-things-service`.
fix: ensure that a git user id exists in gitaudit repos
Some checks failed
Codespell / Check for spelling errors (push) Successful in 27s
Ruff / Code linting (push) Failing after 37s
Test execution / Test-all (push) Successful in 1m11s
Codespell / Check for spelling errors (pull_request) Successful in 26s
Ruff / Code linting (pull_request) Failing after 36s
Type annotation (PR) / check (pull_request) Has been cancelled
e499805d88
This commit adds the git-user `dump-things-servive`
with the email `dump-things-service@localhost` to
the git configuration of a `gitaudit`-repo.
chore: format according to hatch fmt
Some checks failed
Codespell / Check for spelling errors (pull_request) Successful in 42s
Codespell / Check for spelling errors (push) Successful in 45s
Ruff / Code linting (push) Successful in 55s
Type annotation (PR) / check (pull_request) Failing after 1m21s
Test execution / Test-all (push) Successful in 1m31s
Ruff / Code linting (pull_request) Successful in 25s
5f7ee8f58a
fix: fix type annotations in gitaudit-code
All checks were successful
Codespell / Check for spelling errors (push) Successful in 41s
Codespell / Check for spelling errors (pull_request) Successful in 44s
Ruff / Code linting (pull_request) Successful in 52s
Ruff / Code linting (push) Successful in 53s
Type annotation (PR) / check (pull_request) Successful in 1m19s
Test execution / Test-all (push) Successful in 1m28s
319db20352
cmo merged commit 8e86969d07 into master 2026-07-01 21:41:34 +00:00
cmo deleted branch git-audit-identity 2026-07-01 21:41:45 +00:00
Sign in to join this conversation.
No description provided.