diff options
author | 2021-12-15 09:39:47 -0800 | |
---|---|---|
committer | 2021-12-15 09:39:47 -0800 | |
commit | 4ce498baa3976cf96d3feb4215a486dd47ec2e7b (patch) | |
tree | 6461c3669e41cebaf33f124d5964c06072803187 /Documentation/git-switch.txt | |
parent | Merge branch 'ds/trace2-regions-in-tests' (diff) | |
parent | update documentation for new zdiff3 conflictStyle (diff) | |
download | tgif-4ce498baa3976cf96d3feb4215a486dd47ec2e7b.tar.xz |
Merge branch 'en/zdiff3'
"Zealous diff3" style of merge conflict presentation has been added.
* en/zdiff3:
update documentation for new zdiff3 conflictStyle
xdiff: implement a zealous diff3, or "zdiff3"
Diffstat (limited to 'Documentation/git-switch.txt')
-rw-r--r-- | Documentation/git-switch.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/git-switch.txt b/Documentation/git-switch.txt index 5c438cd505..5c90f76fbe 100644 --- a/Documentation/git-switch.txt +++ b/Documentation/git-switch.txt @@ -137,8 +137,7 @@ should result in deletion of the path). The same as `--merge` option above, but changes the way the conflicting hunks are presented, overriding the `merge.conflictStyle` configuration variable. Possible values are - "merge" (default) and "diff3" (in addition to what is shown by - "merge" style, shows the original contents). + "merge" (default), "diff3", and "zdiff3". -q:: --quiet:: |