{"id":17942769,"url":"https://github.com/b1f6c1c4/git-freeze","last_synced_at":"2026-04-29T17:33:45.189Z","repository":{"id":87842154,"uuid":"250646969","full_name":"b1f6c1c4/git-freeze","owner":"b1f6c1c4","description":"Convert git submodules to regular directories","archived":false,"fork":false,"pushed_at":"2020-09-21T22:47:14.000Z","size":17,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-09T13:36:02.852Z","etag":null,"topics":["git","git-commit","git-flow","git-submodule","git-subtree"],"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/b1f6c1c4.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}},"created_at":"2020-03-27T21:02:15.000Z","updated_at":"2025-06-08T12:28:59.000Z","dependencies_parsed_at":"2023-03-04T08:15:09.350Z","dependency_job_id":null,"html_url":"https://github.com/b1f6c1c4/git-freeze","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/b1f6c1c4/git-freeze","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b1f6c1c4%2Fgit-freeze","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b1f6c1c4%2Fgit-freeze/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b1f6c1c4%2Fgit-freeze/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b1f6c1c4%2Fgit-freeze/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/b1f6c1c4","download_url":"https://codeload.github.com/b1f6c1c4/git-freeze/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b1f6c1c4%2Fgit-freeze/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32436879,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T17:26:39.753Z","status":"ssl_error","status_checked_at":"2026-04-29T17:25:53.857Z","response_time":110,"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","git-commit","git-flow","git-submodule","git-subtree"],"created_at":"2024-10-29T03:07:18.240Z","updated_at":"2026-04-29T17:33:45.172Z","avatar_url":"https://github.com/b1f6c1c4.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# git freeze\n\n\u003e Convert submodules to regular directories\n\n## Why\n\nExternal dependencies break everytime.\nWe want to manage everything by ourselves!\n\n## Install\n\n```bash\ngit clone --depth=1 git@github.com:b1f6c1c4/git-freeze.git\ngit config --global alias.freeze '!'\"$(pwd)/git-freeze/git-freeze\"\n```\n\n## Usage\n\n```\nUsage: git-freeze [-h|--help] [-n|--dry-run]\n        [--tree|--octopus] [--no-commit]\n        [--keep-gitmodules]\n        [--] \u003cargs-for-git-commit\u003e\n\n    Convert submodules to regular directories (of their HEADs)\n\n    -n|--dry-run: Just list what commits will be freezed\n\n    --tree: Don't modify anything, just give me the tree SHA-1\n            (implies --no-commit)\n\n    --octopus: Preserve history of all submodules by merging\n        Warning: ENTIRE history of ALL submodules is a huge deal!\n\n    --no-commit: Don't commit (like git merge --no-commit)\n\n    --keep-git-modules: Do not remove the .gitmodules file\n```\n\nNote:\nSubmodules will be converted to directories of which content are wherever their HEADs point to,\n**NOT** where the parent repo index points to.\n\nIf you wish to convert based on where the parent repo index points to, align the submodules HEADs with parent repo index first by:\n```bash\ngit submodule update --init --recursive\n```\n\nNote:\nThis tool only modify the **parent repo**. All submodules' worktrees are **NOT touched**.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb1f6c1c4%2Fgit-freeze","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fb1f6c1c4%2Fgit-freeze","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb1f6c1c4%2Fgit-freeze/lists"}