<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation/git-daemon.txt, branch v1.6.3</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v1.6.3</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v1.6.3'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2009-04-18T20:40:34Z</updated>
<entry>
<title>doc/git-daemon: add missing arguments to max-connections option</title>
<updated>2009-04-18T20:40:34Z</updated>
<author>
<name>Markus Heidelberg</name>
<email>markus.heidelberg@web.de</email>
</author>
<published>2009-04-18T09:46:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=2aa3140bc07d7b593efe2d963d8d9b0a9a0cbf05'/>
<id>urn:sha1:2aa3140bc07d7b593efe2d963d8d9b0a9a0cbf05</id>
<content type='text'>
Signed-off-by: Markus Heidelberg &lt;markus.heidelberg@web.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'maint-1.6.0' into maint</title>
<updated>2009-04-18T20:39:52Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2009-04-18T20:39:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d890d3f99635de7963effd1436148112ef7a52b7'/>
<id>urn:sha1:d890d3f99635de7963effd1436148112ef7a52b7</id>
<content type='text'>
* maint-1.6.0:
  doc/git-daemon: add missing arguments to options
  init: Do not segfault on big GIT_TEMPLATE_DIR environment variable
</content>
</entry>
<entry>
<title>doc/git-daemon: add missing arguments to options</title>
<updated>2009-04-18T20:39:42Z</updated>
<author>
<name>Markus Heidelberg</name>
<email>markus.heidelberg@web.de</email>
</author>
<published>2009-04-18T09:46:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=62854410449ec407a363e4bb1dc980a75aa1699d'/>
<id>urn:sha1:62854410449ec407a363e4bb1dc980a75aa1699d</id>
<content type='text'>
Also fix some spellings and typos.

Signed-off-by: Markus Heidelberg &lt;markus.heidelberg@web.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>git-daemon documentation: use {tilde}</title>
<updated>2008-12-17T08:56:36Z</updated>
<author>
<name>Miklos Vajna</name>
<email>vmiklos@frugalware.org</email>
</author>
<published>2008-12-16T15:48:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=4fce51cf415909be84e3a1449900e3fdea775b76'/>
<id>urn:sha1:4fce51cf415909be84e3a1449900e3fdea775b76</id>
<content type='text'>
Use '{tilde}' instead of '~', becase the later does not appear in the
manpage version, just in the HTML one.

Noticed by gonzzor on IRC.

Signed-off-by: Miklos Vajna &lt;vmiklos@frugalware.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>git-daemon: set REMOTE_ADDR to client address</title>
<updated>2008-10-24T23:34:01Z</updated>
<author>
<name>Joey Hess</name>
<email>joey@kitenet.net</email>
</author>
<published>2008-10-24T05:48:50Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=53ffb878a94c3eae7c7f57e05568aedcfb77e57f'/>
<id>urn:sha1:53ffb878a94c3eae7c7f57e05568aedcfb77e57f</id>
<content type='text'>
This allows hooks like pre-receive to look at the client's IP
address.

Of course the IP address can't be used to get strong security;
git-daemon isn't the right thing to use if you need that. However,
basic IP address checking can be good enough in some situations.

REMOTE_ADDR is the same environment variable used to communicate the
client's address to CGI scripts.

Signed-off-by: Joey Hess &lt;joey@kitenet.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>git-daemon: rewrite kindergarden, new option --max-connections</title>
<updated>2008-08-18T00:43:53Z</updated>
<author>
<name>Stephen R. van den Berg</name>
<email>srb@cuci.nl</email>
</author>
<published>2008-08-14T18:02:20Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3bd62c21760f92996569bb9335b399a9545a5c41'/>
<id>urn:sha1:3bd62c21760f92996569bb9335b399a9545a5c41</id>
<content type='text'>
Get rid of the fixed array of children and make max-connections
dynamic and configurable.
Fix the killing code to actually kill the newest connections from
duplicate IP-addresses.
Avoid forking if too busy already.

