Updated to newer version of jGit
JGit version 0.8.4.43-g3fd4918 has support for doing whitespace
ignore during diffs. The new version abstracted out the file system
in many of its file accessing methods, and so the code in Gerrit
that called those methods needed to be updated to pass along
FS.DETECTED.
Whitespace skipping support in jGit was necessary, since we are now
using jGit to perform file diffing. The options we were passing
along to git diff to perform those duties were not present in the
prior version of jGit (0.7.1.74-g16419da).
Change-Id: I8cf78e929831319da07ef08cd2a129ec3e9f7ef9
Change-Id: I24103a072a649577b50f5432f3c4b2df469f6494
(cherry picked from commit 9669dbf8aef32565bd2cda6db460124447637e12)
4 files changed