<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/git-pull.sh, branch v0.99.8e</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://www.git.shady.money/git/atom?h=v0.99.8e</id>
<link rel='self' href='https://www.git.shady.money/git/atom?h=v0.99.8e'/>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/'/>
<updated>2005-10-03T22:45:44Z</updated>
<entry>
<title>git-pull: do not barf on -a flag meant for git-fetch.</title>
<updated>2005-10-03T22:45:44Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-10-03T22:45:44Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=619e5a0ed4a53653085961b7aefe1f93ed879949'/>
<id>urn:sha1:619e5a0ed4a53653085961b7aefe1f93ed879949</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Use git-merge in git-pull (second try).</title>
<updated>2005-09-29T07:24:41Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-09-26T02:43:51Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=60fb5b2c4d9e26204f480f8a18ae1ff0051a6440'/>
<id>urn:sha1:60fb5b2c4d9e26204f480f8a18ae1ff0051a6440</id>
<content type='text'>
This again makes git-pull to use git-merge, so that different merge
strategy can be specified from the command line.  Without explicit
strategy parameter, it defaults to git-merge-resolve if only one
remote is pulled, and git-merge-octopus otherwise, to keep the
default behaviour of the command the same as the original.

Also this brings another usability measure: -n flag from the command
line, if given, is passed to git-merge to prevent it from running the
diffstat at the end of the merge.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Use git-update-ref in scripts.</title>
<updated>2005-09-28T23:42:44Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-09-28T01:14:27Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=bf7960eb51a26bcf52f27a60bfcf005661266b1e'/>
<id>urn:sha1:bf7960eb51a26bcf52f27a60bfcf005661266b1e</id>
<content type='text'>
This uses the git-update-ref command in scripts for safer updates.
Also places where we used to read HEAD ref by using "cat" were fixed
to use git-rev-parse.  This will matter when we start using symbolic
references.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Fix default pull not to do an unintended Octopus.</title>
<updated>2005-09-28T23:22:00Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-09-26T05:54:23Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=05dd8e2ee2ecba1b4ef1dbbde5c81281152604b4'/>
<id>urn:sha1:05dd8e2ee2ecba1b4ef1dbbde5c81281152604b4</id>
<content type='text'>
The refspecs specified in the .git/remotes/&lt;remote&gt; on the "Pull: "
lines are for fetching multiple heads in one go, but most of the time
making an Octopus out of them is not what is wanted.  Make git-fetch
leave the marker in .git/FETCH_HEAD file so that later stages can
tell which heads are for merging and which are not.

Tom Prince made me realize how stupid the original behaviour was.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Prettyprint octopus merge message.</title>
<updated>2005-09-23T01:09:07Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-09-22T07:55:22Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=c8b48ba4767ff9da19ef4f41f8d870f11742d833'/>
<id>urn:sha1:c8b48ba4767ff9da19ef4f41f8d870f11742d833</id>
<content type='text'>
Including the current branch in the list of heads being merged
was not a good idea, so drop it.  And shorten the message by
grouping branches and tags together to form a single line.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Revert "Use git-merge instead of git-resolve in git-pull."</title>
<updated>2005-09-21T21:01:56Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-09-21T21:01:56Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=acfadcfb48e34fdc441e9cffbb385fce9693b363'/>
<id>urn:sha1:acfadcfb48e34fdc441e9cffbb385fce9693b363</id>
<content type='text'>
This reverts f887564ab72e107bcdee3ba83c91e2bb4ae13ca7 commit.
</content>
</entry>
<entry>
<title>Revert "Make Octopus merge message a bit nicer."</title>
<updated>2005-09-21T20:59:54Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-09-21T20:59:54Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=b91fb518cc5c5f316ba149ceedff5ee194f44ebf'/>
<id>urn:sha1:b91fb518cc5c5f316ba149ceedff5ee194f44ebf</id>
<content type='text'>
This reverts 63f1aa6c72c46928f1b6959437aed4becbc42ff3 commit.
</content>
</entry>
<entry>
<title>Make Octopus merge message a bit nicer.</title>
<updated>2005-09-21T01:16:27Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-09-19T07:03:47Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=63f1aa6c72c46928f1b6959437aed4becbc42ff3'/>
<id>urn:sha1:63f1aa6c72c46928f1b6959437aed4becbc42ff3</id>
<content type='text'>
Linus says that 'of .' to mean the commits came from the local repository
was too confusing and ugly -- I tend to agree with him.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Use git-merge instead of git-resolve in git-pull.</title>
<updated>2005-09-21T01:16:27Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-09-17T06:38:59Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=f887564ab72e107bcdee3ba83c91e2bb4ae13ca7'/>
<id>urn:sha1:f887564ab72e107bcdee3ba83c91e2bb4ae13ca7</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Revert breakage introduced by c80522e30fdc190f8c8c7fc983bbe040a1b03e93.</title>
<updated>2005-09-16T00:38:26Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-09-16T00:38:26Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=b4416b432bde78fac057224d14c7e9c85097a152'/>
<id>urn:sha1:b4416b432bde78fac057224d14c7e9c85097a152</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
</feed>
