<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Git error: merge not found]]></title><description><![CDATA[<p dir="auto">Apprently there is a bug with the version of git for openWRT, which affects the onion.</p>
<p dir="auto">When doing a git pull on a already cloned depository I get the following</p>
<p dir="auto">root@Omega-13E3:/usr/share/htdocs/api# git pull<br />
/usr/lib/git-core/git-pull: exec: line 1: git-merge: not found</p>
<p dir="auto">After doing a "find / -name 'git-core' it is reveiled that git is placed both in<br />
/overlay/upper/usr/lib/git-core<br />
/usr/lib/git-core</p>
<p dir="auto">Following what was written on this post <a href="https://dev.openwrt.org/ticket/11930" rel="nofollow">https://dev.openwrt.org/ticket/11930</a> I mananged to fix the problem</p>
<p dir="auto">The following command fixes it: "ln -s $(which git) /usr/lib/git-core/git"<br />
As far as i get tell. This creates a symlink from the core lib to where git is called or something like that. Anyways it fixes the problem with merging and pushing</p>
]]></description><link>http://community.onion.io/topic/785/git-error-merge-not-found</link><generator>RSS for Node</generator><lastBuildDate>Mon, 20 Jul 2026 03:46:27 GMT</lastBuildDate><atom:link href="http://community.onion.io/topic/785.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 18 May 2016 09:14:37 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Git error: merge not found on Wed, 18 May 2016 09:14:37 GMT]]></title><description><![CDATA[<p dir="auto">Apprently there is a bug with the version of git for openWRT, which affects the onion.</p>
<p dir="auto">When doing a git pull on a already cloned depository I get the following</p>
<p dir="auto">root@Omega-13E3:/usr/share/htdocs/api# git pull<br />
/usr/lib/git-core/git-pull: exec: line 1: git-merge: not found</p>
<p dir="auto">After doing a "find / -name 'git-core' it is reveiled that git is placed both in<br />
/overlay/upper/usr/lib/git-core<br />
/usr/lib/git-core</p>
<p dir="auto">Following what was written on this post <a href="https://dev.openwrt.org/ticket/11930" rel="nofollow">https://dev.openwrt.org/ticket/11930</a> I mananged to fix the problem</p>
<p dir="auto">The following command fixes it: "ln -s $(which git) /usr/lib/git-core/git"<br />
As far as i get tell. This creates a symlink from the core lib to where git is called or something like that. Anyways it fixes the problem with merging and pushing</p>
]]></description><link>http://community.onion.io/post/5602</link><guid isPermaLink="true">http://community.onion.io/post/5602</guid><dc:creator><![CDATA[Peter Bjerg Mogensen]]></dc:creator><pubDate>Wed, 18 May 2016 09:14:37 GMT</pubDate></item><item><title><![CDATA[Reply to Git error: merge not found on Wed, 18 May 2016 12:57:01 GMT]]></title><description><![CDATA[<p dir="auto">Is there any way for onion team to automatically check for instances of conflicting versions between overlay-fs installed packages and those already installed to the root flashed image?  Or, am I altogether mixed up in my mental model such that seeing two 'git-core' entries from your find command is a misnomer?</p>
]]></description><link>http://community.onion.io/post/5603</link><guid isPermaLink="true">http://community.onion.io/post/5603</guid><dc:creator><![CDATA[Theodore Borromeo]]></dc:creator><pubDate>Wed, 18 May 2016 12:57:01 GMT</pubDate></item></channel></rss>