From: Junio C Hamano
Date: Fri, 19 Sep 2008 06:27:02 +0000 (+0000)
Subject: Autogenerated HTML docs for v1.6.0.2-287-g3791f
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5e4d8dee8bb242deb8fd16e7dcd74a0e7fb713d2;p=git.git
Autogenerated HTML docs for v1.6.0.2-287-g3791f
---
diff --git a/config.txt b/config.txt
index 922ac7b44..bea867df6 100644
--- a/config.txt
+++ b/config.txt
@@ -585,6 +585,22 @@ diff.external::
you want to use an external diff program only on a subset of
your files, you might want to use linkgit:gitattributes[5] instead.
+diff.mnemonicprefix::
+ If set, 'git-diff' uses a prefix pair that is different from the
+ standard "a/" and "b/" depending on what is being compared. When
+ this configuration is in effect, reverse diff output also swaps
+ the order of the prefixes:
+'git-diff';;
+ compares the (i)ndex and the (w)ork tree;
+'git-diff HEAD';;
+ compares a (c)ommit and the (w)ork tree;
+'git diff --cached';;
+ compares a (c)ommit and the (i)ndex;
+'git-diff HEAD:file1 file2';;
+ compares an (o)bject and a (w)ork tree entity;
+'git diff --no-index a b';;
+ compares two non-git things (1) and (2).
+
diff.renameLimit::
The number of files to consider when performing the copy/rename
detection; equivalent to the 'git-diff' option '-l'.
diff --git a/git-config.html b/git-config.html
index a64b28ddf..9c805844c 100644
--- a/git-config.html
+++ b/git-config.html
@@ -1576,6 +1576,59 @@ diff.external
+diff.mnemonicprefix
+
+
+
+ If set, git-diff uses a prefix pair that is different from the
+ standard "a/" and "b/" depending on what is being compared. When
+ this configuration is in effect, reverse diff output also swaps
+ the order of the prefixes:
+
+
+-
+git-diff
+
+-
+
+ compares the (i)ndex and the (w)ork tree;
+
+
+-
+git-diff HEAD
+
+-
+
+ compares a (c)ommit and the (w)ork tree;
+
+
+-
+git diff --cached
+
+-
+
+ compares a (c)ommit and the (i)ndex;
+
+
+-
+git-diff HEAD:file1 file2
+
+-
+
+ compares an (o)bject and a (w)ork tree entity;
+
+
+-
+git diff --no-index a b
+
+-
+
+ compares two non-git things (1) and (2).
+
+
+
+
+
diff.renameLimit
@@ -2744,7 +2797,7 @@ web.browser