From a053d54fabc1d177125a3c62a267ca75f2cda80b Mon Sep 17 00:00:00 2001
From: Junio C Hamano
Date: Fri, 27 Oct 2006 09:29:13 +0000
Subject: [PATCH] Autogenerated HTML docs for v1.4.3.3-g01929
---
diff-format.txt | 6 ++++--
everyday.html | 12 +++++++++++-
everyday.txt | 7 +++++++
git-cherry.html | 22 +++++++++++++++++++---
git-cherry.txt | 19 +++++++++++++++++--
git-daemon.html | 21 ++++++++++++++++++++-
git-daemon.txt | 12 ++++++++++++
git-diff-files.html | 8 +++++---
git-diff-index.html | 8 +++++---
git-diff-stages.html | 8 +++++---
git-diff-tree.html | 8 +++++---
11 files changed, 110 insertions(+), 21 deletions(-)
diff --git a/diff-format.txt b/diff-format.txt
index ed4ebcbab7..e4520e28e5 100644
--- a/diff-format.txt
+++ b/diff-format.txt
@@ -144,8 +144,10 @@ the file that rename/copy produces, respectively.
dissimilarity index
index ..
-3. TAB, LF, and backslash characters in pathnames are
- represented as `\t`, `\n`, and `\\`, respectively.
+3. TAB, LF, double quote and backslash characters in pathnames
+ are represented as `\t`, `\n`, `\"` and `\\`, respectively.
+ If there is need for such substitution then the whole
+ pathname is put in double quotes.
combined diff format
diff --git a/everyday.html b/everyday.html
index e6a7289e1c..265949c85b 100644
--- a/everyday.html
+++ b/everyday.html
@@ -889,6 +889,16 @@ example of managing a shared central repository.
Examples
+We assume the following in /etc/services
+
+
+
+
+
$ grep 9418 /etc/services
+git 9418/tcp # Git Version Control System
+
+
+
Run git-daemon to serve /pub/scm from inetd.
@@ -1035,7 +1045,7 @@ upload to public HTTP server hosted by your ISP.