<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation/git-pull.txt, branch v1.7.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v1.7.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v1.7.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2010-02-24T16:35:45Z</updated>
<entry>
<title>fetch and pull: learn --progress</title>
<updated>2010-02-24T16:35:45Z</updated>
<author>
<name>Tay Ray Chuan</name>
<email>rctay89@gmail.com</email>
</author>
<published>2010-02-24T12:50:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=9839018e874d4f15e820e1272f1ac575186c4fdc'/>
<id>urn:sha1:9839018e874d4f15e820e1272f1ac575186c4fdc</id>
<content type='text'>
Note that in the documentation for git-pull, documentation for the
--progress option is displayed under the "Options related to fetching"
subtitle via fetch-options.txt.

Also, update the documentation of the -q/--quiet option for git-pull to
mention its effect on progress reporting during fetching.

Signed-off-by: Tay Ray Chuan &lt;rctay89@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation/git-pull: put verbosity options before merge/fetch ones</title>
<updated>2010-02-24T16:35:43Z</updated>
<author>
<name>Tay Ray Chuan</name>
<email>rctay89@gmail.com</email>
</author>
<published>2010-02-24T12:50:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=409b8d82dfc216ce5e89c81fdc2431dbf897c2d7'/>
<id>urn:sha1:409b8d82dfc216ce5e89c81fdc2431dbf897c2d7</id>
<content type='text'>
After 3f7a9b5 (Documentation/git-pull.txt: Add subtitles above included
option files, Thu Oct 22 2009), the -q/-v options were mentioned only
for the merge options section, giving the impression that git-fetch did
not take those arguments.

Follow 90e4311 (git-pull: do not mention --quiet and --verbose twice,
Mon Sep 7 2009) and hide -q/-v for merge options, while mentioning -q/-v
before the merge- and fetch-specific options.

Signed-off-by: Tay Ray Chuan &lt;rctay89@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation: spell 'git cmd' without dash throughout</title>
<updated>2010-01-10T12:01:28Z</updated>
<author>
<name>Thomas Rast</name>
<email>trast@student.ethz.ch</email>
</author>
<published>2010-01-09T23:33:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=0b444cdb19bcfcc7f59b7b00783cbfbbc5ddcf63'/>
<id>urn:sha1:0b444cdb19bcfcc7f59b7b00783cbfbbc5ddcf63</id>
<content type='text'>
The documentation was quite inconsistent when spelling 'git cmd' if it
only refers to the program, not to some specific invocation syntax:
both 'git-cmd' and 'git cmd' spellings exist.

The current trend goes towards dashless forms, and there is precedent
in 647ac70 (git-svn.txt: stop using dash-form of commands.,
2009-07-07) to actively eliminate the dashed variants.

Replace 'git-cmd' with 'git cmd' throughout, except where git-shell,
git-cvsserver, git-upload-pack, git-receive-pack, and
git-upload-archive are concerned, because those really live in the
$PATH.
</content>
</entry>
<entry>
<title>Documentation: warn prominently against merging with dirty trees</title>
<updated>2010-01-09T20:08:26Z</updated>
<author>
<name>Thomas Rast</name>
<email>trast@student.ethz.ch</email>
</author>
<published>2010-01-07T16:42:27Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=e330d8ca1a9ec38ce40b0f67123b1dd893f0b31c'/>
<id>urn:sha1:e330d8ca1a9ec38ce40b0f67123b1dd893f0b31c</id>
<content type='text'>
We do this for both git-merge and git-pull, so as to hopefully alert
(over)users of git-pull to the issue.

Signed-off-by: Thomas Rast &lt;trast@student.ethz.ch&gt;
</content>
</entry>
<entry>
<title>Merge branch 'ja/fetch-doc'</title>
<updated>2009-10-31T03:05:47Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2009-10-31T03:05:47Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=b7eb912b0d3352d43a11c79fab97cd7f92f0646e'/>
<id>urn:sha1:b7eb912b0d3352d43a11c79fab97cd7f92f0646e</id>
<content type='text'>
* ja/fetch-doc:
  Documentation/merge-options.txt: order options in alphabetical groups
  Documentation/git-pull.txt: Add subtitles above included option files
  Documentation/fetch-options.txt: order options alphabetically
