<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/utils/mkpatch, branch release_23</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/utils/mkpatch?h=release_23</id>
<link rel='self' href='https://git.amat.us/llvm/atom/utils/mkpatch?h=release_23'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2007-07-20T17:21:54Z</updated>
<entry>
<title>Fixing some differences between CVS and SVN diff'ing. Reid fixed these already, </title>
<updated>2007-07-20T17:21:54Z</updated>
<author>
<name>Chandler Carruth</name>
<email>chandlerc@gmail.com</email>
</author>
<published>2007-07-20T17:21:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ef3d01635a73766cee22d4a9bb60d7b410aabdb0'/>
<id>urn:sha1:ef3d01635a73766cee22d4a9bb60d7b410aabdb0</id>
<content type='text'>
but I think it got lost in the conversion mess.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40107 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Subversionify the script.</title>
<updated>2007-07-09T07:41:11Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-07-09T07:41:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0793b36fd656464af82aa42060dc444ed910ab62'/>
<id>urn:sha1:0793b36fd656464af82aa42060dc444ed910ab62</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38440 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix this tool for use on Darwin which requires the file to come after the</title>
<updated>2007-01-17T03:38:22Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-01-17T03:38:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2c13f6657a8d7543b7202c23be0ae351f9bec1ed'/>
<id>urn:sha1:2c13f6657a8d7543b7202c23be0ae351f9bec1ed</id>
<content type='text'>
commands. Linux is more forgiving.

Patch by Gordon Henriksen. Thanks, Gordon!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33285 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Join two lines that caused awk to squak on some platforms.</title>
<updated>2007-01-16T22:41:12Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-01-16T22:41:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ea92a109ffa6559824a24b01e26c0bedfd10d82a'/>
<id>urn:sha1:ea92a109ffa6559824a24b01e26c0bedfd10d82a</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33274 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Put in some needed \ at the end of lines!!!</title>
<updated>2007-01-11T06:51:56Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-01-11T06:51:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=40beb40f4b959c10bea7a52bcb81c22fb4989565'/>
<id>urn:sha1:40beb40f4b959c10bea7a52bcb81c22fb4989565</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33070 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Make the awk filter print out which files its eliminating.</title>
<updated>2006-11-18T18:30:18Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-11-18T18:30:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=161a2fb9d83993ed77f20f5b8551f426d821b18e'/>
<id>urn:sha1:161a2fb9d83993ed77f20f5b8551f426d821b18e</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31851 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>This is a utility for preparing patches against LLVM. It runs cvs diff with</title>
<updated>2006-11-18T18:02:30Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-11-18T18:02:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=35d958cf769ba0efad9f7eeb43a54dc6d3c95556'/>
<id>urn:sha1:35d958cf769ba0efad9f7eeb43a54dc6d3c95556</id>
<content type='text'>
the correct options, places the patch content in order that makes sense for
review, and filters cruft out of the patch (like diffs in *.cvs files). It
produces both a NAME.patch.raw (unfiltered) and NAME.patch (filtered) file.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31850 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
