Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Couder <chriscool@tuxfamily.org>2006-10-27 09:00:57 +0400
committerJunio C Hamano <junkio@cox.net>2006-10-27 13:10:52 +0400
commitf8a5da6d94baa0a90e7b383932911661bb551e1c (patch)
tree7b079a968d6cd2f102634d060c910d48252a658f /Documentation/everyday.txt
parente2b1d1ccdd2ef4db41819bb0d242b808cfe6c422 (diff)
Documentation: add git in /etc/services.
Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/everyday.txt')
-rw-r--r--Documentation/everyday.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/everyday.txt b/Documentation/everyday.txt
index 278161f587..9677671892 100644
--- a/Documentation/everyday.txt
+++ b/Documentation/everyday.txt
@@ -353,6 +353,13 @@ 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.::
+
------------