<?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: &#8220;Ignoring funny ref&#8221; error on Git + Dropbox</title>
	<atom:link href="http://shikii.net/blog/ignoring-funny-ref-error-on-git-dropbox/feed/" rel="self" type="application/rss+xml" />
	<link>http://shikii.net/blog/ignoring-funny-ref-error-on-git-dropbox/</link>
	<description>I&#039;m so bad with words that I can&#039;t even make a cool tagline</description>
	<lastBuildDate>Sat, 04 Feb 2012 19:02:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Damien</title>
		<link>http://shikii.net/blog/ignoring-funny-ref-error-on-git-dropbox/#comment-674</link>
		<dc:creator>Damien</dc:creator>
		<pubDate>Thu, 29 Sep 2011 01:14:53 +0000</pubDate>
		<guid isPermaLink="false">http://shikii.net/blog/?p=70#comment-674</guid>
		<description>&lt;p&gt;Thanks heaps for this also. Exactly what I was after. 
And yes - GIT + Dropbox totally rocks!! :-)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks heaps for this also. Exactly what I was after. 
And yes &#8211; GIT + Dropbox totally rocks!! :-)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Emmanouel</title>
		<link>http://shikii.net/blog/ignoring-funny-ref-error-on-git-dropbox/#comment-389</link>
		<dc:creator>Emmanouel</dc:creator>
		<pubDate>Thu, 18 Nov 2010 21:14:06 +0000</pubDate>
		<guid isPermaLink="false">http://shikii.net/blog/?p=70#comment-389</guid>
		<description>&lt;p&gt;Thanks for posting this! Instant solving! as Ates Goral said :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for posting this! Instant solving! as Ates Goral said :)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ates Goral</title>
		<link>http://shikii.net/blog/ignoring-funny-ref-error-on-git-dropbox/#comment-333</link>
		<dc:creator>Ates Goral</dc:creator>
		<pubDate>Wed, 15 Sep 2010 16:29:51 +0000</pubDate>
		<guid isPermaLink="false">http://shikii.net/blog/?p=70#comment-333</guid>
		<description>&lt;p&gt;Thanks Shiki and thanks Filipe. Solved my problem in an instant. And thanks Google for taking me to this post :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks Shiki and thanks Filipe. Solved my problem in an instant. And thanks Google for taking me to this post :)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Filipe Correia</title>
		<link>http://shikii.net/blog/ignoring-funny-ref-error-on-git-dropbox/#comment-260</link>
		<dc:creator>Filipe Correia</dc:creator>
		<pubDate>Mon, 19 Jul 2010 12:19:25 +0000</pubDate>
		<guid isPermaLink="false">http://shikii.net/blog/?p=70#comment-260</guid>
		<description>&lt;p&gt;Ok, got it. Turns out I was trying to delete the branch locally (although it obviously only existed on the server). Thanks!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Ok, got it. Turns out I was trying to delete the branch locally (although it obviously only existed on the server). Thanks!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Shiki</title>
		<link>http://shikii.net/blog/ignoring-funny-ref-error-on-git-dropbox/#comment-258</link>
		<dc:creator>Shiki</dc:creator>
		<pubDate>Sat, 17 Jul 2010 02:36:29 +0000</pubDate>
		<guid isPermaLink="false">http://shikii.net/blog/?p=70#comment-258</guid>
		<description>&lt;p&gt;Yes that&#039;s right. You should use the repo on Dropbox. I&#039;ve deleted conflicted branches like that with no problem. All I had to do was fetch-merge-push again to put my local changes to the Dropbox repo. Use &lt;code&gt;branch -D&lt;/code&gt; to delete it if you can&#039;t delete it with &quot;branch -d&quot; (small d).&lt;/p&gt;

&lt;p&gt;Also, notice that your Git repo actually still works with that conflicted copy in there. It just annoys you with the warning message when you fetch.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Yes that&#8217;s right. You should use the repo on Dropbox. I&#8217;ve deleted conflicted branches like that with no problem. All I had to do was fetch-merge-push again to put my local changes to the Dropbox repo. Use <code>branch -D</code> to delete it if you can&#8217;t delete it with &#8220;branch -d&#8221; (small d).</p>

<p>Also, notice that your Git repo actually still works with that conflicted copy in there. It just annoys you with the warning message when you fetch.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Filipe Correia</title>
		<link>http://shikii.net/blog/ignoring-funny-ref-error-on-git-dropbox/#comment-257</link>
		<dc:creator>Filipe Correia</dc:creator>
		<pubDate>Fri, 16 Jul 2010 10:10:56 +0000</pubDate>
		<guid isPermaLink="false">http://shikii.net/blog/?p=70#comment-257</guid>
		<description>&lt;p&gt;Ok, I think i&#039;m on to something. I&#039;ve just checked my repo files (on dropbox) and found these two files on the path &quot;/refs/heads&quot;:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;