</content>
</entry>
<entry>
<title>Documentation/git-pull.txt: Add subtitles above included option files</title>
<updated>2009-10-22T19:39:10Z</updated>
<author>
<name>Jari Aalto</name>
<email>jari.aalto@cante.net</email>
</author>
<published>2009-10-22T14:14:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3f7a9b5ad128151e6eb0b45266779e63e4b2287a'/>
<id>urn:sha1:3f7a9b5ad128151e6eb0b45266779e63e4b2287a</id>
<content type='text'>
Signed-off-by: Jari Aalto &lt;jari.aalto@cante.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>modernize fetch/merge/pull examples</title>
<updated>2009-10-21T21:20:50Z</updated>
<author>
<name>Clemens Buchacher</name>
<email>drizzd@aon.at</email>
</author>
<published>2009-10-21T17:21:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d504f6975d34025ed3b5478b657789410b52cdb1'/>
<id>urn:sha1:d504f6975d34025ed3b5478b657789410b52cdb1</id>
<content type='text'>
The "git pull" documentation has examples which follow an outdated
style. Update the examples to use "git merge" where appropriate and
move the examples to the corresponding manpages.

Furthermore,

 - show that pull is equivalent to fetch and merge, which is still a
   frequently asked question,

 - explain the default fetch refspec.

Signed-off-by: Clemens Buchacher &lt;drizzd@aon.at&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Update my e-mail address</title>
<updated>2008-07-21T19:14:42Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2008-07-21T19:14:42Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=59eb68aa2b4e52aa1d098e0d76c5130864ceff2e'/>
<id>urn:sha1:59eb68aa2b4e52aa1d098e0d76c5130864ceff2e</id>
<content type='text'>
The old cox.net address is still getting mails from gitters.

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>manpages: italicize git command names (which were in teletype font)</title>
<updated>2008-07-05T18:24:40Z</updated>
<author>
<name>Jonathan Nieder</name>
<email>jrnieder@uchicago.edu</email>
</author>
<published>2008-07-03T05:41:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ba020ef5eb5fca3d757bd580ff117adaf81ca079'/>
<id>urn:sha1:ba020ef5eb5fca3d757bd580ff117adaf81ca079</id>
<content type='text'>
The names of git commands are not meant to be entered at the
commandline; they are just names. So we render them in italics,
as is usual for command names in manpages.

Using

	doit () {
	  perl -e 'for (&lt;&gt;) { s/\`(git-[^\`.]*)\`/'\''\1'\''/g; print }'
	}
	for i in git*.txt config.txt diff*.txt blame*.txt fetch*.txt i18n.txt \
	        merge*.txt pretty*.txt pull*.txt rev*.txt urls*.txt
	do
	  doit &lt;"$i" &gt;"$i+" &amp;&amp; mv "$i+" "$i"
	done
	git diff

.

Signed-off-by: Jonathan Nieder &lt;jrnieder@uchicago.edu&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation formatting and cleanup</title>
<updated>2008-07-02T00:20:16Z</updated>
<author>
<name>Jonathan Nieder</name>
<email>jrnieder@uchicago.edu</email>
</author>
<published>2008-06-30T18:56:34Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=483bc4f045881b998512ae814d6cf44d0c0cb493'/>
<id>urn:sha1:483bc4f045881b998512ae814d6cf44d0c0cb493</id>
<content type='text'>
Following what appears to be the predominant style, format
names of commands and commandlines both as `teletype text`.

While we're at it, add articles ("a" and "the") in some
places, italicize the name of the command in the manual page
synopsis line, and add a comma or two where it seems appropriate.

Signed-off-by: Jonathan Nieder &lt;jrnieder@uchicago.edu&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