Signed-off-by: Stephen R. van den Berg &lt;srb@cuci.nl&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>manpages: italicize git command names (which were in teletype font)</title>
<updated>2008-07-05T18:24:40Z</updated>
<author>
<name>Jonathan Nieder</name>
<email>jrnieder@uchicago.edu</email>
</author>
<published>2008-07-03T05:41:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ba020ef5eb5fca3d757bd580ff117adaf81ca079'/>
<id>urn:sha1:ba020ef5eb5fca3d757bd580ff117adaf81ca079</id>
<content type='text'>
The names of git commands are not meant to be entered at the
commandline; they are just names. So we render them in italics,
as is usual for command names in manpages.

Using

	doit () {
	  perl -e 'for (&lt;&gt;) { s/\`(git-[^\`.]*)\`/'\''\1'\''/g; print }'
	}
	for i in git*.txt config.txt diff*.txt blame*.txt fetch*.txt i18n.txt \
	        merge*.txt pretty*.txt pull*.txt rev*.txt urls*.txt
	do
	  doit &lt;"$i" &gt;"$i+" &amp;&amp; mv "$i+" "$i"
	done
	git diff

.

Signed-off-by: Jonathan Nieder &lt;jrnieder@uchicago.edu&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation formatting and cleanup</title>
<updated>2008-07-02T00:20:16Z</updated>
<author>
<name>Jonathan Nieder</name>
<email>jrnieder@uchicago.edu</email>
</author>
<published>2008-06-30T18:56:34Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=483bc4f045881b998512ae814d6cf44d0c0cb493'/>
<id>urn:sha1:483bc4f045881b998512ae814d6cf44d0c0cb493</id>
<content type='text'>
Following what appears to be the predominant style, format
names of commands and commandlines both as `teletype text`.

While we're at it, add articles ("a" and "the") in some
places, italicize the name of the command in the manual page
synopsis line, and add a comma or two where it seems appropriate.

Signed-off-by: Jonathan Nieder &lt;jrnieder@uchicago.edu&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation: be consistent about "git-" versus "git "</title>
<updated>2008-07-02T00:20:15Z</updated>
<author>
<name>Jonathan Nieder</name>
<email>jrnieder@uchicago.edu</email>
</author>
<published>2008-06-30T06:09:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=b1889c36d85514e5e70462294c561a02c2edfe2b'/>
<id>urn:sha1:b1889c36d85514e5e70462294c561a02c2edfe2b</id>
<content type='text'>
Since the git-* commands are not installed in $(bindir), using
"git-command &lt;parameters&gt;" in examples in the documentation is
not a good idea. On the other hand, it is nice to be able to
refer to each command using one hyphenated word. (There is no
escaping it, anyway: man page names cannot have spaces in them.)

This patch retains the dash in naming an operation, command,
program, process, or action. Complete command lines that can
be entered at a shell (i.e., without options omitted) are
made to use the dashless form.

The changes consist only of replacing some spaces with hyphens
and vice versa. After a "s/ /-/g", the unpatched and patched
versions are identical.

Signed-off-by: Jonathan Nieder &lt;jrnieder@uchicago.edu&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>git-daemon(1): don't assume git-daemon is in /usr/bin</title>
<updated>2008-07-02T00:20:09Z</updated>
<author>
<name>Jonathan Nieder</name>
<email>jrnieder@uchicago.edu</email>
</author>
<published>2008-06-30T22:15:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=963a653fa635c6b07ed399b2fafca2a4d7866a21'/>
<id>urn:sha1:963a653fa635c6b07ed399b2fafca2a4d7866a21</id>
<content type='text'>
In the example inetd.conf lines in git-daemon(1), it was
assumed that `git-daemon` resides in the user's /usr/bin.
With this patch, we only assume `git` is in /usr/bin.

The stronger assumption fails in the default installation
nowadays.

Signed-off-by: Jonathan Nieder &lt;jrnieder@uchicago.edu&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
