diff options
| author | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-01-23 16:36:25 +0000 |
|---|---|---|
| committer | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-01-23 16:36:25 +0000 |
| commit | 95e7b57e247d780e7273bdd5e5f3ab089691f86e (patch) | |
| tree | 67aa9f9078c82b4d51c5576a1dc9c08dcc51898a | |
| parent | fcfafca9bc537746dabdb82a07ed7eb80b95c143 (diff) | |
| download | gitinfo-95e7b57e247d780e7273bdd5e5f3ab089691f86e.tar gitinfo-95e7b57e247d780e7273bdd5e5f3ab089691f86e.tar.gz gitinfo-95e7b57e247d780e7273bdd5e5f3ab089691f86e.tar.bz2 gitinfo-95e7b57e247d780e7273bdd5e5f3ab089691f86e.tar.xz gitinfo-95e7b57e247d780e7273bdd5e5f3ab089691f86e.zip | |
Add gitmail key to .gitinfo example and documentation
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -15,6 +15,7 @@ The `.gitinfo` file uses JSONC (JSON with Comments) format, allowing for easy re ```jsonc { "root": "https://github.com/example/repository", + "gitmail": "patches@example.com", "description": "Example repository description", "tags": ["example", "repository", "gitinfo"], "mirrors": [ @@ -32,6 +33,7 @@ The `.gitinfo` file uses JSONC (JSON with Comments) format, allowing for easy re ### Supported Keys - `root`: The URL of the root repository. This key is mandatory and should point to the main hosting location of the repository that acts as the source of truth for the codebase. +- `gitmail`: An email address associated with the repository for submitting git patches. See [git-send-email.io](https://git-send-email.io/) for details. - `description`: A brief description of the repository's purpose or contents. - `tags`: A list of tags or keywords associated with the repository for easier categorization and searchability. - `mirrors`: A list of URLs representing mirror repositories. |
