Skip to content

Commit

Permalink
Merge with default
Browse files Browse the repository at this point in the history
--HG--
branch : stable
  • Loading branch information
sdottaka committed Jun 29, 2019
2 parents 4fb8340 + 1840fbc commit 1d59068
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions Docs/Users/Manual/Configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,52 @@
</itemizedlist>
</section>

<section>
<title>Diff algorithm<indexterm>
<primary>algorithm</primary>
</indexterm></title>

<itemizedlist>
<listitem>
<para><option>default</option> (default): The basic greedy diff
algorithm.</para>
</listitem>

<listitem>
<para><option>minimal</option>: Spend extra time to make sure the
smallest possible diff is produced.</para>
</listitem>

<listitem>
<para><option>patience</option>: Use "patience diff" algorithm when
generating diff.</para>
</listitem>

<listitem>
<para><option>histogram</option>: This algorithm extends the patience
algorithm to "support low-occurrence common elements".</para>
</listitem>
</itemizedlist>
</section>

<section>
<title>Enable indent heuristic<indexterm>
<primary>indent heuristic</primary>
</indexterm></title>

<itemizedlist>
<listitem>
<para><option>Enabled</option> (default):
Enable the heuristic that shifts diff hunk boundaries to make diffs easier to read.
It has no effect if the Diff algorithm is default.</para>
</listitem>

<listitem>
<para><option>Disabled</option> Disable the heuristic.</para>
</listitem>
</itemizedlist>
</section>

<section>
<title>Filter Comments<indexterm>
<primary>filters</primary>
Expand Down

0 comments on commit 1d59068

Please sign in to comment.