{ "info": { "author": "SuperFashi", "author_email": "admin@superfashi.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "License :: Freely Distributable" ], "description": "=======\nFakeGit\n=======\n|pypi|\n\nFakeGit is a great tool to fool yourself and others, it will modify your local git config file, deceive git to recognize the committer as somebody else.\n\nYou can use it on your own project or any repository, if you have push privilege.\n\nExample\n=======\n.. image:: https://superfashi.b0.upaiyun.com/wp-content/uploads/2016/07/fakegitdemo.png\n :alt: FakeGit Demo\n :align: center\n\nFor example, the father of jQuery and the father of PHP is committing with a funny slogan, with my great respect and no offence for sure.\n\nThose are real commits and will be recognized by Github and almost any git hosting websites as a user of one, if such user exists.\n\nInstallation\n============\n.. code-block:: bash\n\n git clone https://github.com/hanbang-wang/FakeGit\n cd FakeGit\n python setup.py install\n\nOr use pip:\n\n.. code-block:: bash\n\n pip install fakegit\n\nUsage\n=====\n.. code-block:: bash\n\n fakegit [--user] [--help|-h]\n\nFakeGit passes all your arguments into original Git cli, except for the following:\n\n.. code-block:: bash\n\n change Change your local identity for ever\n recover Quickly delete 'user' params in your local git config file\n --help, -h A brief guide\n\nFakeGit intercepts ``--user`` with exact one arg following, which is the committer's identity.\n\nIdentity Format\n---------------\nFor exact input, use ``name `` format, for example:\n\n.. code-block:: bash\n\n --user 'John Doe '\n\nor if you want to keep the email blank, just keep it blank:\n\n.. code-block:: bash\n\n --user 'No Email <>'\n\nI also provided a quick identity lookup for Github users, fill in name only:\n\n.. code-block:: bash\n\n --user 'example'\n\nExamples\n--------\n\n.. code-block:: bash\n\n fakegit commit -a -m \"A example.\" --user hanbang-wang\"\n\nIt will use Github API with the id `hanbang_wang`, which is me, lookup my commits history and my commit email, generating a format like `SuperFashi ` , use it to make commit messages.\n\nBut I recommend to specify a user info:\n\n.. code-block:: bash\n\n fakegit commit -a -m \"A example.\" --user \"SuperFashi \"\n\nof course you can use any git command by FakeGit:\n\n.. code-block:: bash\n\n fakegit push --user \"whateveryoulike <>\"\n # same as `git push`\n\nBut it would not make any difference, since only the ``commit`` command will use `user` params.\n\nAdditions\n---------\n\n``fakegit change`` will change your local identity for ever, therefore it must followed by ``--user``, or it will throw an error.\n\n``fakegit recover`` is a quick tool for you to delete `user` params in your local git config file, in case of tired being someone else, or need a reset after a force quit.\n\nLicense & Something\n===================\nThis little project is unlicensed, check `LICENSE `_ file for more information. But you should read the following carefully:\n\n**This project has something to do with others identity, so you may end up becoming an identity thief or harm the reputation of others or anything illegal may happen.**\n\nI do not take any responsibility, as I hope this project will only use for harmless jokes, educational or research purpose.\n\n.. |pypi| image:: https://badge.fury.io/py/fakegit.svg\n :target: https://pypi.python.org/pypi/fakegit", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/hanbang-wang/FakeGit/tarball/master", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/hanbang-wang/FakeGit", "keywords": "git,fakegit", "license": "Unlicense", "maintainer": null, "maintainer_email": null, "name": "fakegit", "package_url": "https://pypi.org/project/fakegit/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/fakegit/", "project_urls": { "Download": "https://github.com/hanbang-wang/FakeGit/tarball/master", "Homepage": "https://github.com/hanbang-wang/FakeGit" }, "release_url": "https://pypi.org/project/fakegit/0.1/", "requires_dist": null, "requires_python": null, "summary": "A great tool to fool yourself and others", "version": "0.1" }, "last_serial": 2206023, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "631a046590069849fc9d49ed56cb4a57", "sha256": "fb3c045edb9c0453651352a784e3ba97a21ef617d738fcc066e574f4b294be73" }, "downloads": -1, "filename": "fakegit-0.1.tar.gz", "has_sig": false, "md5_digest": "631a046590069849fc9d49ed56cb4a57", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4654, "upload_time": "2016-07-06T15:35:00", "url": "https://files.pythonhosted.org/packages/04/c5/cee7326a2f83e828acffe16925e7c95bc5a4db93b2ddf76d87f341fe0b26/fakegit-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "631a046590069849fc9d49ed56cb4a57", "sha256": "fb3c045edb9c0453651352a784e3ba97a21ef617d738fcc066e574f4b294be73" }, "downloads": -1, "filename": "fakegit-0.1.tar.gz", "has_sig": false, "md5_digest": "631a046590069849fc9d49ed56cb4a57", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4654, "upload_time": "2016-07-06T15:35:00", "url": "https://files.pythonhosted.org/packages/04/c5/cee7326a2f83e828acffe16925e7c95bc5a4db93b2ddf76d87f341fe0b26/fakegit-0.1.tar.gz" } ] }