<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=6857&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Anyone know how to use git to search?]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=6857</link>
		<description><![CDATA[The most recent posts in Anyone know how to use git to search?.]]></description>
		<lastBuildDate>Sat, 28 Sep 2024 23:37:18 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Anyone know how to use git to search?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=52441#p52441</link>
			<description><![CDATA[<p>@quickfur I found one also recently, I am not sure if the 2nd you have works, but I found this:</p><p>git rev-list --all | xargs git grep -F python2.7</p><p>This one works for sure.</p><p>EDIT: your 2nd one also works.</p><p>The first one doesn&#039;t though last I tried it.</p>]]></description>
			<author><![CDATA[dummy@example.com (zapper)]]></author>
			<pubDate>Sat, 28 Sep 2024 23:37:18 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=52441#p52441</guid>
		</item>
		<item>
			<title><![CDATA[Re: Anyone know how to use git to search?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=52415#p52415</link>
			<description><![CDATA[<p>For the former, just a regular grep will do, maybe with -r if you want to recursively grep everything:</p><div class="codebox"><pre><code>grep -r my_regex ./*</code></pre></div><p>For the latter, `git grep` is your friend:</p><div class="codebox"><pre><code>git grep my_regex $(git rev-list --all)</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (quickfur)]]></author>
			<pubDate>Fri, 27 Sep 2024 02:51:18 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=52415#p52415</guid>
		</item>
		<item>
			<title><![CDATA[Re: Anyone know how to use git to search?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=52414#p52414</link>
			<description><![CDATA[<p>Are you talking about just grepping the current commit, or are you talking about finding *all* occurrences of something including historical occurrences that no longer exist in the current commit?</p>]]></description>
			<author><![CDATA[dummy@example.com (quickfur)]]></author>
			<pubDate>Fri, 27 Sep 2024 02:45:41 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=52414#p52414</guid>
		</item>
		<item>
			<title><![CDATA[Anyone know how to use git to search?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=52413#p52413</link>
			<description><![CDATA[<p>Like for instance, anyone know commands to search throughout an entire source code for all mentions of python, or in my case python2.7</p><p>So I&#160; can find and make corrections.</p><p>In all files I might add within source code.</p>]]></description>
			<author><![CDATA[dummy@example.com (zapper)]]></author>
			<pubDate>Fri, 27 Sep 2024 02:04:03 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=52413#p52413</guid>
		</item>
	</channel>
</rss>
