• Jacob Vosmaer's avatar
    Set default options outside the raw_log method · 0ca38056
    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.
    0ca38056
repository.rb 31.5 KB