Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-02-26 03:43:31 +0300
committerJunio C Hamano <gitster@pobox.com>2021-02-26 03:43:31 +0300
commit6eea44cee1dc94a7d6f7fa768d5710f9385f22db (patch)
treedc9ac2d574c1ba05912e446cab6400c04c0fd578 /Documentation
parentccf6861b7272f99ab078345e1ee6d6b37b742cc0 (diff)
parent1c881026a1eebadd1eae8cc3a4418b010df35bee (diff)
Merge branch 'zh/difftool-skip-to'
"git difftool" learned "--skip-to=<path>" option to restart an interrupted session from an arbitrary path. * zh/difftool-skip-to: difftool.c: learn a new way start at specified file
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-difftool.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/git-difftool.txt b/Documentation/git-difftool.txt
index 484c485fd0..143b0c49d7 100644
--- a/Documentation/git-difftool.txt
+++ b/Documentation/git-difftool.txt
@@ -34,6 +34,14 @@ OPTIONS
This is the default behaviour; the option is provided to
override any configuration settings.
+--rotate-to=<file>::
+ Start showing the diff for the given path,
+ the paths before it will move to end and output.
+
+--skip-to=<file>::
+ Start showing the diff for the given path, skipping all
+ the paths before it.
+
-t <tool>::
--tool=<tool>::
Use the diff tool specified by <tool>. Valid values include