From: Junio C Hamano
Date: Fri, 27 Oct 2006 09:29:13 +0000 (+0000)
Subject: Autogenerated HTML docs for v1.4.3.3-g01929
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a053d54fabc1d177125a3c62a267ca75f2cda80b;p=git.git
Autogenerated HTML docs for v1.4.3.3-g01929
---
diff --git a/diff-format.txt b/diff-format.txt
index ed4ebcbab..e4520e28e 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 e6a7289e1..265949c85 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.