From 5e4d8dee8bb242deb8fd16e7dcd74a0e7fb713d2 Mon Sep 17 00:00:00 2001
From: Junio C Hamano
Date: Fri, 19 Sep 2008 06:27:02 +0000
Subject: [PATCH] Autogenerated HTML docs for v1.6.0.2-287-g3791f
---
config.txt | 16 +++++++++++++
git-config.html | 55 ++++++++++++++++++++++++++++++++++++++++++-
git-diff-tree.html | 13 ++++++----
git-for-each-ref.html | 3 ++-
git-for-each-ref.txt | 1 +
git-log.html | 13 ++++++----
git-rev-list.html | 7 +++++-
git-show.html | 7 +++++-
git-whatchanged.html | 7 +++++-
gitattributes.html | 20 ++++++++--------
gitattributes.txt | 18 +++++++-------
pretty-formats.txt | 1 +
12 files changed, 129 insertions(+), 32 deletions(-)
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