From: Felipe Correa da Silva Sanches Date: Thu, 12 Mar 2026 20:06:58 +0000 (+0000) Subject: Thasadith: add commit hash to METADATA.pb X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e7dbcc51e50746eafddcfef3ddf3766178d2e64;p=thirdparty%2Fgoogle%2Ffonts.git Thasadith: add commit hash to METADATA.pb Assisted by an AI agent (Claude Opus 4.6) --- diff --git a/ofl/thasadith/METADATA.pb b/ofl/thasadith/METADATA.pb index 84d92bc17..4cc601978 100644 --- a/ofl/thasadith/METADATA.pb +++ b/ofl/thasadith/METADATA.pb @@ -46,6 +46,7 @@ subsets: "thai" subsets: "vietnamese" source { repository_url: "https://github.com/cadsondemak/Thasadith" + commit: "033efaea8de73e59dc6bace69d2ffb69d4598b03" } primary_script: "Thai" stroke: "SANS_SERIF" diff --git a/ofl/thasadith/upstream_info.md b/ofl/thasadith/upstream_info.md new file mode 100644 index 000000000..ef0d1a937 --- /dev/null +++ b/ofl/thasadith/upstream_info.md @@ -0,0 +1,15 @@ +# Thasadith — Source Metadata Investigation +**Model**: Claude Opus 4.6 +**Date**: 2026-03-12 + +## Source Repository +- **URL**: https://github.com/cadsondemak/Thasadith +- **Commit**: `033efaea8de73e59dc6bace69d2ffb69d4598b03` +- **Status**: Commit hash was added to existing source block + +## What Was Done +The source block in METADATA.pb contained only a repository_url with no files, branch, or commit fields. The latest commit hash was retrieved from the GitHub API and added to the source block. The hash was verified via `gh api repos/cadsondemak/Thasadith/commits/{hash}`. + +## Notes +- The source block has no explicit file mappings or branch specification, meaning it relies on default behavior. +- Repository is maintained by Cadson Demak.