boartty/gertty
David Shrewsbury 06957db1ed Use diff long options and uncap GitPython
GitPython had a very incompatible change that breaks any call that
uses a single character option (e.g., -U) that requires no space
between the option and the value. So far, this breaks the diff API
where we used the -U option instead of the long option equivalent.
For history:

https://github.com/gitpython-developers/GitPython/issues/382

So far, I've only seen one place where this bites gertty. Since the
GitPython author has stated this will not be reverted or fixed, having
a permanent cap on that library seems harsh as we won't get any other
bug fixes.

This fixes the known/found areas where we are affected.

Change-Id: Iadb279234af2ea01fbff35dc629c01dae5a3195c
2016-03-08 14:09:28 -05:00
..
alembic Add support for last_seen 2016-02-10 07:57:01 -08:00
search Add support for last_seen 2016-02-10 07:57:01 -08:00
view Fix return values in handleCommands in project_list 2016-02-10 07:57:04 -08:00
__init__.py Initial commit 2014-04-29 16:28:49 -07:00
alembic.ini Use alembic 2014-05-07 21:35:07 -04:00
app.py Add support for customized dashboard sorting 2016-02-10 07:57:02 -08:00
commentlink.py Allow gertty to run in Py3K environments 2016-01-15 09:10:31 -08:00
config.py Add support for customized dashboard sorting 2016-02-10 07:57:02 -08:00
db.py Add support for customized dashboard sorting 2016-02-10 07:57:02 -08:00
dbsupport.py Attach comments to files 2015-05-27 08:34:04 -07:00
gitrepo.py Use diff long options and uncap GitPython 2016-03-08 14:09:28 -05:00
keymap.py Make sorting commands use two two keys 2016-02-10 07:57:03 -08:00
mywid.py Display a message when interactively syncing 2016-01-15 09:12:12 -08:00
palette.py Add process mark to project list 2016-01-06 14:18:55 -08:00
requestsexceptions.py Do not display InsecurePlatformWarning 2015-03-23 17:31:45 -07:00
sync.py Add debug-sync option 2016-02-10 07:56:59 -08:00
version.py Add user-agent and version 2014-08-30 14:55:53 -07:00