summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e0c97ca)
raw | patch | inline | side by side (parent: e0c97ca)
author | Horst von Brand <vonbrand@inf.utfsm.cl> | |
Mon, 29 May 2006 21:11:28 +0000 (17:11 -0400) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 30 May 2006 06:14:40 +0000 (23:14 -0700) |
Fix some typoes in Documentation/everyday.txt
Signed-off-by: Horst H. von Brand <vonbrand@inf.utfsm.cl>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Horst H. von Brand <vonbrand@inf.utfsm.cl>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/everyday.txt | patch | blob | history |
index 4b56370937a61b2739e4043061b2a6da76517a7d..2ad2d61300f6656affb4512d2825efca9b26b178 100644 (file)
<1> running without "--full" is usually cheap and assures the
repository health reasonably well.
<2> check how many loose objects there are and how much
-diskspace is wasted by not repacking.
+disk space is wasted by not repacking.
<3> without "-a" repacks incrementally. repacking every 4-5MB
of loose objects accumulation may be a good rule of thumb.
<4> after repack, prune removes the duplicate loose objects.
----------------------------------------------------------------------
A standalone individual developer does not exchange patches with
-other poeple, and works alone in a single repository, using the
+other people, and works alone in a single repository, using the
following commands.
* gitlink:git-show-branch[1] to see where you are.
Run git-daemon to serve /pub/scm from inetd.::
+
------------
-$ grep git /etc/inet.conf
+$ grep git /etc/inetd.conf
git stream tcp nowait nobody \
/usr/bin/git-daemon git-daemon --inetd --syslog --export-all /pub/scm
------------