]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Zen Old Mincho: add commit hash to METADATA.pb
authorFelipe Correa da Silva Sanches <juca@members.fsf.org>
Thu, 12 Mar 2026 20:07:05 +0000 (20:07 +0000)
committerFelipe Corrêa da Silva Sanches <juca@members.fsf.org>
Thu, 12 Mar 2026 23:17:32 +0000 (23:17 +0000)
Assisted by an AI agent (Claude Opus 4.6)

ofl/zenoldmincho/METADATA.pb
ofl/zenoldmincho/upstream_info.md [new file with mode: 0644]

index f68060c2c65d97c351550241b2aa8eb25d71a560..2d03ee5b1f640ccf16e5140cdd20f4db37b323e6 100644 (file)
@@ -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 (file)
index 0000000..b46c310
--- /dev/null
@@ -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)
+```