<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Easier upstreaming / back-porting of patch series with git	</title>
	<atom:link href="https://blog.adamspiers.org/2013/09/19/easier-upstreaming-with-git/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.adamspiers.org/2013/09/19/easier-upstreaming-with-git/</link>
	<description>because there&#039;s always something more interesting than what you should be doing</description>
	<lastBuildDate>Thu, 12 Aug 2021 16:06:58 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>
	<item>
		<title>
		By: Adam		</title>
		<link>https://blog.adamspiers.org/2013/09/19/easier-upstreaming-with-git/#comment-1947592</link>

		<dc:creator><![CDATA[Adam]]></dc:creator>
		<pubDate>Thu, 12 Aug 2021 16:06:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adamspiers.org/?p=981#comment-1947592</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.adamspiers.org/2013/09/19/easier-upstreaming-with-git/#comment-1947591&quot;&gt;Alex&lt;/a&gt;.

Thanks for the report, any chance you could file it at &lt;a href=&quot;https://github.com/aspiers/git-config/issues/new&quot; rel=&quot;nofollow ugc&quot;&gt;https://github.com/aspiers/git-config/issues/new&lt;/a&gt;?  Much easier to deal with technical issues there than on this blog post!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.adamspiers.org/2013/09/19/easier-upstreaming-with-git/#comment-1947591">Alex</a>.</p>
<p>Thanks for the report, any chance you could file it at <a href="https://github.com/aspiers/git-config/issues/new" rel="nofollow ugc">https://github.com/aspiers/git-config/issues/new</a>?  Much easier to deal with technical issues there than on this blog post!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Alex		</title>
		<link>https://blog.adamspiers.org/2013/09/19/easier-upstreaming-with-git/#comment-1947591</link>

		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Thu, 12 Aug 2021 15:49:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adamspiers.org/?p=981#comment-1947591</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.adamspiers.org/2013/09/19/easier-upstreaming-with-git/#comment-1947587&quot;&gt;Alex&lt;/a&gt;.

