• Jacob Vosmaer's avatar
    Set default options outside the raw_log method · f278e5fb
    Jacob Vosmaer authored
    The raw_log method is meant to become the Gitaly RPC boundary. By
    setting the defaults before doing the RPC we keep the RPC
    implementation simpler. We also sidestep the unfortunate subtleties of
    what happens when options[:limit] is not set, or nil.
    f278e5fb
repository.rb 29.1 KB