Skip to content

Refactor Gitlab::Git::Tree#where

Vasilii Iakliushin requested to merge 337212_refactor_where_method into master

What does this MR do and why?

Contributes to #337212 (closed)

Changes

  1. Replace where method with tree_entries. where name is ambiguous, tree_entries is easier to find
  2. Use keyword instead of positional arguments

Merge request reports