<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation/git-daemon.txt, branch v1.4.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v1.4.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v1.4.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2006-07-27T20:55:31Z</updated>
<entry>
<title>daemon: documentation for --reuseaddr, --detach and --pid-file</title>
<updated>2006-07-27T20:55:31Z</updated>
<author>
<name>Matthias Lederhofer</name>
<email>matled@gmx.net</email>
</author>
<published>2006-07-14T15:53:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=6c35119ac711c69c69874d7d52f5cfa12c07ccce'/>
<id>urn:sha1:6c35119ac711c69c69874d7d52f5cfa12c07ccce</id>
<content type='text'>
Signed-off-by: Matthias Lederhofer &lt;matled@gmx.net&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Documentation: Spelling fixes</title>
<updated>2006-06-04T06:54:55Z</updated>
<author>
<name>Horst H. von Brand</name>
<email>vonbrand@inf.utfsm.cl</email>
</author>
<published>2006-06-03T20:27:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=abda1ef590d94a5e15e7ce3b685b5c092a790cfa'/>
<id>urn:sha1:abda1ef590d94a5e15e7ce3b685b5c092a790cfa</id>
<content type='text'>
Signed-off-by: Horst H. von Brand &lt;vonbrand@inf.utfsm.cl&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Remove trailing dot after short description</title>
<updated>2006-03-09T19:44:11Z</updated>
<author>
<name>Fredrik Kuivinen</name>
<email>freku045@student.liu.se</email>
</author>
<published>2006-03-09T16:24:50Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=7bd7f2804d84258a5cd1e76c610496f6beaa4cdf'/>
<id>urn:sha1:7bd7f2804d84258a5cd1e76c610496f6beaa4cdf</id>
<content type='text'>
Signed-off-by: Fredrik Kuivinen &lt;freku045@student.liu.se&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>daemon: extend user-relative path notation.</title>
<updated>2006-02-06T00:51:01Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-02-05T06:27:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=603968d22b19d1b98ff355cc32575a4d9845c151'/>
<id>urn:sha1:603968d22b19d1b98ff355cc32575a4d9845c151</id>
<content type='text'>
Earlier, we made --base-path to automatically forbid
user-relative paths, which was probably a mistake.  This
introduces --user-path (or --user-path=path) option to control
the use of user-relative paths independently.  The latter form
of the option can be used to restrict accesses to a part of each
user's home directory, similar to "public_html" some webservers
supports.

If we're invoked with --user-path=FOO option, then a URL of the
form git://~USER/PATH/... resolves to the path HOME/FOO/PATH/...,
where HOME is USER's home directory.

[jc: This is much reworked by me so bugs are mine, but the
 original patch was done by Mark Wooding.]

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>git-daemon --base-path</title>
<updated>2006-01-08T05:43:02Z</updated>
<author>
<name>Petr Baudis</name>
<email>pasky@suse.cz</email>
</author>
<published>2005-12-23T01:27:40Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=b21c31c9a5edfd90d6f85481517f979352da4eed'/>
<id>urn:sha1:b21c31c9a5edfd90d6f85481517f979352da4eed</id>
<content type='text'>
Tommi Virtanen expressed a wish on #git to be able to use short and elegant
git URLs by making git-daemon 'root' in a given directory. This patch
implements this, causing git-daemon to interpret all paths relative to
the given base path if any is given.

Signed-off-by: Petr Baudis &lt;pasky@suse.cz&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Wrap synopsis lines and use [verse] to keep formatting</title>
<updated>2006-01-06T02:44:28Z</updated>
<author>
<name>Jonas Fonseca</name>
<email>fonseca@diku.dk</email>
</author>
<published>2005-12-31T17:37:15Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=353ce81597e831969ac37d6991346f8c39c1488e'/>
<id>urn:sha1:353ce81597e831969ac37d6991346f8c39c1488e</id>
<content type='text'>
In addition, also fixes a few synopses to be more consistent and a gitlink.

Signed-off-by: Jonas Fonseca &lt;fonseca@diku.dk&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>daemon: further tweaks.</title>
<updated>2005-11-21T21:47:00Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-11-21T09:21:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ce335fe04f32261e0204280281989ffbb5d990c6'/>
<id>urn:sha1:ce335fe04f32261e0204280281989ffbb5d990c6</id>
<content type='text'>
 - Do validation only on canonicalized paths
 - Run upload-pack with "." as repository argument

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>git-daemon support for user-relative paths.</title>
<updated>2005-11-21T21:47:00Z</updated>
<author>
<name>Andreas Ericsson</name>
<email>exon@op5.se</email>
</author>
<published>2005-11-17T19:37:14Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=4dbd13527933261076bbed1a5a2daa60a752d096'/>
<id>urn:sha1:4dbd13527933261076bbed1a5a2daa60a752d096</id>
<content type='text'>
Dropped a fair amount of reundant code in favour of the library code
in path.c

Added option --strict-paths with documentation, with backwards
compatibility for whitelist entries with symlinks.

Everything that worked earlier still works insofar as I have
remembered testing it.

Signed-off-by: Andreas Ericsson &lt;ae@op5.se&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>git-daemon: --inetd implies --syslog</title>
<updated>2005-11-15T08:19:32Z</updated>
<author>
<name>Andreas Ericsson</name>
<email>exon@op5.se</email>
</author>
<published>2005-11-14T16:41:01Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=bce8230d5d897a738cc004954df71f50a40295db'/>
<id>urn:sha1:bce8230d5d897a738cc004954df71f50a40295db</id>
<content type='text'>
Otherwise nothing is logged anywhere, which is a Bad Thing.

Signed-off-by: Andreas Ericsson &lt;ae@op5.se&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Update git-daemon's documentation wrt. new options</title>
<updated>2005-10-21T05:32:08Z</updated>
<author>
<name>Petr Baudis</name>
<email>pasky@suse.cz</email>
</author>
<published>2005-10-21T00:28:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=2707da9c081f0ec5ada43de1006abaf6a674984c'/>
<id>urn:sha1:2707da9c081f0ec5ada43de1006abaf6a674984c</id>
<content type='text'>
New options --timeout, --init-timeout, --export-all and whitelist support
were added to git-daemon, but noone bothered to also add the proper
documentation. This patch aims to fix that.

Signed-off-by: Petr Baudis &lt;pasky@suse.cz&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
</feed>
