{"id":27601281,"url":"https://github.com/ryuslash/commit-check","last_synced_at":"2025-07-09T14:39:19.829Z","repository":{"id":15961234,"uuid":"18703865","full_name":"ryuslash/commit-check","owner":"ryuslash","description":"Simple git commit style checker","archived":false,"fork":false,"pushed_at":"2014-04-12T19:24:20.000Z","size":140,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-22T17:17:06.483Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ryuslash.png","metadata":{"files":{"readme":"README.org","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-04-12T12:48:52.000Z","updated_at":"2015-05-23T22:03:45.000Z","dependencies_parsed_at":"2022-09-24T06:02:18.790Z","dependency_job_id":null,"html_url":"https://github.com/ryuslash/commit-check","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ryuslash/commit-check","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryuslash%2Fcommit-check","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryuslash%2Fcommit-check/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryuslash%2Fcommit-check/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryuslash%2Fcommit-check/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryuslash","download_url":"https://codeload.github.com/ryuslash/commit-check/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryuslash%2Fcommit-check/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264476902,"owners_count":23614592,"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":[],"created_at":"2025-04-22T17:17:05.583Z","updated_at":"2025-07-09T14:39:19.797Z","avatar_url":"https://github.com/ryuslash.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"#+STARTUP: showall\n#+OPTIONS: toc:nil\n\n* commit-check v0.1.0\n\n  This is the commit-check project. It is a quick and easy commit\n  style checker that can be used either as a git hook to enforce the\n  style checked by commit-check, or as a syntax checker back-end (like\n  [[http://flycheck.readthedocs.org/en/latest/][Flycheck]]).\n\n  The entire code for the project is currently contained in the\n  ~commit-check~ file. The files ~test-pass.txt~, ~test-fail-barely.txt~ and\n  ~test-fail-miserably.txt~ are used for testing purposes. They contain\n  and explain certain situations that can occur when writing commits\n  that may or may not cause errors to be reported.\n\n** Installation\n\n   commit-check can either be used manually (or as a back-end to some\n   other tool), or as a git ~commit-msg~ hook to stop you from\n   committing badly styled commit messages.\n\n*** For manual use\n\n    To get this project up and running make sure you have perl\n    installed and that commit-check is somewhere in your ~PATH~.\n\n*** As git hook\n\n    Place the commit-check executable file in the ~.git/hooks~ directory\n    of your project, with the name ~commit-msg~. It doesn't need to be\n    the actual executable, it can also be a (soft) link to the\n    executable, or a script running this program (passing along all\n    arguments).\n\n** Usage\n\n   When used as a git ~commit-msg~ hook it should just be a question of\n   getting it in the right place and it'll work. If, however, you\n   have another use for it and need to run it manually, there are\n   some command-line options that you can use:\n\n   - =-h= :: Show a short help message to help you along.\n   - =-0= :: Always exit with a ~0~ exit status.\n\n   Some tools, such as the before-mentioned Flycheck, don't like it\n   when the back-end tool exits with a non-zero exit status and think\n   that means that the tool failed to run. To keep such tools happy\n   the =-0= can be used.\n\n   commit check expects the file to check as the last argument on the\n   command line (or actually, the first non-option argument).\n\n** License\n\n   This project is licensed under the GNU GPLv3, its terms and\n   conditions can be found in the file ~COPYING~ in the project source\n   tree.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryuslash%2Fcommit-check","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryuslash%2Fcommit-check","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryuslash%2Fcommit-check/lists"}