summaryrefslogtreecommitdiffstats
path: root/diff-options.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-12-21 17:57:33 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-12-21 17:57:33 +0000
commite27cbd23f20512f381606e2b437bfe80c681aa93 (patch)
treecc3f6f7d0a2e7239d148d84cec1b2d65b9b0cd9b /diff-options.txt
parentd83dd0fe25183591c3073b74593167ce7a1ec451 (diff)
downloadgit-htmldocs-e27cbd23f20512f381606e2b437bfe80c681aa93.tar.gz
Autogenerated HTML docs for v1.5.4-rc1-11-gd2f82
Diffstat (limited to 'diff-options.txt')
-rw-r--r--diff-options.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/diff-options.txt b/diff-options.txt
index 9ecc1d7bc..1a78635fb 100644
--- a/diff-options.txt
+++ b/diff-options.txt
@@ -211,5 +211,14 @@ endif::git-format-patch[]
--no-ext-diff::
Disallow external diff drivers.
+--src-prefix=<prefix>::
+ Show the given source prefix instead of "a/".
+
+--dst-prefix=<prefix>::
+ Show the given destination prefix instead of "b/".
+
+--no-prefix::
+ Do not show any source or destination prefix.
+
For more detailed explanation on these common options, see also
link:diffcore.html[diffcore documentation].