{"id":15978012,"url":"https://github.com/firsttimeinforever/git-fast-reword","last_synced_at":"2025-04-04T17:48:44.957Z","repository":{"id":130507737,"uuid":"263979739","full_name":"FirstTimeInForever/git-fast-reword","owner":"FirstTimeInForever","description":"Fast alternative for changing commit messages","archived":false,"fork":false,"pushed_at":"2020-05-14T20:43:03.000Z","size":18,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-10T03:15:19.764Z","etag":null,"topics":["git","rebase","reword"],"latest_commit_sha":null,"homepage":"","language":"C++","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/FirstTimeInForever.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-05-14T17:22:13.000Z","updated_at":"2020-07-03T09:04:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"8152d7b5-70e6-46ed-a9b0-b94e5d6c5636","html_url":"https://github.com/FirstTimeInForever/git-fast-reword","commit_stats":{"total_commits":10,"total_committers":1,"mean_commits":10.0,"dds":0.0,"last_synced_commit":"ba654075138a2dba3604d57d3137289ce992fe33"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FirstTimeInForever%2Fgit-fast-reword","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FirstTimeInForever%2Fgit-fast-reword/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FirstTimeInForever%2Fgit-fast-reword/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FirstTimeInForever%2Fgit-fast-reword/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FirstTimeInForever","download_url":"https://codeload.github.com/FirstTimeInForever/git-fast-reword/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247226196,"owners_count":20904465,"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":["git","rebase","reword"],"created_at":"2024-10-07T23:04:43.241Z","updated_at":"2025-04-04T17:48:44.938Z","avatar_url":"https://github.com/FirstTimeInForever.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# git-fast-reword\n\nFast alternative for changing commit messages.\n\n## Motivation\n\nGiven a big git repository and some commit `C`, let's say something like `HEAD~1000`.\nYou want to change commit message of `C`. So, what you can do is:\n\n```\ngit rebase -i HEAD~1000\n```\n\nThe problem is, that `git rebase` is extremely slow if you want apply it to 1000 commits.\nSo, instead you can use \n```\ngit-fast-reword HEAD~1000 \"You new message\"\n```\nto solve the problem.\n\n## Build\n\nYou will need `C` and `C++` compilers able to compile `C99` and `C++17` code.\nYou will also need `cmake` and `libssl` (on ubuntu: `apt install cmake libssl-dev`).\n\n```\ngit clone https://github.com/FirstTimeInForever/git-fast-reword.git --recursive\ncd git-fast-reword\nmkdir build \u0026\u0026 cd build\ncmake -DCMAKE_BUILD_TYPE=Release ../ \u0026\u0026 make all -j8\n```\n\n## How it works\n\nThis tool will find target commit specified by `\u003crevision\u003e`, find all commits in range `[\u003crevision\u003e; HEAD]`, reword the target commit and recreate the chain of child commits from the range.\nAfter that it sets current `HEAD` to recreated commit.\n\n## Usage\n\n```\ngit-rebase-reword \u003crevision\u003e \u003cmessage\u003e [--verbose]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirsttimeinforever%2Fgit-fast-reword","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffirsttimeinforever%2Fgit-fast-reword","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirsttimeinforever%2Fgit-fast-reword/lists"}