diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-11-06 13:11:27 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-11-06 13:11:27 +0900 |
commit | 662ac3b3a8a16fd749b598c85c4d8bfea5bb208e (patch) | |
tree | df06d7c450c987d4f94c8e5b9ae1ccf109ef077d /Documentation/diff-options.txt | |
parent | Merge branch 'bw/grep-recurse-submodules' (diff) | |
parent | diff: --indent-heuristic is no longer experimental (diff) | |
download | tgif-662ac3b3a8a16fd749b598c85c4d8bfea5bb208e.tar.xz |
Merge branch 'cn/diff-indent-no-longer-is-experimental'
Doc update.
* cn/diff-indent-no-longer-is-experimental:
diff: --indent-heuristic is no longer experimental
Diffstat (limited to 'Documentation/diff-options.txt')
-rw-r--r-- | Documentation/diff-options.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt index a88c76741e..dd0dba5b1d 100644 --- a/Documentation/diff-options.txt +++ b/Documentation/diff-options.txt @@ -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 |