<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation/gitcore-tutorial.txt, branch v2.37.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.37.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.37.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2020-01-08T16:56:40Z</updated>
<entry>
<title>doc/gitcore-tutorial: fix prose to match example command</title>
<updated>2020-01-08T16:56:40Z</updated>
<author>
<name>Heba Waly</name>
<email>heba.waly@gmail.com</email>
</author>
<published>2020-01-08T00:31:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=1a7e454dd6616160172b276c10421d770a01dd22'/>
<id>urn:sha1:1a7e454dd6616160172b276c10421d770a01dd22</id>
<content type='text'>
In 328c6cb853 (doc: promote "git switch", 2019-03-29), an example
was changed to use "git switch" rather than "git checkout" but an
instance of "git checkout" in the explanatory text preceding the
example was overlooked. Fix this oversight.

Signed-off-by: Heba Waly &lt;heba.waly@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>doc: promote "git switch"</title>
<updated>2019-04-02T04:57:00Z</updated>
<author>
<name>Nguyễn Thái Ngọc Duy</name>
<email>pclouds@gmail.com</email>
</author>
<published>2019-03-29T10:39:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=328c6cb853d7237098569de9f94bc3d259846a08'/>
<id>urn:sha1:328c6cb853d7237098569de9f94bc3d259846a08</id>
<content type='text'>
The new command "git switch" is added to avoid the confusion of
one-command-do-all "git checkout" for new users. They are also helpful
to avoid ambiguation context.

For these reasons, promote it everywhere possible. This includes
documentation, suggestions/advice from other commands...

The "Checking out files" progress line in unpack-trees.c is also updated
to "Updating files" to be neutral to both git-checkout and git-switch.

Signed-off-by: Nguyễn Thái Ngọc Duy &lt;pclouds@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>treewide: correct several "up-to-date" to "up to date"</title>
<updated>2017-08-23T19:17:22Z</updated>
<author>
<name>Martin Ågren</name>
<email>martin.agren@gmail.com</email>
</author>
<published>2017-08-23T17:49:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=7560f547e614244fe1d4648598d4facf7ed33a56'/>
<id>urn:sha1:7560f547e614244fe1d4648598d4facf7ed33a56</id>
<content type='text'>
Follow the Oxford style, which says to use "up-to-date" before the noun,
but "up to date" after it. Don't change plumbing (specifically
send-pack.c, but transport.c (git push) also has the same string).

This was produced by grepping for "up-to-date" and "up to date". It
turned out we only had to edit in one direction, removing the hyphens.

Fix a typo in Documentation/git-diff-index.txt while we're there.

Reported-by: Jeffrey Manian &lt;jeffrey.manian@gmail.com&gt;
Reported-by: STEVEN WHITE &lt;stevencharleswhitevoices@gmail.com&gt;
Signed-off-by: Martin Ågren &lt;martin.agren@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>gitcore-tutorial: update broken link</title>
<updated>2017-04-21T05:05:38Z</updated>
<author>
<name>Jeff King</name>
<email>peff@peff.net</email>
</author>
<published>2017-04-20T20:33:49Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=f991c620a650899132d1d490234034a7e5d386bf'/>
<id>urn:sha1:f991c620a650899132d1d490234034a7e5d386bf</id>
<content type='text'>
The slides for the Linux-mentoring presentation are no
longer available. Let's point to the wayback version of the
page, which works.

Note that the referenced diagram is also available on page
15 of [1]. We could link to that instead, but it's not clear
from the URL scheme ("uploads") whether it's going to stick
around forever.

[1] https://www.linuxfoundation.jp/jp_uploads/seminar20070313/Randy.pdf

Signed-off-by: Jeff King &lt;peff@peff.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'sb/doc-unify-bottom'</title>
<updated>2017-02-15T20:54:20Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-02-15T20:54:20Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=153a33f98c1d68d48d7e030a4cff99ba07791dc2'/>
<id>urn:sha1:153a33f98c1d68d48d7e030a4cff99ba07791dc2</id>
<content type='text'>
Doc clean-up.

* sb/doc-unify-bottom:
  Documentation: unify bottom "part of git suite" lines