master
master (fcorreia&#039;s conflicted copy 2010-07-14)
&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;It seems that this &quot;master&quot; file as conflicted, so dropbox automatically copied it to another filename. I wonder if I can just delete this file from the repo without leaving other garbage behind, and without losing commits.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Ok, I think i&#8217;m on to something. I&#8217;ve just checked my repo files (on dropbox) and found these two files on the path &#8220;/refs/heads&#8221;:</p>

<p><code>
master
master (fcorreia's conflicted copy 2010-07-14)
</code></p>

<p>It seems that this &#8220;master&#8221; file as conflicted, so dropbox automatically copied it to another filename. I wonder if I can just delete this file from the repo without leaving other garbage behind, and without losing commits.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Filipe Correia</title>
		<link>http://shikii.net/blog/ignoring-funny-ref-error-on-git-dropbox/#comment-256</link>
		<dc:creator>Filipe Correia</dc:creator>
		<pubDate>Fri, 16 Jul 2010 09:49:55 +0000</pubDate>
		<guid isPermaLink="false">http://shikii.net/blog/?p=70#comment-256</guid>
		<description>&lt;p&gt;I&#039;m not being able to delete it. In fact, it&#039;s not showing up when I list the branches (only &quot;master&quot; shows up). It seems there isn&#039;t actually a branch named &quot;master (fcorreia&#039;s conflicted copy 2010-07-14)&quot;.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;m not being able to delete it. In fact, it&#8217;s not showing up when I list the branches (only &#8220;master&#8221; shows up). It seems there isn&#8217;t actually a branch named &#8220;master (fcorreia&#8217;s conflicted copy 2010-07-14)&#8221;.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Shiki</title>
		<link>http://shikii.net/blog/ignoring-funny-ref-error-on-git-dropbox/#comment-255</link>
		<dc:creator>Shiki</dc:creator>
		<pubDate>Fri, 16 Jul 2010 07:55:59 +0000</pubDate>
		<guid isPermaLink="false">http://shikii.net/blog/?p=70#comment-255</guid>
		<description>&lt;p&gt;From my experience, you could no longer merge with that branch. It seems to be a corrupted branch file because it was overwritten by somebody else who pushed to the dropbox repo.&lt;/p&gt;

&lt;p&gt;Deleting the branch didn&#039;t work for you? Are you deleting it from the dropbox repo? When I get errors like this, I just delete that conflicted branch and fetch-merge-push again. I never lost any of my commits due to the conflict. They just didn&#039;t get pushed properly because of dropbox&#039; syncing conflicts.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>From my experience, you could no longer merge with that branch. It seems to be a corrupted branch file because it was overwritten by somebody else who pushed to the dropbox repo.</p>

<p>Deleting the branch didn&#8217;t work for you? Are you deleting it from the dropbox repo? When I get errors like this, I just delete that conflicted branch and fetch-merge-push again. I never lost any of my commits due to the conflict. They just didn&#8217;t get pushed properly because of dropbox&#8217; syncing conflicts.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Filipe Correia</title>
		<link>http://shikii.net/blog/ignoring-funny-ref-error-on-git-dropbox/#comment-254</link>
		<dc:creator>Filipe Correia</dc:creator>
		<pubDate>Thu, 15 Jul 2010 22:16:13 +0000</pubDate>
		<guid isPermaLink="false">http://shikii.net/blog/?p=70#comment-254</guid>
		<description>&lt;p&gt;Hi! Thanks for writting this post. It was the only reference I&#039;ve found to this issue... :&#124;
I&#039;m finding the same problem myself (using dropbox too), but I&#039;m not being able to solve it the same way you did.&lt;/p&gt;

&lt;p&gt;Here&#039;s what I&#039;m seeing:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;
$ git pull
error: * Ignoring funny ref &#039;refs/remotes/origin/master (fcorreia&#039;s conflicted copy 2010-07-14)&#039; locally
Already up-to-date.
$ git branch &quot;merge&quot; &quot;master (fcorreia&#039;s conflicted copy 2010-07-14)&quot;
fatal: Not a valid object name: &#039;master (fcorreia&#039;s conflicted copy 2010-07-14)&#039;.
$ git branch
* master
&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Any thoughts that might help?&lt;/p&gt;

&lt;p&gt;Thanks!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi! Thanks for writting this post. It was the only reference I&#8217;ve found to this issue&#8230; :|
I&#8217;m finding the same problem myself (using dropbox too), but I&#8217;m not being able to solve it the same way you did.</p>

<p>Here&#8217;s what I&#8217;m seeing:</p>

<p><code>
$ git pull
error: * Ignoring funny ref 'refs/remotes/origin/master (fcorreia's conflicted copy 2010-07-14)' locally
Already up-to-date.
$ git branch "merge" "master (fcorreia's conflicted copy 2010-07-14)"
fatal: Not a valid object name: 'master (fcorreia's conflicted copy 2010-07-14)'.
$ git branch
* master
</code></p>

<p>Any thoughts that might help?</p>

<p>Thanks!</p>]]></content:encoded>
	</item>
</channel>
</rss>

