<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
    <title>kilko.de - git</title>
    <subtitle>Kilian&#x27;s homepage and public feed</subtitle>
    <link rel="self" type="application/atom+xml" href="https://kilko.de/tags/git/atom.xml"/>
    <link rel="alternate" type="text/html" href="https://kilko.de"/>
    <generator uri="https://www.getzola.org/">Zola</generator>
    <updated>2026-09-17T00:00:00+00:00</updated>
    <id>https://kilko.de/tags/git/atom.xml</id>
    <entry xml:lang="en">
        <title>git pickaxe</title>
        <published>2026-09-17T00:00:00+00:00</published>
        <updated>2026-09-17T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              Unknown
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://kilko.de/feed/til/git-pickaxe/"/>
        <id>https://kilko.de/feed/til/git-pickaxe/</id>
        
        <content type="html" xml:base="https://kilko.de/feed/til/git-pickaxe/">&lt;p&gt;Sometimes you want to find out when a specific term was added or removed that might not be directly mentioned in a commit message. This is where &lt;code&gt;git log -S &amp;lt;pattern&amp;gt;&lt;&#x2F;code&gt;, apparently also referred to as &quot;git pickaxe&quot; comes in useful.&lt;&#x2F;p&gt;
&lt;pre class=&quot;giallo z-code&quot;&gt;&lt;code data-lang=&quot;shellscript&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span class=&quot;z-entity z-name&quot;&gt;$&lt;&#x2F;span&gt;&lt;span class=&quot;z-string&quot;&gt; git&lt;&#x2F;span&gt;&lt;span class=&quot;z-string&quot;&gt; log&lt;&#x2F;span&gt;&lt;span class=&quot;z-constant&quot;&gt; -&lt;&#x2F;span&gt;&lt;span class=&quot;z-constant&quot;&gt;S&lt;&#x2F;span&gt;&lt;span class=&quot;z-string&quot;&gt; ZLIB_BUF_MAX&lt;&#x2F;span&gt;&lt;span class=&quot;z-constant&quot;&gt; -&lt;&#x2F;span&gt;&lt;span class=&quot;z-constant&quot;&gt;-oneline&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span class=&quot;z-entity z-name&quot;&gt;e01503b&lt;&#x2F;span&gt;&lt;span class=&quot;z-string&quot;&gt; zlib:&lt;&#x2F;span&gt;&lt;span class=&quot;z-string&quot;&gt; allow&lt;&#x2F;span&gt;&lt;span class=&quot;z-string&quot;&gt; feeding&lt;&#x2F;span&gt;&lt;span class=&quot;z-string&quot;&gt; more&lt;&#x2F;span&gt;&lt;span class=&quot;z-string&quot;&gt; than&lt;&#x2F;span&gt;&lt;span class=&quot;z-string&quot;&gt; 4GB&lt;&#x2F;span&gt;&lt;span class=&quot;z-string&quot;&gt; in&lt;&#x2F;span&gt;&lt;span class=&quot;z-string&quot;&gt; one&lt;&#x2F;span&gt;&lt;span class=&quot;z-string&quot;&gt; go&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span class=&quot;z-entity z-name&quot;&gt;ef49a7a&lt;&#x2F;span&gt;&lt;span class=&quot;z-string&quot;&gt; zlib:&lt;&#x2F;span&gt;&lt;span class=&quot;z-string&quot;&gt; zlib&lt;&#x2F;span&gt;&lt;span class=&quot;z-string&quot;&gt; can&lt;&#x2F;span&gt;&lt;span class=&quot;z-string&quot;&gt; only&lt;&#x2F;span&gt;&lt;span class=&quot;z-string&quot;&gt; process&lt;&#x2F;span&gt;&lt;span class=&quot;z-string&quot;&gt; 4GB&lt;&#x2F;span&gt;&lt;span class=&quot;z-string&quot;&gt; at&lt;&#x2F;span&gt;&lt;span class=&quot;z-string&quot;&gt; a&lt;&#x2F;span&gt;&lt;span class=&quot;z-string&quot;&gt; time&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;
&lt;p&gt;via &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;git-scm.com&#x2F;book&#x2F;en&#x2F;v2&#x2F;Git-Tools-Searching#_git_log_searching&quot;&gt;Git - Searching&lt;&#x2F;a&gt;, example also stolen directly from there&lt;&#x2F;p&gt;
</content>
        
    </entry>
</feed>
