<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/INSTALL, branch v1.2.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v1.2.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v1.2.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2006-01-22T03:24:55Z</updated>
<entry>
<title>Mention install-doc in INSTALL</title>
<updated>2006-01-22T03:24:55Z</updated>
<author>
<name>J. Bruce Fields</name>
<email>bfields@fieldses.org</email>
</author>
<published>2006-01-21T23:54:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=eff351c957975055643f2e1359652ab3aac30256'/>
<id>urn:sha1:eff351c957975055643f2e1359652ab3aac30256</id>
<content type='text'>
I think most people will want to install the man pages as well.

[jc: incorporated Pasky's comment on not building them as root.
Some people may not want to install asciidoc/xmlto toolchain, so
redirect them to the man and html branches of the git.git
repository as well.]

Signed-off-by: J. Bruce Fields &lt;bfields@citi.umich.edu&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>[PATCH] Document config.mak in INSTALL.</title>
<updated>2005-12-05T21:19:39Z</updated>
<author>
<name>Jason Riedy</name>
<email>ejr@EECS.Berkeley.EDU</email>
</author>
<published>2005-12-05T18:38:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=cd8c4589473d2a6669cf882ebcd708a2d81e9168'/>
<id>urn:sha1:cd8c4589473d2a6669cf882ebcd708a2d81e9168</id>
<content type='text'>
The existing config.mak should satisfy almost everyone...  You
can change the prefix and other vars catch the new setting
anyways.  I had forgotten that ?= acts as = (lazy value binding)
and as not := (immediate value binding).

Signed-off-by: E. Jason Riedy &lt;ejr@cs.berkeley.edu&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<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.shady.money/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.shady.money/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.shady.money/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.shady.money/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.shady.money/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.shady.money/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.shady.money/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.shady.money/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>
