<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation, 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-08-10T22:07:11Z</updated>
<entry>
<title>Add Documentation/howto/setup-git-server-over-http.txt</title>
<updated>2006-08-10T22:07:11Z</updated>
<author>
<name>Rutger Nijlunsing</name>
<email>rutger@nospam.com</email>
</author>
<published>2006-08-10T20:00:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=65cdb5f1658c4911b3f17a2e99332e5397c52240'/>
<id>urn:sha1:65cdb5f1658c4911b3f17a2e99332e5397c52240</id>
<content type='text'>
A small howto on how to setup GIT over HTTP transport protocol by
setting up WebDAV access on apache2.

[jc: minimum ispell fixes applied]

Signed-off-by: Rutger Nijlunsing &lt;git@tux.tmfweb.nl&gt;
Signed-off-by: Johannes Schindelin &lt;Johannes.Schindelin@gmx.de&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Fix tutorial-2.html</title>
<updated>2006-08-09T08:03:39Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-08-09T07:57:01Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=1d17c25c38a6b98d20b7bbe789b45996fd84d672'/>
<id>urn:sha1:1d17c25c38a6b98d20b7bbe789b45996fd84d672</id>
<content type='text'>
Honza Pazdziora noticed that one example did not match reality.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Documentation: git-status takes the same options as git-commit</title>
<updated>2006-08-09T04:55:05Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-08-08T05:41:32Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=fb6ff943de33dccc3f43541ed4ae4b71abddac8b'/>
<id>urn:sha1:fb6ff943de33dccc3f43541ed4ae4b71abddac8b</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Update git-init-db(1) and documentation of core.sharedRepository</title>
<updated>2006-08-09T00:45:20Z</updated>
<author>
<name>Jonas Fonseca</name>
<email>fonseca@diku.dk</email>
</author>
<published>2006-08-09T00:26:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d5dc6a76d49367cddc015e01d2e9aa22e64d7e28'/>
<id>urn:sha1:d5dc6a76d49367cddc015e01d2e9aa22e64d7e28</id>
<content type='text'>
Combine option descriptions in git-init-db(1). Reflect the changes to
additionally allow all users to read the created git repository.

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>Document rev-list's option --merge</title>
<updated>2006-08-04T09:08:02Z</updated>
<author>
<name>Uwe Zeisberger</name>
<email>Uwe_Zeisberger@digi.com</email>
</author>
<published>2006-08-04T08:11:15Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d249b455475977f305240bb73473f25d040012cf'/>
<id>urn:sha1:d249b455475977f305240bb73473f25d040012cf</id>
<content type='text'>
Signed-off-by: Uwe Zeisberger &lt;Uwe_Zeisberger@digi.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Documentation/git.txt: link git-svn and git-instaweb from the main page.</title>
<updated>2006-08-03T23:28:24Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-08-03T23:28:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=f5fffbd3e878d2be4154174c588a229ca37b04f1'/>
<id>urn:sha1:f5fffbd3e878d2be4154174c588a229ca37b04f1</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>git-grep: document --and, --or, --not, ( and )</title>
<updated>2006-08-03T00:05:34Z</updated>
<author>
<name>Matthias Lederhofer</name>
<email>matled@gmx.net</email>
</author>
<published>2006-08-02T22:04:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=fba0cbd95d796857622d642160176907930ae511'/>
<id>urn:sha1:fba0cbd95d796857622d642160176907930ae511</id>
<content type='text'>
[jc: added an example section.]

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: convert uses of git-link macro to gitlink</title>
<updated>2006-08-02T18:32:04Z</updated>
<author>
<name>Jeff King</name>
<email>peff@peff.net</email>
</author>
<published>2006-08-02T16:32:32Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=7fe08af485a02e28ea11b978e6543fbb78d80943'/>
<id>urn:sha1:7fe08af485a02e28ea11b978e6543fbb78d80943</id>
<content type='text'>
There isn't and never was such a macro; all uses are typos.

Signed-off-by: Jeff King &lt;peff@peff.net&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>git-push: allow -f as an alias for --force</title>
<updated>2006-08-02T18:30:42Z</updated>
<author>
<name>Jeff King</name>
<email>peff@peff.net</email>
</author>
<published>2006-08-02T15:28:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=8f615493e6b6fd47bc4011c264cb7e6f01052d37'/>
<id>urn:sha1:8f615493e6b6fd47bc4011c264cb7e6f01052d37</id>
<content type='text'>
This was already documented in the options section of the manpage. This
patch implements it, adds it to the usage message, and mentions it at the
top of the manpage.

Signed-off-by: Jeff King &lt;peff@peff.net&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>pager: config variable pager.color</title>
<updated>2006-07-31T22:32:24Z</updated>
<author>
<name>Matthias Lederhofer</name>
<email>matled@gmx.net</email>
</author>
<published>2006-07-29T22:27:43Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=aa086eb813d4fe21aac556a94efe5e29b44d8ca4'/>
<id>urn:sha1:aa086eb813d4fe21aac556a94efe5e29b44d8ca4</id>
<content type='text'>
enable/disable colored output when the pager is in use

Signed-off-by: Matthias Lederhofer &lt;matled@gmx.net&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
</feed>
