{ "info": { "author": "Brandon Rhodes", "author_email": "brandon@rhodesmill.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Version Control", "Topic :: Utilities" ], "description": "When working on a version-controlled project on my hard drive, I often\nflip over to another project to make a quick change. By the end of the\nday I have forgotten about that other change and only find it months\nlater when I enter that repository again. I needed a way to be alerted\nat the end of each day about any uncommitted changes sitting around on\nmy system.\n\nThus was born this \"uncommitted\" script: using by either your system\n*locate(1)* command or by walking a filesystem tree on its own, it will\nfind version-controlled directories and print a report on the standard\noutput about any uncommitted changes still sitting on your drive. By\nrunning it from a *cron(8)* job you can make this notification routine.\n\nInstalling and running \"uncommitted\"\n------------------------------------\n\nYou can install the latest version of \"uncommitted\" from the Python\nPackage Index with::\n\n $ pip install uncommitted\n\nThis should make the \"uncommitted\" shell command available to you,\nplacing it in the same directory as Python. You can then run\n\"uncommitted\" on a directory and its subdirectories by typing::\n\n $ uncommitted ~\n\nShould you ever want a list of all repositories, and not just those with\nuncommitted changes, you can use the \"-v\" verbose option::\n\n $ uncommitted -v ~\n\nYou can always get help by running \"uncommitted\" without arguments or\nwith the \"-h\" or \"--help\" options.\n\nThere is also support for using the *locate(1)* command to scan for\nrepositories, which lets \"uncommitted\" operate quickly even over very\nlarge filesystems::\n\n $ uncommitted -l ~/devel\n\nBut be warned: because the *locate(1)* database is only updated once a\nday on most systems, this will miss repositories which you have created\nsince its last run. It also will not work at all if your home directory\nis missing from the database because of permissions, encryption, or the\nversion of *locate(1)* that you have installed. So do not trust the\noutput when using this option until you have verified by hand that it\ncan indeed see an uncommitted change that you leave somewhere\ndeliberately!\n\nSupported VCs\n-------------\n\nAt the moment, \"uncommitted\" supports:\n\n* `Git`_ (.git directories)\n* `Mercurial`_ (.hg directories)\n* `Subversion`_ (.svn directories)\n\nTo operate, \"uncommitted\" requires the command-line tool for the\ncorresponding version-control system to be runnable from the shell.\nNote that I am not opposed to someone contributing code to support\nBazaar, or other more obscure version control systems, if you want to\ncontribute additional detection and scanning routines.\n\nChangelog\n---------\n\n**2.1** (2018 Feb 22)\n\n- When running in follow-symlinks mode, uncommitted is now careful to\n avoid both symlink loops and visiting the same directories twice.\n\n- Now prints a warning and keeps running (instead of crashing) if a\n repository is present for which the corresponding version control\n command line is not installed.\n\n**2.0.1** (2018 Jan 21)\n\n- Fix Python 3 error with ``-l`` / ``--locate`` by switching all\n internal processing to use bytes instead of strings.\n\n**1.9** (2017 Jul 4)\n\n- Sub-repositories in git are now scanned (`AurelienLourot`_)\n- Add ``-s`` / ``--stash`` to detect git stashes (`AurelienLourot`_)\n- Add ``--ignore-svn-states`` to ignore specific states (`fleimgruber`_)\n- Test suite now runs under Windows (`fleimgruber`_)\n\n.. _AurelienLourot: https://github.com/AurelienLourot\n.. _fleimgruber: https://github.com/fleimgruber\n\n**1.8** (2016 Oct 30)\n\n- Add ``-I`` to ignore repositories matching a substring.\n- Add ``-n`` to detect and list non-tracking branches.\n- *Bugfix:* no longer errors if a filename has encoding errors.\n\n**1.7** (2016 Oct 9)\n\n- Report all un-pushed git commits, not only commits for the current branch.\n- Add ``-L`` that follows symlinks while walking filesystem.\n- Add ``-u`` that prints untracked files in git repositories.\n\n**1.6** (2014 Feb 26)\n\n- Show whether git commits need to be pushed.\n\n**1.5** (2013 Oct 29)\n\n- Fix Subversion support under Python 3.\n- Add Subversion to the test suite.\n\n**1.4** (2013 Oct 5)\n\n- Made ``-w`` the default, not ``-l``.\n- Add compatibility with Python 3.\n\n**1.3** (2010 May 10)\n\n- *Bugfix*: the Git command is \"status\" not \"st\".\n\n**1.2** (2010 May 9)\n\n- `Eapen`_ contributed code to support Git.\n\n**1.1** (2010 April 24)\n\n- *Bugfix:* changed *locate(1)* command line to use shell wildcards, since\n it does not support regular expressions under MacOS X.\n\n- *Bugfix:* all repositories were being called \"Subversion\" repositories.\n\n.. _Mercurial: http://mercurial.selenic.com/\n.. _Subversion: http://subversion.tigris.org/\n.. _Git: http://git-scm.com/\n.. _Eapen: http://eapen.in\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/brandon-rhodes/uncommitted", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "uncommitted", "package_url": "https://pypi.org/project/uncommitted/", "platform": "", "project_url": "https://pypi.org/project/uncommitted/", "project_urls": { "Homepage": "https://github.com/brandon-rhodes/uncommitted" }, "release_url": "https://pypi.org/project/uncommitted/2.1/", "requires_dist": null, "requires_python": "", "summary": "Scan filesystem for changes not committed to version control", "version": "2.1" }, "last_serial": 3605195, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "e461edbce7ccf1a6be78cd55fb8fdca3", "sha256": "e1b013a413e6688071fb83ed398fae667952f89c0a48a234cb04f039b728ee9d" }, "downloads": -1, "filename": "uncommitted-1.0.tar.gz", "has_sig": false, "md5_digest": "e461edbce7ccf1a6be78cd55fb8fdca3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4185, "upload_time": "2010-04-23T16:09:43", "url": "https://files.pythonhosted.org/packages/a5/47/64e8a8fb6e698a4a29fbf108fad9e3a202068f1082c3042e7291cd4e5154/uncommitted-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "0e2104d673b9c25cf9eb95b9a25628b5", "sha256": "ebc311b9e6ed7a1d0b6df9e541f374248fa672427522eae1863f24608ddb93f5" }, "downloads": -1, "filename": "uncommitted-1.1.tar.gz", "has_sig": false, "md5_digest": "0e2104d673b9c25cf9eb95b9a25628b5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4492, "upload_time": "2010-04-24T20:36:38", "url": "https://files.pythonhosted.org/packages/73/82/49b18a4c1399064cc842e3cb5b97474f9f0aef1bc179697cbd826b9bf313/uncommitted-1.1.tar.gz" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "bd3d9f4e0114b5fb0f0749f33925a1d5", "sha256": "e533810870cebf210c52434820724fc0b3ab09cb511159a8a2f90b935b71fa74" }, "downloads": -1, "filename": "uncommitted-1.2.tar.gz", "has_sig": false, "md5_digest": "bd3d9f4e0114b5fb0f0749f33925a1d5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4277, "upload_time": "2010-05-09T15:02:14", "url": "https://files.pythonhosted.org/packages/ac/e3/fb8b4fd8e70024c70906da732fdde8d483401cbdd21157295edd6aa694e2/uncommitted-1.2.tar.gz" } ], "1.3": [ { "comment_text": "", "digests": { "md5": "903363db086bb9ab82197122ced0cc10", "sha256": "9dd11b9641ed996e18be7fd266b5f2324548d7bb5fd2b5f11081598c42323712" }, "downloads": -1, "filename": "uncommitted-1.3.tar.gz", "has_sig": false, "md5_digest": "903363db086bb9ab82197122ced0cc10", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4320, "upload_time": "2010-05-11T03:09:39", "url": "https://files.pythonhosted.org/packages/7e/13/63c518420aec6811c6da16ab5fc5fb82423f2d3e150dd3585e41bfaf80ad/uncommitted-1.3.tar.gz" } ], "1.4": [ { "comment_text": "", "digests": { "md5": "1e3a80aa307e613a41c932eb73c653d7", "sha256": "2993937eb923353ce025bb22ee7683f5c2ed9c5a31ffa92855fb67c592509e43" }, "downloads": -1, "filename": "uncommitted-1.4.tar.gz", "has_sig": false, "md5_digest": "1e3a80aa307e613a41c932eb73c653d7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5036, "upload_time": "2013-10-06T03:48:57", "url": "https://files.pythonhosted.org/packages/fd/4c/cad26713ac9b589be005eac6b07537682a1f859cb21358d8035d687b037c/uncommitted-1.4.tar.gz" } ], "1.5": [ { "comment_text": "", "digests": { "md5": "c675e5f3871468d8b2cbdc44a684859b", "sha256": "82b8b41ee025615043d40b360e7dbb3e66de50af443d5d75c1cb225f668ee86d" }, "downloads": -1, "filename": "uncommitted-1.5.tar.gz", "has_sig": false, "md5_digest": "c675e5f3871468d8b2cbdc44a684859b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5173, "upload_time": "2013-10-29T21:03:22", "url": "https://files.pythonhosted.org/packages/d2/89/8c3a30a5a81eddead3c017111f2037fe458027b3c073cb2fecd4e6e47d41/uncommitted-1.5.tar.gz" } ], "1.6": [ { "comment_text": "", "digests": { "md5": "87a357627ed16a9f02498cea9c61cbb0", "sha256": "c1bf738447b8968c2c3876e8d02ef848dd899440b565e8e897fda97cd1ba3c7a" }, "downloads": -1, "filename": "uncommitted-1.6.tar.gz", "has_sig": false, "md5_digest": "87a357627ed16a9f02498cea9c61cbb0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5261, "upload_time": "2014-02-26T16:41:09", "url": "https://files.pythonhosted.org/packages/aa/3e/e37231cc8279b49f68b72401823e00d9fa59d62fce47c3ef70c63d5f9e75/uncommitted-1.6.tar.gz" } ], "1.7": [ { "comment_text": "", "digests": { "md5": "4efe69e6ba13a39ae79e0918b7065cc3", "sha256": "9012ca624a60486c49626f28f5ef7f0b489f1f70415763d384019f0e6c164f18" }, "downloads": -1, "filename": "uncommitted-1.7.tar.gz", "has_sig": false, "md5_digest": "4efe69e6ba13a39ae79e0918b7065cc3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7775, "upload_time": "2016-10-09T16:05:24", "url": "https://files.pythonhosted.org/packages/3e/c0/e4d3f0caf3f044748727221131fbbe1ac5d18a4daa0c9982dd1aa92e448f/uncommitted-1.7.tar.gz" } ], "1.8": [ { "comment_text": "", "digests": { "md5": "80b93f5b4aff117eb681bab907890f9b", "sha256": "2dee253029ade921fec3d648ac4bff640a7658436d5fc4feebb84b55c4b435e3" }, "downloads": -1, "filename": "uncommitted-1.8.tar.gz", "has_sig": false, "md5_digest": "80b93f5b4aff117eb681bab907890f9b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8343, "upload_time": "2016-10-30T16:28:21", "url": "https://files.pythonhosted.org/packages/0b/0b/b932275cc5df5fd14d4fa04a0f1122bbe37ce707d043ff0078a5e6766435/uncommitted-1.8.tar.gz" } ], "1.9": [ { "comment_text": "", "digests": { "md5": "c7939f783e2f75966898ec293400ee23", "sha256": "854a7d2aa77868ac0d8a1454ffd772c3031817536e7f8a4d2ee5947bebc5b843" }, "downloads": -1, "filename": "uncommitted-1.9.tar.gz", "has_sig": false, "md5_digest": "c7939f783e2f75966898ec293400ee23", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10435, "upload_time": "2017-07-04T19:06:29", "url": "https://files.pythonhosted.org/packages/d7/b0/3b4f04f43153c7c5ac6edb6fa39b1b50dec7a632ed10a2e65d6b6e512389/uncommitted-1.9.tar.gz" } ], "2.0.1": [ { "comment_text": "", "digests": { "md5": "5cdc2721dde42ea65a4fc82e5c2be987", "sha256": "97ff252cceabb90a19af162fd27a055e4a117d5a2ad9e4250b842ffaa1f55de0" }, "downloads": -1, "filename": "uncommitted-2.0.1.tar.gz", "has_sig": false, "md5_digest": "5cdc2721dde42ea65a4fc82e5c2be987", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12084, "upload_time": "2018-01-21T19:13:34", "url": "https://files.pythonhosted.org/packages/e6/b0/058f5b8870449ac3418bd0963fd79677d9167afcda64d4d768f9dafd5789/uncommitted-2.0.1.tar.gz" } ], "2.1": [ { "comment_text": "", "digests": { "md5": "918d14aea8a19c71f301f52b0f329782", "sha256": "ae2b4f79b5f515a5eb4d3e28318d535f9496458a9bb2e8e4ba5195312b114658" }, "downloads": -1, "filename": "uncommitted-2.1.tar.gz", "has_sig": false, "md5_digest": "918d14aea8a19c71f301f52b0f329782", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12716, "upload_time": "2018-02-22T12:21:53", "url": "https://files.pythonhosted.org/packages/6a/47/a51d555349bc67c60c155c566d5edad670f61fcae01d2b58dafdcf894b79/uncommitted-2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "918d14aea8a19c71f301f52b0f329782", "sha256": "ae2b4f79b5f515a5eb4d3e28318d535f9496458a9bb2e8e4ba5195312b114658" }, "downloads": -1, "filename": "uncommitted-2.1.tar.gz", "has_sig": false, "md5_digest": "918d14aea8a19c71f301f52b0f329782", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12716, "upload_time": "2018-02-22T12:21:53", "url": "https://files.pythonhosted.org/packages/6a/47/a51d555349bc67c60c155c566d5edad670f61fcae01d2b58dafdcf894b79/uncommitted-2.1.tar.gz" } ] }