</content>
</entry>
<entry>
<title>Documentation: unify bottom "part of git suite" lines</title>
<updated>2017-02-09T23:14:01Z</updated>
<author>
<name>Stefan Beller</name>
<email>sbeller@google.com</email>
</author>
<published>2017-02-09T01:29:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=941b9c527070c9c7b5883db1a7100559be571f71'/>
<id>urn:sha1:941b9c527070c9c7b5883db1a7100559be571f71</id>
<content type='text'>
We currently have 168 man pages that mention they are part of Git, you
can check yourself easily via:
  $ git grep "Part of the linkgit:git\[1\] suite" |wc -l
  168
However some have a trailing period, i.e.
  $ git grep "Part of the linkgit:git\[1\] suite." |wc -l
  8

Unify the bottom line in all man pages to not end with a period.

Signed-off-by: Stefan Beller &lt;sbeller@google.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>doc: omit needless "for"</title>
<updated>2016-12-09T23:14:01Z</updated>
<author>
<name>Kristoffer Haugsbakk</name>
<email>kristoffer.haugsbakk@gmail.com</email>
</author>
<published>2016-12-09T15:51:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=47437fd3bd83683a82bcd2599f924ed2b988fa55'/>
<id>urn:sha1:47437fd3bd83683a82bcd2599f924ed2b988fa55</id>
<content type='text'>
What was intended was perhaps "... plumbing does for you" ("you" added), but
simply omitting the word "for" is more terse and gets the intended point across
just as well, if not more so.

I originally went with the approach of writing "for you", but Junio C
Hamano suggested this approach instead.

Signed-off-by: Kristoffer Haugsbakk &lt;kristoffer.haugsbakk@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>doc: make the intent of sentence clearer</title>
<updated>2016-12-09T23:14:01Z</updated>
<author>
<name>Kristoffer Haugsbakk</name>
<email>kristoffer.haugsbakk@gmail.com</email>
</author>
<published>2016-12-09T15:51:11Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=c857c3a1ceeeb31cfb90606e1d412f838f4a653d'/>
<id>urn:sha1:c857c3a1ceeeb31cfb90606e1d412f838f4a653d</id>
<content type='text'>
By adding the word "just", which might have been accidentally omitted.

Adding the word "just" makes it clear that the point is to *not* do an
octopus merge simply because you *can* do it.  In other words, you
should have a reason for doing it beyond simply having two (seemingly)
independent commits that you need to merge into another branch, since
it's not always the best approach.

The previous sentence made it look more like it was trying to say that
you shouldn't do an octopus merge *because* you can do an octopus merge.
Although this interpretation doesn't make sense and the rest of the
paragraph makes the intended meaning clear, this adjustment should make
the intent of the sentence more immediately clear to the reader.

Signed-off-by: Kristoffer Haugsbakk &lt;kristoffer.haugsbakk@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>doc: add verb in front of command to run</title>
<updated>2016-12-09T23:14:01Z</updated>
<author>
<name>Kristoffer Haugsbakk</name>
<email>kristoffer.haugsbakk@gmail.com</email>
</author>
<published>2016-12-09T15:51:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=f383e4ed539f315206743b2859b2cce302c1d785'/>
<id>urn:sha1:f383e4ed539f315206743b2859b2cce302c1d785</id>
<content type='text'>
Instead of using the command 'git clone' as a verb, use "run" as the
verb indicating the action of executing the command 'git clone'.

Signed-off-by: Kristoffer Haugsbakk &lt;kristoffer.haugsbakk@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>doc: add articles (grammar)</title>
<updated>2016-12-09T23:14:01Z</updated>
<author>
<name>Kristoffer Haugsbakk</name>
<email>kristoffer.haugsbakk@gmail.com</email>
</author>
<published>2016-12-09T15:51:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=8b9bb339cdf7a38110c81dfb8f7ff087c5d050b3'/>
<id>urn:sha1:8b9bb339cdf7a38110c81dfb8f7ff087c5d050b3</id>
<content type='text'>
Add definite and indefinite articles in three places where they were
missing.

- Use "the" in front of a directory name
- Use "the" in front of "style of cooperation"
- Use an indefinite article in front of "CVS background"

Signed-off-by: Kristoffer Haugsbakk &lt;kristoffer.haugsbakk@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
