<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/utils/git-svn, branch master</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/utils/git-svn?h=master</id>
<link rel='self' href='https://git.amat.us/llvm/atom/utils/git-svn?h=master'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2013-04-26T03:27:39Z</updated>
<entry>
<title>Use 'git svn find-rev' in git-svnrevert instead of shell script fu.</title>
<updated>2013-04-26T03:27:39Z</updated>
<author>
<name>Michael Gottesman</name>
<email>mgottesman@apple.com</email>
</author>
<published>2013-04-26T03:27:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=276b8549ee177ee584699638dd17eb358e25ace1'/>
<id>urn:sha1:276b8549ee177ee584699638dd17eb358e25ace1</id>
<content type='text'>
Thanks Chandler!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180592 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Added the scripts git-svnup/git-svnrevert to utils/git-svn.</title>
<updated>2013-04-26T00:58:45Z</updated>
<author>
<name>Michael Gottesman</name>
<email>mgottesman@apple.com</email>
</author>
<published>2013-04-26T00:58:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=19c37352626531efe1a8128a168804a4bb5adc86'/>
<id>urn:sha1:19c37352626531efe1a8128a168804a4bb5adc86</id>
<content type='text'>
It makes more sense to have git-svnup here than catting said file in the
documentation (where we should rather point users to this directory).
I included git-svnrevert as an additional gift to the community. I will update
the documentation in a second commit later today.

git-svnrevert takes in a git hash for a commit, looks up the svn revision for
said commit and then creates the normal git revert commit message with the one
liner message, except instead of saying

  Revert "&lt;&lt;&lt;INSERT ONELINER HERE&gt;&gt;&gt;"

  This reverts commit &lt;&lt;&lt;INSERT GITHASH HERE&gt;&gt;&gt;

It says:

  Revert "&lt;&lt;&lt;INSERT ONELINER HERE&gt;&gt;&gt;"

  This reverts commit r&lt;&lt;&lt;INSERT SVN REVISION HERE&gt;&gt;&gt;

so git hashes will not escape into our svn logs (which just look unseemly).

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