public
Description: The Git TextMate Bundle
Homepage: http://tim.theenchanter.com/
Clone URL: git://github.com/timcharper/git-tmbundle.git
quick bugfix - go to the nearest git base directory when launching gitnub 
- it doesn't automatically find it for you
timcharper (author)
Tue Apr 22 00:22:25 -0700 2008
commit  376c27beb24531c3608b6d761269f7806f7f88ba
tree    4e3a53f245b039696224e6a096090c1cfe893e8b
parent  0c0da20366ce70f8d81f5d978df166a305f40f25
...
42
43
44
45
 
46
47
48
...
42
43
44
 
45
46
47
48
0
@@ -42,7 +42,7 @@ class MiscController < ApplicationController
0
       pid = fork do
0
         STDOUT.reopen(open('/dev/null'))
0
         STDERR.reopen(open('/dev/null'))
0
- Dir.chdir(git.paths.first)
0
+ git.chdir_base
0
         Thread.new do
0
           sleep 0.25
0
           %x{osascript -e 'tell app "#{app_name}" to activate'}

Comments

    No one has commented yet.