<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation/tutorial.txt, branch v0.99.8a</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v0.99.8a</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v0.99.8a'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2005-09-23T01:31:14Z</updated>
<entry>
<title>[PATCH] Retitle 'inspecting what happened' section.</title>
<updated>2005-09-23T01:31:14Z</updated>
<author>
<name>Jon Loeliger</name>
<email>jdl@freescale.org</email>
</author>
<published>2005-09-22T15:51:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d154dcc8b62ff609a0a3b271e1665c53df5c06a5'/>
<id>urn:sha1:d154dcc8b62ff609a0a3b271e1665c53df5c06a5</id>
<content type='text'>
In the tutorial, there is a section entitled "Checking it out"
that shows how to use diff log and whatchanged to insect some
of the repository state.

As the phrase "checkout" ususally carries some baggage WRT
other revision control mechanism, I suggest that we re-title
this section something like "Inspecting Changes".

Signed-off-by: Jon Loeliger &lt;jdl@freescale.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Update tutorial with Octopus usage.</title>
<updated>2005-09-21T07:37:17Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-09-21T01:21:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=6f60300b5408323f6b73b471b45e539fa49a6a76'/>
<id>urn:sha1:6f60300b5408323f6b73b471b45e539fa49a6a76</id>
<content type='text'>
Making an Octopus is simply a natural extension of merging just one
branch into the current branch.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>[PATCH] Escape asciidoc's built-in em-dash replacement</title>
<updated>2005-09-11T17:51:36Z</updated>
<author>
<name>Yasushi SHOJI</name>
<email>yashi@atmark-techno.com</email>
</author>
<published>2005-09-11T17:29:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=e1ccf53a60657930ae7892387736c8b6a91ec610'/>
<id>urn:sha1:e1ccf53a60657930ae7892387736c8b6a91ec610</id>
<content type='text'>
AsciiDoc replace '--' with em-dash (&amp;#8212) by default. em-dash
looks a lot like a single long dash and it's very confusing when
we are talking about command options.

Section 21.2.8 'Replacements' of AsciiDoc's User Guide says that a
backslash in front of double dash prevent the replacement.  This
patch does just that.

Signed-off-by: Yasushi SHOJI &lt;yashi@atmark-techno.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>[PATCH] fix tutorial typo</title>
<updated>2005-09-09T16:59:03Z</updated>
<author>
<name>jdl@freescale.com</name>
<email>jdl@freescale.com</email>
</author>
<published>2005-09-09T15:41:15Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=96768e3108f76a20699b23f7a1218949144b2394'/>
<id>urn:sha1:96768e3108f76a20699b23f7a1218949144b2394</id>
<content type='text'>
Fix a minor typo in the tutorial.txt.

Signed-off-by: Jon Loeliger &lt;jdl@freescale.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>[PATCH] Fix tutorial reference to git-*-scripts.</title>
<updated>2005-09-09T16:58:50Z</updated>
<author>
<name>jdl@freescale.com</name>
<email>jdl@freescale.com</email>
</author>
<published>2005-09-09T14:11:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=c87d41ebf7b9312138a7095bcfcb0cf2528ec072'/>
<id>urn:sha1:c87d41ebf7b9312138a7095bcfcb0cf2528ec072</id>
<content type='text'>
There was a lingering reference to the git-*-scripts in
the tutorial.  This patch reworks that paragraph a bit.

Signed-off-by: Jon Loeliger &lt;jdl@freescale.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&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>Mention post-update when we first talk about publishing a repository.</title>
<updated>2005-09-02T18:46:43Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-09-02T18:46:43Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=953e5842f8fcd40c3e7013a9793746719016db1b'/>
<id>urn:sha1:953e5842f8fcd40c3e7013a9793746719016db1b</id>
<content type='text'>
There is more detailed instruction for `project lead` later in
the tutorial to talk about the same, but at this point in the
flow of tutorial, the first time reader has no way of knowing it.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Add repository-layout document.</title>
<updated>2005-09-01T23:56:13Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-09-01T23:56:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a1d4aa742416953a3ac9be9154c55e90a4193cd6'/>
<id>urn:sha1:a1d4aa742416953a3ac9be9154c55e90a4193cd6</id>
<content type='text'>
... and link to it from both the main index and the tutorial.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Update tutorial.</title>
<updated>2005-08-31T06:08:06Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-08-31T06:08:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=914328ac02d3699407fe1df6b45ef4b7e8eff23a'/>
<id>urn:sha1:914328ac02d3699407fe1df6b45ef4b7e8eff23a</id>
<content type='text'>
Finally I bit the bullet and did a full sweep of this document.
The changes are mostly clarifications, adjusting old terminology
to the glossary compatible one, and asciidoc formatting.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Documentaion updates.</title>
<updated>2005-08-30T20:55:34Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-08-30T20:51:01Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=8db9307c9ca143fedaa972236054a5783c40bd37'/>
<id>urn:sha1:8db9307c9ca143fedaa972236054a5783c40bd37</id>
<content type='text'>
Mostly making the formatted html prettier.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
(cherry picked from 7adf1f15ebe074d4767df941817a6cf86d8e2533 commit)
</content>
</entry>
</feed>
