--- src/commit_id.py.orig 2026-07-12 06:13:05 +++ src/commit_id.py 2026-07-18 12:35:21 @@ -131,7 +131,7 @@ depfile = sys.argv[3] if len(sys.argv) == 4 else None commit_id_size = 12 commit_date = 'unknown date' - commit_position = '0' + commit_position = '@COMMIT_POSITION@' # If the ANGLE_UPSTREAM_HASH environment variable is set, use it as # commit_id. commit_date will be 'unknown date' and commit_position will be 0