gitriousのxmlにgitファイルパスを追加の履歴

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