1. 11 Nov, 2021 1 commit
    • Patrick Steinhardt's avatar
      gitaly_client: Reimplement `#between` via `#list_commits` · ebab4f48
      Patrick Steinhardt authored
      The CommitsBetween RPC call has been deprecated by Gitaly in favor of
      ListCommits, which is a much more flexible alternative which allows the
      caller to specify a set of revisions and various other parameters.
      Reimplement `#between` on top of `#list_commits` such that Gitaly can
      eventually drop CommitsBetween.
      
      Note that instead of using the range-notation "fromrev..torev", we use
      its equivalent spelling "^fromrev torev". See also the gitrevisions(7)
      man page.
      ebab4f48
  2. 04 Nov, 2021 36 commits
  3. 03 Nov, 2021 3 commits