public
Fork of chad/gitjour
Description: Serve git and advertise with bonjour
Homepage: http://rubyforge.org/projects/gitjour
Clone URL: git://github.com/alexvollmer/gitjour.git
Search Repo:
Removed that non-sense to avoid popping the browser with instaweb.
alexvollmer (author)
Fri Jun 06 18:17:49 -0700 2008
commit  9499e5551f31ce9e98b9bc050ef0917b9def2355
tree    b38f52fff0488f6c050fd1c093a1a4c853ff3a2c
parent  3fe2ad0fd6ae3532f08cf1658fac342a6c80638c
...
93
94
95
96
 
97
98
99
...
93
94
95
 
96
97
98
99
0
@@ -93,7 +93,7 @@ module Gitjour
0
 
0
         if File.exists?("#{path}/.git")
0
           announce_web(path, name, port.to_i)
0
- `git-instaweb --httpd=#{httpd} --port=#{port} --browser=/dev/null`
0
+ `git-instaweb --httpd=#{httpd} --port=#{port}`
0
           trap("INT") do
0
             puts "Stopping instaweb..."
0
             `git-instaweb stop`

Comments

    No one has commented yet.