<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/git.git/Documentation/git-pull.txt, branch v1.4.3.5</title>
<subtitle>Git
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=v1.4.3.5</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=v1.4.3.5'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/'/>
<updated>2006-03-09T19:44:11Z</updated>
<entry>
<title>Remove trailing dot after short description</title>
<updated>2006-03-09T19:44:11Z</updated>
<author>
<name>Fredrik Kuivinen</name>
<email>freku045@student.liu.se</email>
</author>
<published>2006-03-09T16:24:50Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=7bd7f2804d84258a5cd1e76c610496f6beaa4cdf'/>
<id>urn:sha1:7bd7f2804d84258a5cd1e76c610496f6beaa4cdf</id>
<content type='text'>
Signed-off-by: Fredrik Kuivinen &lt;freku045@student.liu.se&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Docs: move git url and remotes text to separate sections</title>
<updated>2006-02-07T05:14:56Z</updated>
<author>
<name>J. Bruce Fields</name>
<email>bfields@fieldses.org</email>
</author>
<published>2006-02-05T23:29:49Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=85a97d4e10c1ac4b87e856e2efe7bcd53d6868c3'/>
<id>urn:sha1:85a97d4e10c1ac4b87e856e2efe7bcd53d6868c3</id>
<content type='text'>
The sections on git urls and remotes files in the git-fetch,
git-pull, and git-push manpages seem long enough to be worth a
manpage section of their own.

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>Examples of resetting.</title>
<updated>2005-12-17T02:23:33Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-12-17T02:23:33Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=3ae854c3567dd10055fbe12b8bd91bd2d447f55f'/>
<id>urn:sha1:3ae854c3567dd10055fbe12b8bd91bd2d447f55f</id>
<content type='text'>
Morten Welinder says examples of resetting is really about
recovering from botched commit/pulls.  I agree that pointers
from commands that cause a reset to be needed in the first place
would be very helpful.

Also reset examples did not mention "pull/merge" cases.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Refactored merge options into separate merge-options.txt.</title>
<updated>2005-11-07T07:32:04Z</updated>
<author>
<name>Jon Loeliger</name>
<email>jdl@freescale.com</email>
</author>
<published>2005-11-07T05:30:56Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=93d69d86912c44206543f6670e93f9fc6f2f859f'/>
<id>urn:sha1:93d69d86912c44206543f6670e93f9fc6f2f859f</id>
<content type='text'>
Refactored fetch options into separate fetch-options.txt.
Made git-merge use merge-options.
Made git-fetch use fetch-options.
Made git-pull use merge-options and fetch-options.
Added --help option to git-pull and git-format-patch scripts.
Rewrote Documentation/Makefile to dynamically determine
include dependencies.

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>Refactor merge strategies into separate includable file.</title>
<updated>2005-11-06T18:31:48Z</updated>
<author>
<name>Jon Loeliger</name>
<email>jdl@freescale.com</email>
</author>
<published>2005-11-06T16:26:07Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=bb73d73c0885fce357e0d70aa51c2215a8e38a4e'/>
<id>urn:sha1:bb73d73c0885fce357e0d70aa51c2215a8e38a4e</id>
<content type='text'>
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>Documentation: git-fetch/pull updates.</title>
<updated>2005-11-05T09:39:18Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-11-05T09:37:00Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=fdd089793c1d694fa742da51dfbf0227d61d4c0e'/>
<id>urn:sha1:fdd089793c1d694fa742da51dfbf0227d61d4c0e</id>
<content type='text'>
We do not accept multiple &lt;refspecs&gt; on one Pull:/Push: line
right now (we could lift this tentative workaround for the
broken refnames), but we have always accepted multiple such
lines, so use that form in the examples and discussion.

Also explicitly mention that Octopus is made only with an
explicit command line request and never from Pull: lines.

Add a couple of cross references.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Added a few examples to git-pull man page.</title>
<updated>2005-11-05T03:28:39Z</updated>
<author>
<name>Jon Loeliger</name>
<email>jdl@freescale.com</email>
</author>
<published>2005-11-05T02:36:08Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=bccf5956c323a043e9a5d540b3c842ae6e5e5220'/>
<id>urn:sha1:bccf5956c323a043e9a5d540b3c842ae6e5e5220</id>
<content type='text'>
Clarified and added notes for pull/push refspecs.
Converted to back-ticks for literal text examples.

[jc: Also fixed git-pull description that still talked about its
calling git-resolve or git-octopus (we do not anymore; instead
we just call git-merge).  BTW, I am reasonably impressed by how
well "git-am -3" applied this patch, which had some conflicts
because I've updated the documentation somewhat.]

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>Documentation: -merge and -pull: describe merge strategies.</title>
<updated>2005-11-04T08:18:29Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-11-04T08:06:20Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=3746501664e3fcf6c44080cb599b50bf9cbea2be'/>
<id>urn:sha1:3746501664e3fcf6c44080cb599b50bf9cbea2be</id>
<content type='text'>
... and give a couple of examples of running 'git pull' against
local repository.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Document the use of "current directory" as pull source.</title>
<updated>2005-11-01T22:03:13Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-11-01T22:03:13Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=710c97dbb1a4469816ae01f4a26661cdba2c401b'/>
<id>urn:sha1:710c97dbb1a4469816ae01f4a26661cdba2c401b</id>
<content type='text'>
The repository to pull from can be a local repository, and as a
special case the current directory can be specified to perform
merges across local branches.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>git-fetch/push/pull: documentation.</title>
<updated>2005-10-20T04:25:39Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-10-20T04:25:39Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=d6a73596e766b934e25182e7cdd8e6c2dbcc671e'/>
<id>urn:sha1:d6a73596e766b934e25182e7cdd8e6c2dbcc671e</id>
<content type='text'>
The documentation was lazily sharing the argument description across these
commands.

Lazy may be a way of life, but that does not justify confusing others ;-).

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
</feed>
