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
..
2015-07-06 13:03:06 -07:00
2015-12-21 18:02:23 +00:00
2014-04-29 16:28:49 -07:00
2014-05-07 21:35:07 -04:00
2015-05-27 08:34:04 -07:00
2015-12-04 13:08:05 -08:00
2015-12-21 18:02:48 +00:00
2015-12-04 13:08:05 -08:00
2015-12-21 18:01:54 +00:00
2014-08-30 14:55:53 -07:00