<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -12,7 +12,7 @@ dispatch :controller =&amp;gt; &quot;commit&quot;, :action =&amp;gt; &quot;add&quot;&lt;/string&gt;
 	&lt;key&gt;input&lt;/key&gt;
 	&lt;string&gt;selection&lt;/string&gt;
 	&lt;key&gt;name&lt;/key&gt;
-	&lt;string&gt;Add files to the index&lt;/string&gt;
+	&lt;string&gt;Add file to the index&lt;/string&gt;
 	&lt;key&gt;output&lt;/key&gt;
 	&lt;string&gt;showAsTooltip&lt;/string&gt;
 	&lt;key&gt;uuid&lt;/key&gt;</diff>
      <filename>Commands/Add files to the index.tmCommand</filename>
    </modified>
    <modified>
      <diff>@@ -24,8 +24,9 @@ class CommitController &lt; ApplicationController
   end
   
   def add
-    git.add(git.paths)
-    puts &quot;Added to the index:\n - &quot; + git.paths.map {|p| git.relative_path_for(p)} * &quot;\n - &quot;
+    file = ENV['TM_FILEPATH']
+    git.add(file)
+    puts &quot;Added '#{git.relative_path_for(file)}' to the index&quot;
     exit_show_tool_tip
   end
   </diff>
      <filename>Support/app/controllers/commit_controller.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8906dd0ae07279042548e6cbd8e9320f9241bb66</id>
    </parent>
  </parents>
  <author>
    <name>Tim Harper</name>
    <email>timcharper@gmail.com</email>
  </author>
  <url>http://github.com/timcharper/git-tmbundle/commit/65e48fdf23a4582c21e277028851b50ebd1bd72a</url>
  <id>65e48fdf23a4582c21e277028851b50ebd1bd72a</id>
  <committed-date>2009-08-11T02:10:08-07:00</committed-date>
  <authored-date>2009-08-11T02:10:08-07:00</authored-date>
  <message>Changes 'Add Files to the Index' to 'Add File to the Index'

Turns out selecting files in the drawer wasn't quite so handy.  Better fit work flow to add the current file to the index (after resolving conflicts)</message>
  <tree>c34868dd85bb2a04c28ca623d1f9f8340f9ea0bc</tree>
  <committer>
    <name>Tim Harper</name>
    <email>timcharper@gmail.com</email>
  </committer>
</commit>
