{"id":38873485,"url":"https://github.com/34seod/git-diff-lcs","last_synced_at":"2026-01-17T14:33:28.386Z","repository":{"id":54161972,"uuid":"344728681","full_name":"34seod/git-diff-lcs","owner":"34seod","description":"Advanced git-diff(insertions, deletions, modifications)","archived":false,"fork":false,"pushed_at":"2021-05-27T08:27:20.000Z","size":52,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-09T12:19:32.786Z","etag":null,"topics":["git-diff","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/34seod.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":"2021-03-05T07:24:26.000Z","updated_at":"2021-05-27T08:27:23.000Z","dependencies_parsed_at":"2022-08-13T08:00:47.218Z","dependency_job_id":null,"html_url":"https://github.com/34seod/git-diff-lcs","commit_stats":null,"previous_names":["btpink-seo/git-diff-lcs"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/34seod/git-diff-lcs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/34seod%2Fgit-diff-lcs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/34seod%2Fgit-diff-lcs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/34seod%2Fgit-diff-lcs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/34seod%2Fgit-diff-lcs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/34seod","download_url":"https://codeload.github.com/34seod/git-diff-lcs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/34seod%2Fgit-diff-lcs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28509959,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T13:38:16.342Z","status":"ssl_error","status_checked_at":"2026-01-17T13:37:44.060Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["git-diff","ruby"],"created_at":"2026-01-17T14:33:28.314Z","updated_at":"2026-01-17T14:33:28.376Z","avatar_url":"https://github.com/34seod.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitDiffLCS\n\nGenerally, git diff --stat does not contain modifications, so we added it to display modifications using the LCS algorithm.\n\n## Installation\n```bash\n$ gem install git_diff_lcs\n```\n\n## How to use\n\n```bash\n$ git_diff_lcs shortstat  [GIT_REPOSITORY or WORKING_DIRECTORY] [SRC(branch or commit)] [DEST(branch or commit)]\n$ git_diff_lcs shortstat  https://github.com/btpink-seo/git-diff-lcs.git test/src test/dest\n$ git_diff_lcs shortstat  workspace/git-diff-lcs test/src test/dest\n```\n\n## Compare with \"git diff --shortstat\"\n\n```bash\n$ git diff --shortstat test/src test/dest\n 5 files changed, 15 insertions(+), 8 deletions(-)\n\n$ git_diff_lcs shortstat https://github.com/btpink-seo/git-diff-lcs.git test/src test/dest\n 5 files changed, 13 insertions(+), 6 deletions(-), 2 modifications(!), total(21)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F34seod%2Fgit-diff-lcs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F34seod%2Fgit-diff-lcs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F34seod%2Fgit-diff-lcs/lists"}