{"id":34182647,"url":"https://github.com/bertoldia/git-absorb","last_synced_at":"2026-03-09T23:35:07.826Z","repository":{"id":141944839,"uuid":"76762362","full_name":"bertoldia/git-absorb","owner":"bertoldia","description":"Automagically absorb uncommited chages into the right ancestor commit in your working branch. ","archived":false,"fork":false,"pushed_at":"2020-08-31T04:26:06.000Z","size":43,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-16T15:15:20.667Z","etag":null,"topics":["fixup","git","workflow"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/bertoldia.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":"2016-12-18T04:22:48.000Z","updated_at":"2024-06-19T08:59:48.955Z","dependencies_parsed_at":"2023-03-13T10:27:19.068Z","dependency_job_id":null,"html_url":"https://github.com/bertoldia/git-absorb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bertoldia/git-absorb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bertoldia%2Fgit-absorb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bertoldia%2Fgit-absorb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bertoldia%2Fgit-absorb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bertoldia%2Fgit-absorb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bertoldia","download_url":"https://codeload.github.com/bertoldia/git-absorb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bertoldia%2Fgit-absorb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30316772,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T20:05:46.299Z","status":"ssl_error","status_checked_at":"2026-03-09T19:57:04.425Z","response_time":61,"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":["fixup","git","workflow"],"created_at":"2025-12-15T14:09:48.743Z","updated_at":"2026-03-09T23:35:07.817Z","avatar_url":"https://github.com/bertoldia.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# git-absorb\n\nA git command inspired by the mercurial command of the same name described\n[here](https://groups.google.com/forum/#!topic/mozilla.dev.version-control).\n\nThe gist of this command is to automagically fixup or squash uncommitted (though\npossibly staged) modifications into the right ancestor commit (or a user\nspecified commit) in a working branch with no user interaction.\n\nThe common use case or workflow is for e.g. to modify commits in response to\nissues raised during a code review, or when you change your mind about the\ncontent of existing commits in your working branch.\n\nAn alternate workflow for the above use-cases is to do an interactive rebase,\nmark the relevant commits with (m)odify, make changes, then do git add + git\nrebase --continue.\n\n## Phase 1\n* user must specify target commit into which changes should be absorbed.\n* no squash, fixup only.\n\n## Phase 2\n* find (if it exists) the single commit that can cleanly (i.e. without merge\n  conflicts) absorb the outstanding changes. Fail if more than one such commit\n  exists.\n* no squash, fixup only.\n\n## Phase 3\n* Add support for --squash.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbertoldia%2Fgit-absorb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbertoldia%2Fgit-absorb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbertoldia%2Fgit-absorb/lists"}