Skip to content

Commit

Permalink
diff: --indent-heuristic is no longer experimental
Browse files Browse the repository at this point in the history
This heuristic has been the default since 2.14 so we should not confuse our
users by saying that it's experimental and off by default.

Signed-off-by: Carlos Martín Nieto <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
carlosmn authored and gitster committed Nov 2, 2017
1 parent fc849d8 commit bab7614
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
5 changes: 0 additions & 5 deletions Documentation/diff-heuristic-options.txt

This file was deleted.

7 changes: 6 additions & 1 deletion Documentation/diff-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,12 @@ ifndef::git-format-patch[]
Synonym for `-p --raw`.
endif::git-format-patch[]

include::diff-heuristic-options.txt[]
--indent-heuristic::
Enable the heuristic that shift diff hunk boundaries to make patches
easier to read. This is the default.

--no-indent-heuristic::
Disable the indent heuristic.

--minimal::
Spend extra time to make sure the smallest possible
Expand Down
1 change: 0 additions & 1 deletion Documentation/git-annotate.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ familiar command name for people coming from other SCM systems.
OPTIONS
-------
include::blame-options.txt[]
include::diff-heuristic-options.txt[]

SEE ALSO
--------
Expand Down
2 changes: 0 additions & 2 deletions Documentation/git-blame.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ include::blame-options.txt[]
abbreviated object name, use <n>+1 digits. Note that 1 column
is used for a caret to mark the boundary commit.

include::diff-heuristic-options.txt[]


THE PORCELAIN FORMAT
--------------------
Expand Down

0 comments on commit bab7614

Please sign in to comment.