gitriousのxmlにgitファイルパスを追加
0pt
app/models/repository.rb
class Repository < ActiveRecord::Base super({ :procs => [info_proc], - :only => [:name, :created_at, :ready, :description, :last_pushed_at], + :only => [:name, :created_at, :ready, :description, :last_pushed_at, :hashed_path], :methods => [:clone_url, :push_url, :parent] }.merge(opts)) end
「gitriousのxmlにgitファイルパスを追加」について友人に書いてもらう。
コメントはまだありません