1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-10-24 01:28:51 +02:00
phorge-arcanist/src/parser
Sergey Sharybin 2c2c5663cb Fix exception on diff parse on FreeBSD
FreeBSD 9.2 comes with diff tool version 2.8.7 which behaves
a bit different from how it is expected to. Namely for diff
between two binary files it says:

  Files A and B are differ

This was leading to an exception when browsing revisions with
changes in binary files.

Tweaked parse patterns in order to fix this issue. Now both
older and newer diff tools are supported.

See: <https://github.com/facebook/arcanist/pull/139>

Reviewed by: epriestley
2014-01-18 11:13:28 -08:00
..
__tests__ Fix exception on diff parse on FreeBSD 2014-01-18 11:13:28 -08:00
diff When converting a file to a binary, populate the binary's data 2013-08-27 09:34:30 -07:00
ArcanistBaseCommitParser.php Extract configuration read/write methods out of BaseWorlkflow 2013-10-18 16:10:45 -07:00
ArcanistBundle.php Make "arc patch" read authorName and authorEmail 2013-02-05 20:11:39 -08:00
ArcanistCommentRemover.php Delete license headers from files 2012-11-05 11:16:24 -08:00
ArcanistDiffParser.php Fix exception on diff parse on FreeBSD 2014-01-18 11:13:28 -08:00