{"id":21643425,"url":"https://github.com/concretecms/incremental-filter-branch","last_synced_at":"2026-04-01T23:34:10.653Z","repository":{"id":56957175,"uuid":"125771098","full_name":"concretecms/incremental-filter-branch","owner":"concretecms","description":"A script that applies git filter-branch in an incremental way","archived":false,"fork":false,"pushed_at":"2023-11-29T18:11:12.000Z","size":71,"stargazers_count":4,"open_issues_count":3,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2026-03-14T10:37:21.812Z","etag":null,"topics":["bash","filter-branch","git","incremental","posix-sh","subtree-split"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/concretecms.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}},"created_at":"2018-03-18T21:53:40.000Z","updated_at":"2023-09-19T01:56:45.000Z","dependencies_parsed_at":"2025-04-11T18:21:29.306Z","dependency_job_id":"ec656859-13bd-44c9-a39c-ba10dd8d46c9","html_url":"https://github.com/concretecms/incremental-filter-branch","commit_stats":null,"previous_names":["concrete5/incremental-filter-branch"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/concretecms/incremental-filter-branch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/concretecms%2Fincremental-filter-branch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/concretecms%2Fincremental-filter-branch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/concretecms%2Fincremental-filter-branch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/concretecms%2Fincremental-filter-branch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/concretecms","download_url":"https://codeload.github.com/concretecms/incremental-filter-branch/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/concretecms%2Fincremental-filter-branch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31292970,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T21:15:39.731Z","status":"ssl_error","status_checked_at":"2026-04-01T21:15:34.046Z","response_time":53,"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":["bash","filter-branch","git","incremental","posix-sh","subtree-split"],"created_at":"2024-11-25T05:34:19.114Z","updated_at":"2026-04-01T23:34:10.628Z","avatar_url":"https://github.com/concretecms.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![TravisCI Build Status](https://travis-ci.org/concrete5/incremental-filter-branch.svg?branch=master)](https://travis-ci.org/concrete5/incremental-filter-branch)\n\n## Introduction\n\n[`git filter-branch`](https://git-scm.com/docs/git-filter-branch) is a really nice git feature.\nFor instance, it allows fancy stuff like subtree-splitting.\n\nProblems may arise when the repository contains a lot of commits: this operation can take a lot of time.\n\nLuckily recent versions of git allow us to perform this operation in an incremental way:\nthe first time `filter-branch` still requires some time, but following calls can be very fast.\n\n\n## Requirements\n\n- git 2.16.0 or newer\n- common commands (`sed`, `grep`, `md5sum`, `cut`, ...)\n\n\n## Usage\n\nGet the script and read the syntax using the `--help` option.\n\n\n## Examples\n\n```sh\n./bin/incremental-git-filterbranch \\\n    --branch-whitelist 'develop master rx:release\\/.*' \\\n    --tag-blacklist 'rx:5\\..*' \\\n    --tags-plan all --tags-max-history-lookup 10 \\\n    https://github.com/concrete5/concrete5.git \\\n    '--prune-empty --subdirectory-filter concrete' \\\n    git@github.com:concrete5/concrete5-core.git\n```\n\n\n## Legal stuff\n\nUse at your own risk.\n[MIT License](https://github.com/concrete5/incremental-filter-branch/blob/master/LICENSE).\n\n\n## Credits\n\nSpecial thanks to [Ian Campbell](https://github.com/ijc) for the implementation of the `--state-branch` option of git,\nand his hints about how it can be used.\nThis script works only thanks to him (and if it doesn't work I'm the only person to blame).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconcretecms%2Fincremental-filter-branch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconcretecms%2Fincremental-filter-branch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconcretecms%2Fincremental-filter-branch/lists"}