From 1fbbbc15b29bed24f3aba30f91bb26e10dc897f3 Mon Sep 17 00:00:00 2001
From: Junio C Hamano
Date: Tue, 18 Dec 2007 07:01:27 +0000
Subject: [PATCH] Autogenerated HTML docs for v1.5.4-rc0-67-gf9c5
---
config.txt | 11 +++++++++++
git-config.html | 23 ++++++++++++++++++++++-
git-daemon.html | 8 ++++----
git-daemon.txt | 6 +++---
git-ls-remote.html | 4 ++--
git-ls-remote.txt | 2 +-
git-peek-remote.html | 10 +---------
git-peek-remote.txt | 3 ---
git-show-ref.html | 4 ++--
git-show-ref.txt | 2 +-
10 files changed, 47 insertions(+), 26 deletions(-)
diff --git a/config.txt b/config.txt
index ce16fc79e..8a0df5736 100644
--- a/config.txt
+++ b/config.txt
@@ -448,6 +448,13 @@ diff.autorefreshindex::
affects only `git diff` Porcelain, and not lower level
`diff` commands, such as `git diff-files`.
+diff.external::
+ If this config variable is set, diff generation is not
+ performed using the internal diff machinery, but using the
+ given command. Note: if you want to use an external diff
+ program only on a subset of your files, you might want to
+ use gitlink:gitattributes[5] instead.
+
diff.renameLimit::
The number of files to consider when performing the copy/rename
detection; equivalent to the git diff option '-l'.
@@ -671,6 +678,10 @@ merge..recursive::
performing an internal merge between common ancestors.
See gitlink:gitattributes[5] for details.
+mergetool..path::
+ Override the path for the given tool. This is useful in case
+ your tool is not in the PATH.
+
pack.window::
The size of the window used by gitlink:git-pack-objects[1] when no
window size is given on the command line. Defaults to 10.
diff --git a/git-config.html b/git-config.html
index f7c9cf8af..e0d81feea 100644
--- a/git-config.html
+++ b/git-config.html
@@ -1349,6 +1349,18 @@ diff.autorefreshindex
+diff.external
+
+
+
+ If this config variable is set, diff generation is not
+ performed using the internal diff machinery, but using the
+ given command. Note: if you want to use an external diff
+ program only on a subset of your files, you might want to
+ use gitattributes(5) instead.
+
+
+
diff.renameLimit
@@ -1768,6 +1780,15 @@ merge.<driver>.recursive
+mergetool.<tool>.path
+
+
+
+ Override the path for the given tool. This is useful in case
+ your tool is not in the PATH.
+
+
+
pack.window
@@ -2105,7 +2126,7 @@ transfer.unpackLimit