From: Felipe Correa da Silva Sanches Date: Thu, 12 Mar 2026 20:07:05 +0000 (+0000) Subject: Zen Old Mincho: add commit hash to METADATA.pb X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c4ff7159f6296ebd06b92d8010b086fcb795409;p=thirdparty%2Fgoogle%2Ffonts.git Zen Old Mincho: add commit hash to METADATA.pb Assisted by an AI agent (Claude Opus 4.6) --- diff --git a/ofl/zenoldmincho/METADATA.pb b/ofl/zenoldmincho/METADATA.pb index f68060c2c..2d03ee5b1 100644 --- a/ofl/zenoldmincho/METADATA.pb +++ b/ofl/zenoldmincho/METADATA.pb @@ -84,6 +84,7 @@ source { source_file: "DESCRIPTION.en_us.html" dest_file: "DESCRIPTION.en_us.html" } + commit: "490d363e7886839ba1f86971cf874a1d70ad27f0" branch: "main" } primary_script: "Jpan" diff --git a/ofl/zenoldmincho/upstream_info.md b/ofl/zenoldmincho/upstream_info.md new file mode 100644 index 000000000..b46c310ae --- /dev/null +++ b/ofl/zenoldmincho/upstream_info.md @@ -0,0 +1,26 @@ +# Zen Old Mincho — Upstream Source Investigation + +**Model**: Claude Opus 4.6 +**Date**: 2026-03-12 + +## Summary + +The upstream repository for Zen Old Mincho was identified as [https://github.com/googlefonts/zen-oldmincho](https://github.com/googlefonts/zen-oldmincho), which was already recorded in `METADATA.pb`. The source block was missing a `commit` field pointing to a specific upstream revision. + +## Investigation + +The repository at `googlefonts/zen-oldmincho` was queried via the GitHub API to retrieve the latest commit on the `main` branch. + +The latest commit on `main` was identified as `490d363e7886839ba1f86971cf874a1d70ad27f0`, authored on 2024-08-02, with message: "Update AUTHORS.txt". + +## Result + +The `commit` field was added to the `source` block in `METADATA.pb`: + +``` +Repo: https://github.com/googlefonts/zen-oldmincho +Commit: 490d363e7886839ba1f86971cf874a1d70ad27f0 +Branch: main +Status: commit hash added +Confidence: high (verified via GitHub API) +```