<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/git.git/INSTALL, branch v1.0rc1</title>
<subtitle>Git
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=v1.0rc1</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=v1.0rc1'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/'/>
<updated>2005-11-11T19:27:03Z</updated>
<entry>
<title>INSTALL: duplicate python requirements from Makefile</title>
<updated>2005-11-11T19:27:03Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-11-11T19:27:03Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=3cab3594e9cfd5e98cbcb819b1bed91a7b3a974b'/>
<id>urn:sha1:3cab3594e9cfd5e98cbcb819b1bed91a7b3a974b</id>
<content type='text'>
... and refer the reader to Makefile for other things that can be
tweaked.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Update INSTALL</title>
<updated>2005-11-09T20:40:03Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-11-09T20:40:03Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=c44922a7817398d63bb2b46dc599bd05c710e746'/>
<id>urn:sha1:c44922a7817398d63bb2b46dc599bd05c710e746</id>
<content type='text'>
Explicitly mention how to install by hand in build-as-user and
install-as-root steps.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Document expat dependency when using http-push.</title>
<updated>2005-11-06T18:21:06Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-11-05T19:12:05Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=3402f1d6a3d8f4205fe59286e3a1223a9d28aea6'/>
<id>urn:sha1:3402f1d6a3d8f4205fe59286e3a1223a9d28aea6</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>[PATCH] There are several undocumented dependencies</title>
<updated>2005-09-13T02:15:02Z</updated>
<author>
<name>Horst von Brand</name>
<email>vonbrand@inf.utfsm.cl</email>
</author>
<published>2005-09-12T00:00:49Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=663a5ed5ca964d83269b5616348266bf3b7a7ab4'/>
<id>urn:sha1:663a5ed5ca964d83269b5616348266bf3b7a7ab4</id>
<content type='text'>
There are several undocumented dependencies in the .spec and in the
INSTALL files. The following is from Fedora, perhaps other RPM
distributions call the packages differently.

Also, the manpages aren't always installed gzipped.

Updates to git-core.spec.in file:
 - Some git scripts use Perl
 - gitk needs wish, which is part of TCL/Tk.
 - curl is used all over
 - Need the ssh program from openssh-clients

Updates to INSTALL:
 - Mention wish
 - Mention ssh

Signed-off-by: Horst H. von Brand &lt;vonbrand@inf.utfsm.cl&gt;
</content>
</entry>
<entry>
<title>Big tool rename.</title>
<updated>2005-09-08T00:45:20Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-09-08T00:26:23Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=215a7ad1ef790467a4cd3f0dcffbd6e5f04c38f7'/>
<id>urn:sha1:215a7ad1ef790467a4cd3f0dcffbd6e5f04c38f7</id>
<content type='text'>
As promised, this is the "big tool rename" patch.  The primary differences
since 0.99.6 are:

  (1) git-*-script are no more.  The commands installed do not
      have any such suffix so users do not have to remember if
      something is implemented as a shell script or not.

  (2) Many command names with 'cache' in them are renamed with
      'index' if that is what they mean.

There are backward compatibility symblic links so that you and
Porcelains can keep using the old names, but the backward
compatibility support  is expected to be removed in the near
future.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>[PATCH] Document "curl" requirements.</title>
<updated>2005-07-23T00:48:45Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-07-23T00:30:26Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=99cff830e0b5d57fb299f1937a46d62602f23c9b'/>
<id>urn:sha1:99cff830e0b5d57fb299f1937a46d62602f23c9b</id>
<content type='text'>
Not just libcurl, but now we require curl executable as well.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>Fix up INSTALL and "git add"</title>
<updated>2005-06-19T06:44:54Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@ppc970.osdl.org</email>
</author>
<published>2005-06-19T06:44:54Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=1c107dc422498085493a5cccbac50096284ebe94'/>
<id>urn:sha1:1c107dc422498085493a5cccbac50096284ebe94</id>
<content type='text'>
As suggested by Junio
</content>
</entry>
<entry>
<title>Add some installation notes in INSTALL</title>
<updated>2005-06-17T18:30:04Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@ppc970.osdl.org</email>
</author>
<published>2005-06-17T18:30:04Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=c538d2d34ab1eafb197921a02f786d687c8754f2'/>
<id>urn:sha1:c538d2d34ab1eafb197921a02f786d687c8754f2</id>
<content type='text'>
Jens was the second person who hadn't heard of the "merge" program, and
didn't have it installed.  So document as many dependency and install
issues as I can think of.
</content>
</entry>
</feed>
