From b9d3138f651774a2bd922fe040dbae6850ebb37d Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Fri, 23 Jan 2026 18:31:28 +0000 Subject: Add icon key to .gitinfo example and documentation --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index b976405..1973bfd 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ The `.gitinfo` file uses JSONC (JSON with Comments) format, allowing for easy re { "root": "https://github.com/example/repository", "gitmail": "patches@example.com", + "icon": "https://example.com/icon.png", "description": "Example repository description", "tags": ["example", "repository", "gitinfo"], "mirrors": [ @@ -34,6 +35,7 @@ The `.gitinfo` file uses JSONC (JSON with Comments) format, allowing for easy re - `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. +- `icon`: A public URL or data URI formatted image (PNG, SVG, etc.) representing an icon for the repository. If using a data URI, we recommend using base64 encoding for compatibility. - `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. -- cgit v1.2.3