public
Description: The Git TextMate Bundle
Homepage: http://tim.theenchanter.com/
Clone URL: git://github.com/timcharper/git-tmbundle.git
Always pass path with gitnub as first argument (Thanks, Seth Barber)
timcharper (author)
Wed Jul 23 11:54:49 -0700 2008
commit  623981c81a22a2052a797e50f16816dc78ae8e27
tree    ee8434645e9c3eb2816303177de3ec6c1dbf6e06
parent  196102def7e4f5c442bc5cdb6ef0164c89877efe
...
16
17
18
19
 
20
21
22
...
16
17
18
 
19
20
21
22
0
@@ -16,7 +16,7 @@ class MiscController < ApplicationController
0
   def gitnub
0
     cmd = first_which(git.config["git-tmbundle.gitnub-path"], "nub", "/Applications/GitNub.app/Contents/MacOS/GitNub")
0
     if cmd
0
- run_detached(cmd, "Gitnub")
0
+ run_detached(cmd + " #{ENV['TM_PROJECT_DIRECTORY']}", "Gitnub")
0
     else
0
       puts "Unable to find Gitnub. Use the config dialog to set the Gitnub path to where you've installed it."
0
       output_show_tool_tip

Comments

    No one has commented yet.