{"id":16231537,"url":"https://github.com/hustcc/the-git-commit","last_synced_at":"2025-08-17T21:34:17.528Z","repository":{"id":63324054,"uuid":"119381735","full_name":"hustcc/the-git-commit","owner":"hustcc","description":":octocat: Nano nodejs module to get information of any git commit.","archived":false,"fork":false,"pushed_at":"2018-04-18T02:00:25.000Z","size":7,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-03T17:38:35.308Z","etag":null,"topics":["commit","commit-info","git","git-commit","the-git-commit"],"latest_commit_sha":null,"homepage":"https://github.com/hustcc/the-git-commit","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hustcc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-01-29T12:49:15.000Z","updated_at":"2019-06-25T09:34:02.000Z","dependencies_parsed_at":"2022-11-17T01:45:25.549Z","dependency_job_id":null,"html_url":"https://github.com/hustcc/the-git-commit","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/hustcc%2Fthe-git-commit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hustcc%2Fthe-git-commit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hustcc%2Fthe-git-commit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hustcc%2Fthe-git-commit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hustcc","download_url":"https://codeload.github.com/hustcc/the-git-commit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247792923,"owners_count":20996896,"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":["commit","commit-info","git","git-commit","the-git-commit"],"created_at":"2024-10-10T13:06:00.301Z","updated_at":"2025-04-08T06:43:56.606Z","avatar_url":"https://github.com/hustcc.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# the-git-commit\n\n\u003e Nano nodejs module to get information of any git commit.\n\n[![Ver](https://img.shields.io/npm/v/the-git-commit.svg)](https://www.npmjs.com/package/the-git-commit) [![Build Status](https://travis-ci.org/hustcc/the-git-commit.svg?branch=master)](https://travis-ci.org/hustcc/the-git-commit) [![Coverage Status](https://coveralls.io/repos/github/hustcc/the-git-commit/badge.svg?branch=master)](https://coveralls.io/github/hustcc/the-git-commit)\n\n\n\n## Usage\n\n```js\nvar TGM = require('the-git-commit');\n\n// lasest commit of current dir\nnew TGM().info();\n\n// lasest commit of `the-git-commit`\nnew TGM('/home/hustcc/the-git-commit').info();\n\n// the commit of current dir\nnew TGM().info('a63e1b4');\n\n// the commit of `the-git-commit`\nnew TGM('/home/hustcc/the-git-commit').info('a63e1b488ac24759276a2de414122e7bca4351be');\n```\n\nThen get:\n\n\n```js\n{\n  hash: 'a41d55c100ae3e47a4781b7215cc2b5578fb59de',\n  short: 'a41d55c',\n  merge: ['54df71f', 'f8d50c8'],\n  author: 'hustcc',\n  email: 'i@hust.cc',\n  date: 'Mon Dec 18 20:26:34 2017 +0800',\n  message: 'Merge branch \\'release_20171218\\' of fixed-1'\n}\n\n```\n\n\n\n## LICENSE\n\n[MIT](https://github.com/hustcc).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhustcc%2Fthe-git-commit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhustcc%2Fthe-git-commit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhustcc%2Fthe-git-commit/lists"}