{"id":31074127,"url":"https://github.com/clarson/git_dedupe_commits","last_synced_at":"2026-05-07T15:45:07.791Z","repository":{"id":312629518,"uuid":"1048080588","full_name":"clarson/git_dedupe_commits","owner":"clarson","description":"Removes duplicate commits on a branch.","archived":false,"fork":false,"pushed_at":"2025-09-03T00:37:29.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-16T02:22:09.382Z","etag":null,"topics":["bash","git"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/clarson.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-31T21:45:11.000Z","updated_at":"2025-09-03T22:24:14.000Z","dependencies_parsed_at":"2025-09-03T02:26:56.814Z","dependency_job_id":"d162eb59-4a66-4be5-b731-d1c1429962cb","html_url":"https://github.com/clarson/git_dedupe_commits","commit_stats":null,"previous_names":["clarson/git_fix_merge_rebase","clarson/git_dedupe_commits"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/clarson/git_dedupe_commits","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clarson%2Fgit_dedupe_commits","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clarson%2Fgit_dedupe_commits/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clarson%2Fgit_dedupe_commits/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clarson%2Fgit_dedupe_commits/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clarson","download_url":"https://codeload.github.com/clarson/git_dedupe_commits/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clarson%2Fgit_dedupe_commits/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32744868,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["bash","git"],"created_at":"2025-09-16T02:03:20.926Z","updated_at":"2026-05-07T15:45:07.760Z","avatar_url":"https://github.com/clarson.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"### NAME\n\n    git_dedupe_commits.sh\n\n### SYNOPSIS\n\n    git_dedupe_commits.sh [ -l | --loosen ]\n        [ --ca | --common-ansestor ] [ -d | --delim ] \n        [ --dr | --dry-run ] [ -v | --verbose ]\n        [ -p | --progress ] [ --pt | --preserve-tmp ] \u003cBad Branch/Tag/commit\u003e\n\n### DESCRIPTION\n\n    Removes duplicate commits on a branch.\n\n### Options\n\t-l, --loosen\n        Loosen the commit matching. Can specify multiple times to make\n        it more forgiving on matches. Useful when commit messages don't\n        match due to edits during rebasing.\n\n    --ca, --common-ansestor (Default)\n        Use merge-base to determine common ansestor. Speeds up finding\n        duplicate commits, but slightly possible to miss commits.\n\n    ---no-ca, --no-common-ansestor\n        Disables common-ansestor. Slower, but possibly more accurate.\n\n    -d, --delim (Default: |)\n        Change delimiter. Must be a printable character.\n\n    --dr, --dry-run\n        Dry run.  Emits the cherry-pick command to be run, and does NOT\n        run the command.\n\n    --no-dr, --no-dry-run (Default)\n        Does the run.\n\n    -v, --verbose\n        Verbose output.\n\n    --no-verbose (Default)\n        Disable verbose output.\n\n    -p, --progress (Default)\n        Progress output.\n\n    --no-progress\n        Disables progress output.\n\n    --pt, --preserve-tmp\n        Preserves the temporary directory. Could be useful for debuging.\n\n    --no-pt, --no-preserve-tmp (Default)\n        Deletes temporary directory.\n\n### Usage\n\n    1) Create a clean branch based on the base/team branch\n    2) Run git_dedupe_commits.sh \u003cBad branch/Tag/Commit\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclarson%2Fgit_dedupe_commits","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclarson%2Fgit_dedupe_commits","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclarson%2Fgit_dedupe_commits/lists"}