]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
ZCOOL XiaoWei: add commit hash to METADATA.pb
authorFelipe Correa da Silva Sanches <juca@members.fsf.org>
Thu, 12 Mar 2026 20:07:00 +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/zcoolxiaowei/METADATA.pb
ofl/zcoolxiaowei/upstream_info.md [new file with mode: 0644]

index 1b338ab106ea24e067b200771927c22a9f71bedd..e5ff35479757df89b2f9b7c66d889043bcc5d9e2 100644 (file)
@@ -17,5 +17,6 @@ subsets: "latin"
 subsets: "menu"
 source {
   repository_url: "https://github.com/googlefonts/zcool-xiaowei"
+  commit: "e94fc01eed059b3396129a48f756a46f7737fe2f"
 }
 primary_script: "Hans"
diff --git a/ofl/zcoolxiaowei/upstream_info.md b/ofl/zcoolxiaowei/upstream_info.md
new file mode 100644 (file)
index 0000000..31e910f
--- /dev/null
@@ -0,0 +1,28 @@
+# ZCOOL XiaoWei — Upstream Source Investigation
+
+**Model**: Claude Opus 4.6
+**Date**: 2026-03-12
+
+## Summary
+
+The upstream repository for ZCOOL XiaoWei was identified as [https://github.com/googlefonts/zcool-xiaowei](https://github.com/googlefonts/zcool-xiaowei), 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/zcool-xiaowei` was queried via the GitHub API to retrieve the latest commit on the default (`main`) branch.
+
+The latest commit on `main` was identified as `e94fc01eed059b3396129a48f756a46f7737fe2f`, authored on 2018-12-05, with message: "append ZCOOL".
+
+Note: The copyright notice in METADATA.pb listed a different URL (`https://www.github.com/googlefonts/xiaowei`), but the `repository_url` field correctly points to `https://github.com/googlefonts/zcool-xiaowei`.
+
+## Result
+
+The `commit` field was added to the `source` block in `METADATA.pb`:
+
+```
+Repo: https://github.com/googlefonts/zcool-xiaowei
+Commit: e94fc01eed059b3396129a48f756a46f7737fe2f
+Branch: main (default)
+Status: commit hash added
+Confidence: high (verified via GitHub API)
+```