<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,5 @@
 &quot; vcsi.vim - Version Control System Interface
-&quot; Version: 0.0.4
+&quot; Version: 0.0.5
 &quot; Copyright: Copyright (C) 2007-2008 kana &lt;http://nicht.s8.xrea.com/&gt;
 &quot; License: MIT license (see &lt;http://www.opensource.org/licenses/mit-license&gt;)
 &quot; $Id$
@@ -248,6 +248,7 @@ function! s:make_git_command_script(args)  &quot;{{{3
     call add(ss, a:args.commit_log_file)
   elseif a:args.command ==# 'revert'
     call add(ss, 'checkout')
+    call add(ss, '--')  &quot; to the next arg is not the name of a branch.
   elseif a:args.command ==# 'info'
     return 'echo &quot;git does not support this command: ' . a:args.command . '&quot;'
   else</diff>
      <filename>vim/dot.vim/autoload/vcsi.vim</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 *vcsi.txt*	Version Control System Interface
 
-Version 0.0.4
+Version 0.0.5
 Copyright (C) 2007-2008 kana &lt;http://nicht.s8.xrea.com/&gt;
 License: MIT license (see &lt;http://www.opensource.org/licenses/mit-license&gt;)
 $Id$
@@ -212,6 +212,10 @@ BUGS							*vcsi-bugs*
 ==============================================================================
 CHANGELOG						*vcsi-changelog*
 
+0.0.5	2008-03-13T21:48:06+09:00
+	- |:VcsiRevert| (git): Fix to process a file or directory which name
+	  is same as a branch.
+
 0.0.4	2008-02-21T23:21:36+09:00
 	- Support git.
 </diff>
      <filename>vim/dot.vim/doc/vcsi.txt</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 &quot; vcsi.vim - Version Control System Interface
-&quot; Version: 0.0.4
+&quot; Version: 0.0.5
 &quot; Copyright: Copyright (C) 2007-2008 kana &lt;http://nicht.s8.xrea.com/&gt;
 &quot; License: MIT license (see &lt;http://www.opensource.org/licenses/mit-license&gt;)
 &quot; $Id$  &quot;{{{1</diff>
      <filename>vim/dot.vim/plugin/vcsi.vim</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>184db9614998c04d53838442c437ab72ee837de2</id>
    </parent>
  </parents>
  <author>
    <name>kana</name>
    <email>nicht@s8.xrea.com</email>
  </author>
  <url>http://github.com/kana/config/commit/6717bb8c428184b97b54d0a301e48f87fdf62ac8</url>
  <id>6717bb8c428184b97b54d0a301e48f87fdf62ac8</id>
  <committed-date>2008-03-13T05:54:05-07:00</committed-date>
  <authored-date>2008-03-13T05:54:05-07:00</authored-date>
  <message>vim: vcsi: :VcsiRevert (git): Fix the cases with strange branch names

Fix :VcsiRevert (git) to be able to handle a file or directory which name is
same as an existent branch.  The old version may switch the current branch with
such arguments.</message>
  <tree>9456768a1853b54a13e43927cbfebe7730cb7133</tree>
  <committer>
    <name>kana</name>
    <email>nicht@s8.xrea.com</email>
  </committer>
</commit>
