{"id":34647196,"url":"https://github.com/neuschaefer/stg1","last_synced_at":"2026-04-15T17:32:50.091Z","repository":{"id":254686082,"uuid":"847261474","full_name":"neuschaefer/stg1","owner":"neuschaefer","description":"Fork of Stacked Git version 1.x (written in Python)","archived":false,"fork":false,"pushed_at":"2025-01-20T23:52:44.000Z","size":2956,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T00:24:05.270Z","etag":null,"topics":["git","patches","python","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/neuschaefer.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.md","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-25T10:12:45.000Z","updated_at":"2025-01-20T23:52:47.000Z","dependencies_parsed_at":"2024-08-25T11:26:39.617Z","dependency_job_id":"b36584c8-4eaf-4c69-abd9-2c909ed52e26","html_url":"https://github.com/neuschaefer/stg1","commit_stats":null,"previous_names":["neuschaefer/stg1"],"tags_count":39,"template":false,"template_full_name":null,"purl":"pkg:github/neuschaefer/stg1","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neuschaefer%2Fstg1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neuschaefer%2Fstg1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neuschaefer%2Fstg1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neuschaefer%2Fstg1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neuschaefer","download_url":"https://codeload.github.com/neuschaefer/stg1/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neuschaefer%2Fstg1/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31852836,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"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","patches","python","python3"],"created_at":"2025-12-24T17:48:19.583Z","updated_at":"2026-04-15T17:32:50.086Z","avatar_url":"https://github.com/neuschaefer.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# stg1\n\n[Stacked Git](https://github.com/stacked-git/stgit), **StGit** for short, is an\napplication for managing Git commits as a stack of patches.\n\n`stg1` is a fork of StGit version 1.5, i.e. before StGit was rewritten in Rust.\n\nWith a *patch stack* workflow, multiple patches can be developed\nconcurrently and efficiently, with each patch focused on a single\nconcern, resulting in both a clean Git commit history and improved\nproductivity.\n\nFor a complete introduction to StGit, see the [Stacked Git\nhomepage](https://stacked-git.github.io).\n\n## Getting started\n\nTo get a feel for how StGit works, see this brief [example of StGit in\naction][example]. Or check out the [in-depth tutorial][tutorial].\n\n[example]: https://stacked-git.github.io/guides/usage-example\n[tutorial]: https://stacked-git.github.io/guides/tutorial\n\nStGit also has a complete set of [man pages][man] describing the\n[`stg`][stg] command line tool and each of its subcommands.\n\n[man]: https://stacked-git.github.io/man\n[stg]: https://stacked-git.github.io/man/stg\n\n## Installation\n\nSee [CHANGELOG.md](CHANGELOG.md) to see what has changed in the latest\nStGit release.\n\n### Dependencies\n\nStGit is written in pure Python with no third-party Python dependencies.\nStGit supports Python versions \u003e= 3.5.\n\nStGit works within the context of a Git repository by running `git`\ncommands. [Git](https://git-scm.com) 2.2.0 or newer is required.\n\n### Source Installation\n\nStGit may also be installed from source. Download the [latest\nrelease][latest] or clone from the [StGit repository on GitHub][repo].\n\n[latest]: https://github.com/stacked-git/stgit/releases/latest\n[repo]: https://github.com/stacked-git/stgit\n\nTo install from source, choose a `prefix` and run:\n\n``` shellsession\n$ make prefix=/usr/local install install-doc\n```\n\nFor more information about installation, see [INSTALL](INSTALL).\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for a full guide to contributing\nto StGit.\n\n## Maintainers\n\nstg1 is maintained by J. Neuschäfer.\n\nSpecial thanks to Catalin Marinas and Peter Grayson.\n\nFor a complete list of StGit's authors, see [AUTHORS.md](AUTHORS.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneuschaefer%2Fstg1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneuschaefer%2Fstg1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneuschaefer%2Fstg1/lists"}