<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/git-format-patch-script, branch v0.99</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v0.99</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v0.99'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2005-07-09T02:48:44Z</updated>
<entry>
<title>[PATCH] format-patch: fix skipping of blank-lines</title>
<updated>2005-07-09T02:48:44Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-07-09T02:27:15Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=1855c044629a02488baa1bd25ae45341da33bd4e'/>
<id>urn:sha1:1855c044629a02488baa1bd25ae45341da33bd4e</id>
<content type='text'>
If it is fed a commit with more than one leading blank lines,
the sed scripts git-format-patch-script used looped forever.
Using git-stripspace upfront makes the sed script somewhat
simpler to work around this problem.

Also use git-rev-parse so that we can say

    $ git-format-patch-script HEAD^^^^

to prepare the latest four patches for e-mail submission.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] git-format-patch: Prepare patches for e-mail submission.</title>
<updated>2005-07-08T01:07:12Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-07-05T20:19:05Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=0acfc9725287d21ab7478020b66f39d7ea511804'/>
<id>urn:sha1:0acfc9725287d21ab7478020b66f39d7ea511804</id>
<content type='text'>
This is the script I use to prepare patches for e-mail submission.

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