<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/git.git/git-am.sh, branch v1.0rc1</title>
<subtitle>Git
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=v1.0rc1</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=v1.0rc1'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/'/>
<updated>2005-11-08T09:23:53Z</updated>
<entry>
<title>git-am: do not lose already edited final-commit when resuming.</title>
<updated>2005-11-08T09:23:53Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-11-08T08:41:37Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=4bfb6b62ffc9460798ebc78c3a30e4eff7c409d0'/>
<id>urn:sha1:4bfb6b62ffc9460798ebc78c3a30e4eff7c409d0</id>
<content type='text'>
The last round stopped munging the patch when resuming, but
failed to preserve final-commit.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Add [v]iew patch in git-am interactive.</title>
<updated>2005-10-26T06:43:59Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-10-26T06:43:59Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=f89ad67fb054bead054bc92b4d0d4d007248b611'/>
<id>urn:sha1:f89ad67fb054bead054bc92b4d0d4d007248b611</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>git-am: make it easier after fixing up an unapplicable patch.</title>
<updated>2005-10-26T06:35:37Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-10-26T06:35:37Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=271440e3b65f0c599e19fdd6bc07aeccc16699fb'/>
<id>urn:sha1:271440e3b65f0c599e19fdd6bc07aeccc16699fb</id>
<content type='text'>
Instead of having the user to edit the mail message, let the hand merge
result stored in .dotest/patch and continue, which is easier to manage.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Fix missing exports in git-am</title>
<updated>2005-10-21T05:31:56Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-10-21T05:31:56Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=2c674191d507647b4c34486619189d7c6f5dbab9'/>
<id>urn:sha1:2c674191d507647b4c34486619189d7c6f5dbab9</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Update git-apply to use C-style quoting for funny pathnames.</title>
<updated>2005-10-18T00:41:54Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-10-15T04:54:52Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=22943f1a52142b0ef669c959f8b4367e579da968'/>
<id>urn:sha1:22943f1a52142b0ef669c959f8b4367e579da968</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>git-am: do not fail if 3-way fallback succeeds.</title>
<updated>2005-10-13T18:46:43Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-10-13T18:46:43Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=73319032c8d2b2c73138d5caee1d2838fe1305d2'/>
<id>urn:sha1:73319032c8d2b2c73138d5caee1d2838fe1305d2</id>
<content type='text'>
The current one incorrectly stops there without committing.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>git-am: interactive should fail gracefully.</title>
<updated>2005-10-13T01:31:41Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-10-13T01:31:41Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=a1451104ac2aa97f2e74818787ff54e29b2a77e5'/>
<id>urn:sha1:a1451104ac2aa97f2e74818787ff54e29b2a77e5</id>
<content type='text'>
When feeding patches from standard input, and --interactive is specified,
quit, so that the user can re-run the command, instead of infinitely
looping.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Add git-am, applymbox replacement.</title>
<updated>2005-10-07T10:44:18Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-10-07T10:44:18Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=d1c5f2a42d7b5c0e3d3862212dea1f09809c4963'/>
<id>urn:sha1:d1c5f2a42d7b5c0e3d3862212dea1f09809c4963</id>
<content type='text'>
It reorganizes the code and also has saner command line options
syntax.  Unlike git-applymbox, it can take more than one mailbox
file from the command line, as well as reading from the standard
input when '-' is specified.

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