class RJGit::RJGitReceivePack

Public Class Methods

new(repository, bidirectional = false) click to toggle source
Calls superclass method RJGit::RJGitPack::new
# File lib/transport.rb, line 47
def initialize(repository, bidirectional = false)
  super
  @jpack = ReceivePack.new(@jrepo)
  @action = :receive
end