gertty/gertty
David Shrewsbury e3212028be 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-16 08:11:13 -07:00
..
alembic Fix get_repo call even more 2015-07-06 13:03:06 -07:00
search Support '-' as negation operator in query 2015-07-29 18:15:10 -04:00
view Fix multi-key handling in diff view 2015-12-21 18:02:23 +00: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 Merge "Match links by url instead of domain." 2015-12-17 22:29:08 +00:00
commentlink.py Open internal URLs in commentlinks 2015-04-08 15:36:15 -04:00
config.py Fix config validation to accept new keymap format 2015-12-21 08:29:20 -08:00
db.py Removes the need to pass around the app object 2015-06-09 23:50:50 -04: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-16 08:11:13 -07:00
keymap.py Support multiple key input 2015-12-04 13:08:05 -08:00
mywid.py Fix list index out of range 2015-12-21 18:02:48 +00:00
palette.py Add interactive search to diff view 2015-12-04 13:08:05 -08:00
requestsexceptions.py Do not display InsecurePlatformWarning 2015-03-23 17:31:45 -07:00
sync.py Support >= 2.9 query batching 2015-12-21 18:01:54 +00:00
version.py Add user-agent and version 2014-08-30 14:55:53 -07:00