{ "info": { "author": "timeredbull", "author_email": "timeredbull@corp.globo.com", "bugtrack_url": null, "classifiers": [], "description": "git-change\n==========\n\ngit-change is a git extension for interaction with `rietveld\n`_ code revie tool.\n\nIt is inspired by `git-cl `_ and use parts\nof code provided by Google in the codereview mercurial plugin available at the\n`Go programming language repository\n`_.\n\nInstall\n-------\n\nYou can use `pip`, `easy_install` or download it from PyPI:\n\n::\n\n % [sudo] pip install git-cl\n\n::\n\n % [sudo] easy_install git-cl\n\n::\n\n % git clone git://github.com/timeredbull/\n\nConfigure\n---------\n\nTo configure `git-change`, run the config command:\n\n::\n\n % git config git-change.server (default is codereview.appspot.com)\n % git config git-change.default-cc (default is none)\n\nUsage\n-----\n\nCreate a new CL\n+++++++++++++++\n\nMake a new branch, commit your changes and run:\n\n::\n\n % git change master\n\nIt will generate the new CL within Rietveld.\n\nUpdate a CL\n+++++++++++\n\nTo update your CL, change make other commits and just run `git change` again.\nIt will detect that there is already a CL associated with your current branch\nand upload a new patch-set.\n\nMore instructions soon :)", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "git-cl", "package_url": "https://pypi.org/project/git-cl/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/git-cl/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/git-cl/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "git extension for interaction with rietveld", "version": "0.0.1" }, "last_serial": 469457, "releases": { "0.0.1": [] }, "urls": [] }