An error occurred fetching the project authors.
  1. 09 Dec, 2019 1 commit
  2. 07 Dec, 2018 2 commits
    • Mark Chao's avatar
      Fix commit with two parents is set with wrong direct_ancestor · c6c53d1c
      Mark Chao authored
      If a commit has two parents, one is direct ancestor, and one is not,
      and the order of `commits` is in such fashion that the non-ancestor
      side is visited first, the commit would be determined as non-ancestor,
      when in fact it can be.
      
      Therefore we should first determine all direct ancestors
      prior to analyzing.
      c6c53d1c
    • Mark Chao's avatar
      Update merge request's merge_commit for branch update · 1f7647f4
      Mark Chao authored
      Analyze new commits graph to determine each commit's merge commit.
      
      Fix "merged with [commit]" info for merge requests being merged
      automatically by other actions.
      
      Allow analyzing upto the relevant commit
      1f7647f4