{"id":20357201,"url":"https://github.com/baba-s/unigitcommithash","last_synced_at":"2026-05-17T18:01:42.409Z","repository":{"id":110295211,"uuid":"255304234","full_name":"baba-s/UniGitCommitHash","owner":"baba-s","description":"【Unity】Git のコミットハッシュを管理するスクリプトを生成するエディタ拡張","archived":false,"fork":false,"pushed_at":"2020-04-13T23:59:44.000Z","size":26,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-15T01:31:55.358Z","etag":null,"topics":["unity","unity-editor","unity-extension","unity3d"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/baba-s.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-13T11:12:46.000Z","updated_at":"2020-10-06T16:49:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"4590b57b-2d34-4bc3-9002-7452329b619a","html_url":"https://github.com/baba-s/UniGitCommitHash","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baba-s%2FUniGitCommitHash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baba-s%2FUniGitCommitHash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baba-s%2FUniGitCommitHash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baba-s%2FUniGitCommitHash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/baba-s","download_url":"https://codeload.github.com/baba-s/UniGitCommitHash/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241894714,"owners_count":20038507,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["unity","unity-editor","unity-extension","unity3d"],"created_at":"2024-11-14T23:19:43.412Z","updated_at":"2026-05-17T18:01:37.353Z","avatar_url":"https://github.com/baba-s.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UniGitCommitHash\n\nGit のコミットハッシュを管理するスクリプトを生成するエディタ拡張\n\n![](https://img.shields.io/badge/Unity-2019.2%2B-red.svg)\n![](https://img.shields.io/badge/.NET-4.x-orange.svg)\n[![](https://img.shields.io/github/license/baba-s/UniGitCommitHash.svg)](https://github.com/baba-s/UniGitCommitHash/blob/master/LICENSE.md)\n\n## 使用例\n\n```cs\nvar outputPath = \"Assets/Scripts/GitCommitHash.cs\";\n\nvar option = new CommitLogOption\n(\n\tcount: 10,\n\tisNoMerges: false,\n\tformat: \"%h %cd %cn %s\"\n);\n\nvar template = $@\"public static class GitCommitHash\n{{\n    public const string COMMIT_HASH       = \"\"{GitCommitHashCodeGenerator.COMMIT_HASH_TAG}\"\";\n    public const string SHORT_COMMIT_HASH = \"\"{GitCommitHashCodeGenerator.SHORT_COMMIT_HASH_TAG}\"\";\n    public const string COMMIT_LOG_TAG    = @\"\"{GitCommitHashCodeGenerator.COMMIT_LOG_TAG}\"\";\n}}\";\n\nGitCommitHashCodeGenerator.Generate( outputPath, template, option );\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaba-s%2Funigitcommithash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbaba-s%2Funigitcommithash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaba-s%2Funigitcommithash/lists"}