the formatting deleted some part of my previous message. The command used was git icing -v3 TARGET_BRANCH Start_Commit_ID]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.adamspiers.org/2013/09/19/easier-upstreaming-with-git/#comment-1947587">Alex</a>.</p>
<p>the formatting deleted some part of my previous message. The command used was git icing -v3 TARGET_BRANCH Start_Commit_ID</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Alex		</title>
		<link>https://blog.adamspiers.org/2013/09/19/easier-upstreaming-with-git/#comment-1947587</link>

		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Thu, 12 Aug 2021 15:26:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adamspiers.org/?p=981#comment-1947587</guid>

					<description><![CDATA[Hi,

when I run the command:

git icing -v3  

I get the following error:

Traceback (most recent call last):
        11: from /home/user/git-config/bin/git-icing:287:in `&#039;
        10: from /home/user/git-config/bin/git-icing:281:in `main&#039;
         9: from /home/user/git-config/bin/git-icing:194:in `cherry&#039;
         8: from /home/user/git-config/bin/git-icing:194:in `popen&#039;
         7: from /home/user/git-config/bin/git-icing:195:in `block in cherry&#039;
         6: from /home/user/git-config/bin/git-icing:195:in `each_line&#039;
         5: from /home/user/git-config/bin/git-icing:197:in `block (2 levels) in cherry&#039;
         4: from /home/user/git-config/bin/git-icing:137:in `classify_line&#039;
         3: from /home/user/git-config/bin/git-icing:74:in `upstreaming_note&#039;
         2: from /usr/lib/ruby/2.7.0/open3.rb:101:in `popen3&#039;
         1: from /usr/lib/ruby/2.7.0/open3.rb:219:in `popen_run&#039;
/home/user/git-config/bin/git-icing:80:in `block in upstreaming_note&#039;: git notes --ref\\=upstreaming show 8fb6a57bf826ead71d154a1f846554ca exited with status 1: error: no note found for object 8fb6a57bf826ead71d154a1f846554ca23843ea5. (RuntimeError)

Do you know what is going wrong? 

Thanks in advance.

Regards,

Alexander]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>when I run the command:</p>
<p>git icing -v3  </p>
<p>I get the following error:</p>
<p>Traceback (most recent call last):<br />
        11: from /home/user/git-config/bin/git-icing:287:in `&#8217;<br />
        10: from /home/user/git-config/bin/git-icing:281:in `main&#8217;<br />
         9: from /home/user/git-config/bin/git-icing:194:in `cherry&#8217;<br />
         8: from /home/user/git-config/bin/git-icing:194:in `popen&#8217;<br />
         7: from /home/user/git-config/bin/git-icing:195:in `block in cherry&#8217;<br />
         6: from /home/user/git-config/bin/git-icing:195:in `each_line&#8217;<br />
         5: from /home/user/git-config/bin/git-icing:197:in `block (2 levels) in cherry&#8217;<br />
         4: from /home/user/git-config/bin/git-icing:137:in `classify_line&#8217;<br />
         3: from /home/user/git-config/bin/git-icing:74:in `upstreaming_note&#8217;<br />
         2: from /usr/lib/ruby/2.7.0/open3.rb:101:in `popen3&#8242;<br />
         1: from /usr/lib/ruby/2.7.0/open3.rb:219:in `popen_run&#8217;<br />
/home/user/git-config/bin/git-icing:80:in `block in upstreaming_note&#8217;: git notes &#8211;ref\\=upstreaming show 8fb6a57bf826ead71d154a1f846554ca exited with status 1: error: no note found for object 8fb6a57bf826ead71d154a1f846554ca23843ea5. (RuntimeError)</p>
<p>Do you know what is going wrong? </p>
<p>Thanks in advance.</p>
<p>Regards,</p>
<p>Alexander</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ning		</title>
		<link>https://blog.adamspiers.org/2013/09/19/easier-upstreaming-with-git/#comment-278723</link>

		<dc:creator><![CDATA[Ning]]></dc:creator>
		<pubDate>Thu, 27 Feb 2014 10:48:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adamspiers.org/?p=981#comment-278723</guid>

					<description><![CDATA[Send a pull request to roughly implement the idea. Please help to review and comment.]]></description>
			<content:encoded><![CDATA[<p>Send a pull request to roughly implement the idea. Please help to review and comment.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Adam		</title>
		<link>https://blog.adamspiers.org/2013/09/19/easier-upstreaming-with-git/#comment-277833</link>

		<dc:creator><![CDATA[Adam]]></dc:creator>
		<pubDate>Wed, 26 Feb 2014 10:56:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adamspiers.org/?p=981#comment-277833</guid>

					<description><![CDATA[Sure, you can do that any time :-)]]></description>
			<content:encoded><![CDATA[<p>Sure, you can do that any time 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ning		</title>
		<link>https://blog.adamspiers.org/2013/09/19/easier-upstreaming-with-git/#comment-277589</link>

		<dc:creator><![CDATA[Ning]]></dc:creator>
		<pubDate>Wed, 26 Feb 2014 08:40:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adamspiers.org/?p=981#comment-277589</guid>

					<description><![CDATA[I got your point. Can we use &quot;git notes edit&quot; in this case? User can get a chance to modify the skip list.]]></description>
			<content:encoded><![CDATA[<p>I got your point. Can we use &#8220;git notes edit&#8221; in this case? User can get a chance to modify the skip list.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Adam		</title>
		<link>https://blog.adamspiers.org/2013/09/19/easier-upstreaming-with-git/#comment-276644</link>

		<dc:creator><![CDATA[Adam]]></dc:creator>
		<pubDate>Tue, 25 Feb 2014 17:45:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adamspiers.org/?p=981#comment-276644</guid>

					<description><![CDATA[Yes that would be better, but unfortunately it requires git cherry-menu to be able to understand the (arguments of the) command it wraps, and I deliberately avoided that in order to keep it as flexible as possible by being able to wrap any command which has the right output format.  So I&#039;m not sure how best to do this.  Suggestions (or even pull requests) very welcome!]]></description>
			<content:encoded><![CDATA[<p>Yes that would be better, but unfortunately it requires git cherry-menu to be able to understand the (arguments of the) command it wraps, and I deliberately avoided that in order to keep it as flexible as possible by being able to wrap any command which has the right output format.  So I&#8217;m not sure how best to do this.  Suggestions (or even pull requests) very welcome!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ning		</title>
		<link>https://blog.adamspiers.org/2013/09/19/easier-upstreaming-with-git/#comment-276619</link>

		<dc:creator><![CDATA[Ning]]></dc:creator>
		<pubDate>Tue, 25 Feb 2014 16:11:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adamspiers.org/?p=981#comment-276619</guid>

					<description><![CDATA[Thanks for the confirmation. I was able to follow all the examples. It just confused me for a while.

I have a suggestion after trying the tools.

Regarding this feature &quot;if the patch-id changes during cherry-picking, cherry-menu will notice, and automatically add the old commit to the blacklist&quot;, it uses &quot;skip: all&quot; in current implementation. This will prevent the commit to be ported to any other branches later. I think the better way is to just skip the branch which you specify as the command argument. What do you think of it?]]></description>
			<content:encoded><![CDATA[<p>Thanks for the confirmation. I was able to follow all the examples. It just confused me for a while.</p>
<p>I have a suggestion after trying the tools.</p>
<p>Regarding this feature &#8220;if the patch-id changes during cherry-picking, cherry-menu will notice, and automatically add the old commit to the blacklist&#8221;, it uses &#8220;skip: all&#8221; in current implementation. This will prevent the commit to be ported to any other branches later. I think the better way is to just skip the branch which you specify as the command argument. What do you think of it?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Adam		</title>
		<link>https://blog.adamspiers.org/2013/09/19/easier-upstreaming-with-git/#comment-276446</link>

		<dc:creator><![CDATA[Adam]]></dc:creator>
		<pubDate>Tue, 25 Feb 2014 14:41:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adamspiers.org/?p=981#comment-276446</guid>

					<description><![CDATA[That&#039;s very weird - I can reproduce this now.  I can&#039;t explain it, but hopefully it won&#039;t prevent you from following through the rest of the example and learning how my tools work?]]></description>
			<content:encoded><![CDATA[<p>That&#8217;s very weird &#8211; I can reproduce this now.  I can&#8217;t explain it, but hopefully it won&#8217;t prevent you from following through the rest of the example and learning how my tools work?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ning		</title>
		<link>https://blog.adamspiers.org/2013/09/19/easier-upstreaming-with-git/#comment-275969</link>

		<dc:creator><![CDATA[Ning]]></dc:creator>
		<pubDate>Tue, 25 Feb 2014 04:47:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adamspiers.org/?p=981#comment-275969</guid>

					<description><![CDATA[Here is the gist log. I just copied the commands you gave in this article.

https://gist.github.com/ningjiang/cca14f9b4b76bb1c8a66

My git version is 1.7.9.5]]></description>
			<content:encoded><![CDATA[<p>Here is the gist log. I just copied the commands you gave in this article.</p>
<p><a href="https://gist.github.com/ningjiang/cca14f9b4b76bb1c8a66" rel="nofollow ugc">https://gist.github.com/ningjiang/cca14f9b4b76bb1c8a66</a></p>
<p>My git version is 1.7.9.5</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Adam		</title>
		<link>https://blog.adamspiers.org/2013/09/19/easier-upstreaming-with-git/#comment-275414</link>

		<dc:creator><![CDATA[Adam]]></dc:creator>
		<pubDate>Mon, 24 Feb 2014 09:37:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adamspiers.org/?p=981#comment-275414</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.adamspiers.org/2013/09/19/easier-upstreaming-with-git/#comment-275322&quot;&gt;Ning&lt;/a&gt;.

That&#039;s strange.  Any chance you could paste a &lt;a href=&quot;https://gist.github.com/&quot; rel=&quot;nofollow&quot;&gt;gist&lt;/a&gt; of your entire CLI session so I can see the details?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.adamspiers.org/2013/09/19/easier-upstreaming-with-git/#comment-275322">Ning</a>.</p>
<p>That&#8217;s strange.  Any chance you could paste a <a href="https://gist.github.com/" rel="nofollow">gist</a> of your entire CLI session so I can see the details?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ning		</title>
		<link>https://blog.adamspiers.org/2013/09/19/easier-upstreaming-with-git/#comment-275322</link>

		<dc:creator><![CDATA[Ning]]></dc:creator>
		<pubDate>Mon, 24 Feb 2014 08:35:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adamspiers.org/?p=981#comment-275322</guid>

					<description><![CDATA[The tools are very convenient for back porting patches. I&#039;ve a problem here. When I was trying git-cherry-menu, the first commit 348cfedfca can be cherry picked successfully. But in your case, the command failed. There is definitely something wrong here. Can you please double check?]]></description>
			<content:encoded><![CDATA[<p>The tools are very convenient for back porting patches. I&#8217;ve a problem here. When I was trying git-cherry-menu, the first commit 348cfedfca can be cherry picked successfully. But in your case, the command failed. There is definitely something wrong here. Can you please double check?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: OpenStack社区周报(9.27 – 10.4) &#124; UnitedStack Inc.		</title>
		<link>https://blog.adamspiers.org/2013/09/19/easier-upstreaming-with-git/#comment-171088</link>

		<dc:creator><![CDATA[OpenStack社区周报(9.27 – 10.4) &#124; UnitedStack Inc.]]></dc:creator>
		<pubDate>Fri, 11 Oct 2013 03:11:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adamspiers.org/?p=981#comment-171088</guid>

					<description><![CDATA[[&#8230;] Git技巧之选择性提交 [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] Git技巧之选择性提交 [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Judd Maltin		</title>
		<link>https://blog.adamspiers.org/2013/09/19/easier-upstreaming-with-git/#comment-163299</link>

		<dc:creator><![CDATA[Judd Maltin]]></dc:creator>
		<pubDate>Tue, 01 Oct 2013 22:50:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adamspiers.org/?p=981#comment-163299</guid>

					<description><![CDATA[Adam, excellent writeup of your tool that I&#039;ll be trying out tonight!  Thanks!]]></description>
			<content:encoded><![CDATA[<p>Adam, excellent writeup of your tool that I&#8217;ll be trying out tonight!  Thanks!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Pádraig Brady		</title>
		<link>https://blog.adamspiers.org/2013/09/19/easier-upstreaming-with-git/#comment-156626</link>

		<dc:creator><![CDATA[Pádraig Brady]]></dc:creator>
		<pubDate>Sun, 22 Sep 2013 13:38:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adamspiers.org/?p=981#comment-156626</guid>

					<description><![CDATA[Oh some great stuff in here. This is a common and frustrating task. I was doing something more manual leveraging commit tags. Of course  the &quot;upstream first&quot; mantra is useful here to minimize divergences.
Thank for taking the time to document this.]]></description>
			<content:encoded><![CDATA[<p>Oh some great stuff in here. This is a common and frustrating task. I was doing something more manual leveraging commit tags. Of course  the &#8220;upstream first&#8221; mantra is useful here to minimize divergences.<br />
Thank for taking the time to document this.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
