public
Description: The Git TextMate Bundle
Homepage: http://tim.theenchanter.com/
Clone URL: git://github.com/timcharper/git-tmbundle.git
fixed the "Update git bundle command" - was broken with changes to git no 
longer depending on external sources to change the current path
timcharper (author)
Fri May 23 11:21:12 -0700 2008
commit  f0500b814a2ddd659bb9d1cdff474c03de27ade9
tree    45de77eb9b7475ad9ccc946b4784d6e4746cfd23
parent  a43a0c971e67667fbbb034a0e88f844fbeca1ec1
...
26
27
28
29
 
30
31
32
...
26
27
28
 
29
30
31
32
0
@@ -26,7 +26,7 @@ puts "<h2>Updating git bundle</h2>"
0
 flush
0
 
0
 puts " <pre>"
0
-puts g.command("pull")
0
+puts g.with_path(ENV['TM_BUNDLE_PATH']).command("pull")
0
 puts <<-EOF
0
   </pre>
0
 </body>

Comments

    No one has commented yet.