<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -5,8 +5,8 @@ type: :feature
 component: ditz
 release: &quot;0.6&quot;
 reporter: William Morgan &lt;wmorgan-ditz@masanjin.net&gt;
-status: :unstarted
-disposition: 
+status: :closed
+disposition: :fixed
 creation_time: 2008-09-03 01:52:45.802953 Z
 references: []
 
@@ -16,5 +16,9 @@ log_events:
   - William Morgan &lt;wmorgan-ditz@masanjin.net&gt;
   - created
   - &quot;&quot;
+- - 2008-09-04 03:46:59.230186 Z
+  - William Morgan &lt;wmorgan-ditz@masanjin.net&gt;
+  - closed with disposition fixed
+  - &quot;&quot;
 git_branch: 
 claimer: </diff>
      <filename>bugs/issue-22f7bce01e356e40ad5f041cd8c91ec06fde60ca.yaml</filename>
    </modified>
    <modified>
      <diff>@@ -513,10 +513,13 @@ EOS
     ## a no-op
   end
 
-  operation :grep, &quot;Show issues matching a string or regular expression&quot;, :string
-  def grep project, config, match
+  operation :grep, &quot;Show issues matching a string or regular expression&quot;, :string do
+    opt :ignore_case, &quot;Ignore case distinctions in both the expression and in the issue data&quot;, :default =&gt; false
+  end
+
+  def grep project, config, opts, match
     run_pager
-    re = /#{match}/
+    re = Regexp.new match, opts[:ignore_case]
     issues = project.issues.select do |i|
       i.title =~ re || i.desc =~ re ||
         i.log_events.map { |time, who, what, comments| comments }.join(&quot; &quot;) =~ re</diff>
      <filename>lib/ditz/operator.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>69f650e76c44fd01153cd04826b429baad1c7edc</id>
    </parent>
  </parents>
  <author>
    <name>William Morgan</name>
    <email>wmorgan-ditz@masanjin.net</email>
  </author>
  <url>http://github.com/moro/ditz/commit/225be586c6883d98b533c55128efd04096a8636b</url>
  <id>225be586c6883d98b533c55128efd04096a8636b</id>
  <committed-date>2008-09-03T20:47:17-07:00</committed-date>
  <authored-date>2008-09-03T20:47:17-07:00</authored-date>
  <message>make 'git grep' take a -i for case-insensitivity

Ditz-issue: 22f7bce01e356e40ad5f041cd8c91ec06fde60ca</message>
  <tree>bc9c6bbf4c7870e1d7bb6b1ab45326fe9a3f84f1</tree>
  <committer>
    <name>William Morgan</name>
    <email>wmorgan-ditz@masanjin.net</email>
  </committer>
</commit>
