{ "info": { "author": "Kaspar Schleiser", "author_email": "kaspar@schleiser.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Version Control :: Git" ], "description": "# regit: keep those branches rebased\n\nregit is a git add-on for managing branch dependencies.\n\n## Why\n\nMany github projects are using a pull request based workflow. Developers\nwho believe their feature branch is ready for merging open a pull request,\nand after some time, someone might or might not press the merged button, and\nthe branch gets merged.\n\nIf you now have your branch (let's call it A) PR'ed, and you'd like to do some\nwork based on that branch in another branch (let's call that B), and also PR\nthat, the new PR will contain all the commits from branch A, possibly\ncluttering the commit list. Now if a reviewer finds a flaw in A that needs\nfixing, in order to reflect those changes in B, that branch needs to be rebased\non A. Not a big deal with just two branches. But if you're trying to keep your\nPR's small and to the point, you might end up with a lot of interdependend\nbranches, like \"driver D needs generic_driver C, which itself depends on\ncore_fix A and B\". Now any change to \"core_fix A\" implies a cascade of manually\nupdating C and D.\n\nregit helps with that.\n\n## How to use\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/kaspar030/regit", "keywords": "git plugin", "license": "GPLv3", "maintainer": "", "maintainer_email": "", "name": "regit", "package_url": "https://pypi.org/project/regit/", "platform": "", "project_url": "https://pypi.org/project/regit/", "project_urls": { "Homepage": "https://github.com/kaspar030/regit" }, "release_url": "https://pypi.org/project/regit/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "regit: a dpe branch dependency manager", "version": "0.0.1" }, "last_serial": 5465255, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "37027d90baf2479501715d40392cf605", "sha256": "766060a31955b626dbcb266354285826ba52da82ce7a3f5a052b1f56b771d9d1" }, "downloads": -1, "filename": "regit-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "37027d90baf2479501715d40392cf605", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 22009, "upload_time": "2019-06-29T12:21:01", "url": "https://files.pythonhosted.org/packages/70/73/d3949d87a7b97d32410c0c5c26faa15b74db410f064aa27d56b7fffc93ee/regit-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e1f14d19c1d7b424d8b040c8196c0ebb", "sha256": "7f876d88c6b4f05bb55aedb1d7bc4924a72e58c001dcb0381a23d4d382487f0c" }, "downloads": -1, "filename": "regit-0.0.1.tar.gz", "has_sig": false, "md5_digest": "e1f14d19c1d7b424d8b040c8196c0ebb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10560, "upload_time": "2019-06-29T12:21:04", "url": "https://files.pythonhosted.org/packages/fe/ed/5682508a0afac1a5428f2d50d0dc85e897811b567127940c6fa9a86c5e48/regit-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "37027d90baf2479501715d40392cf605", "sha256": "766060a31955b626dbcb266354285826ba52da82ce7a3f5a052b1f56b771d9d1" }, "downloads": -1, "filename": "regit-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "37027d90baf2479501715d40392cf605", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 22009, "upload_time": "2019-06-29T12:21:01", "url": "https://files.pythonhosted.org/packages/70/73/d3949d87a7b97d32410c0c5c26faa15b74db410f064aa27d56b7fffc93ee/regit-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e1f14d19c1d7b424d8b040c8196c0ebb", "sha256": "7f876d88c6b4f05bb55aedb1d7bc4924a72e58c001dcb0381a23d4d382487f0c" }, "downloads": -1, "filename": "regit-0.0.1.tar.gz", "has_sig": false, "md5_digest": "e1f14d19c1d7b424d8b040c8196c0ebb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10560, "upload_time": "2019-06-29T12:21:04", "url": "https://files.pythonhosted.org/packages/fe/ed/5682508a0afac1a5428f2d50d0dc85e897811b567127940c6fa9a86c5e48/regit-0.0.1.tar.gz" } ] }