<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -77,6 +77,8 @@ module V
             @which_git ||= @@which_git
             @which_git.strip!
 
+            raise V::ECMDNOFO, 'git' if @which_git.empty?
+
             @branches = Branches.new self
             @index = Index.new self
           end</diff>
      <filename>lib/v/adapters/git/environment.rb</filename>
    </modified>
    <modified>
      <diff>@@ -21,6 +21,11 @@ module V
       super &quot;undefined operation `#{ op_sym }'&quot;
     end
   end
+  class ECMDNOFO
+    def initialize(command)
+      super &quot;#{ command }: command not found&quot;
+    end
+  end
   class EUNREV &lt; ERROR
     def initialize
       super 'unknown revision or path not in the working tree'</diff>
      <filename>lib/v/errors.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4b9190c32cc0a61cea9c04a9bf573e97656f6a3f</id>
    </parent>
  </parents>
  <author>
    <name>Florian A&#223;mann</name>
    <email>fassmann@fork.de</email>
  </author>
  <url>http://github.com/boof/v/commit/84de9ee9b1008d80e599a1138d8ae726c2cf7358</url>
  <id>84de9ee9b1008d80e599a1138d8ae726c2cf7358</id>
  <committed-date>2009-11-09T09:04:13-08:00</committed-date>
  <authored-date>2009-11-09T09:04:13-08:00</authored-date>
  <message>Raise an error if the git command cannot be found.</message>
  <tree>6db0114eb06a435288a5fe0474490babd30dd1b2</tree>
  <committer>
    <name>Florian A&#223;mann</name>
    <email>fassmann@fork.de</email>
  </committer>
</commit>
