commit

in lib/rugged_adapter/git_layer_rugged.rb [575:582]


      def commit(id)
        begin
          git.commit_from_ref(id)
        rescue
          raise Gollum::Git::NoSuchShaFound
        end
      end